Lines Matching refs:dest_cfg
207 cmd_params->dest_id = cpu_to_le32(cfg->dest_cfg.dest_id); in dpseci_set_rx_queue()
208 cmd_params->priority = cfg->dest_cfg.priority; in dpseci_set_rx_queue()
211 cfg->dest_cfg.dest_type); in dpseci_set_rx_queue()
247 attr->dest_cfg.dest_id = le32_to_cpu(cmd_params->dest_id); in dpseci_get_rx_queue()
248 attr->dest_cfg.priority = cmd_params->priority; in dpseci_get_rx_queue()
249 attr->dest_cfg.dest_type = dpseci_get_field(cmd_params->dest_type, in dpseci_get_rx_queue()
392 cmd_params->dest_id = cpu_to_le32(cfg->dest_cfg.dest_id); in dpseci_set_congestion_notification()
394 cmd_params->priority = cfg->dest_cfg.priority; in dpseci_set_congestion_notification()
396 cfg->dest_cfg.dest_type); in dpseci_set_congestion_notification()
432 cfg->dest_cfg.dest_id = le32_to_cpu(rsp_params->dest_id); in dpseci_get_congestion_notification()
434 cfg->dest_cfg.priority = rsp_params->priority; in dpseci_get_congestion_notification()
435 cfg->dest_cfg.dest_type = dpseci_get_field(rsp_params->options, in dpseci_get_congestion_notification()