Lines Matching refs:p_results

443 			   struct qed_dcbx_results *p_results)  in qed_dcbx_get_priority_info()  argument
452 if (p_results->arr[DCBX_PROTOCOL_ROCE].update && in qed_dcbx_get_priority_info()
453 p_results->arr[DCBX_PROTOCOL_ROCE].enable) in qed_dcbx_get_priority_info()
454 p_prio->roce = p_results->arr[DCBX_PROTOCOL_ROCE].priority; in qed_dcbx_get_priority_info()
456 if (p_results->arr[DCBX_PROTOCOL_ROCE_V2].update && in qed_dcbx_get_priority_info()
457 p_results->arr[DCBX_PROTOCOL_ROCE_V2].enable) { in qed_dcbx_get_priority_info()
458 val = p_results->arr[DCBX_PROTOCOL_ROCE_V2].priority; in qed_dcbx_get_priority_info()
462 if (p_results->arr[DCBX_PROTOCOL_ISCSI].update && in qed_dcbx_get_priority_info()
463 p_results->arr[DCBX_PROTOCOL_ISCSI].enable) in qed_dcbx_get_priority_info()
464 p_prio->iscsi = p_results->arr[DCBX_PROTOCOL_ISCSI].priority; in qed_dcbx_get_priority_info()
466 if (p_results->arr[DCBX_PROTOCOL_FCOE].update && in qed_dcbx_get_priority_info()
467 p_results->arr[DCBX_PROTOCOL_FCOE].enable) in qed_dcbx_get_priority_info()
468 p_prio->fcoe = p_results->arr[DCBX_PROTOCOL_FCOE].priority; in qed_dcbx_get_priority_info()
470 if (p_results->arr[DCBX_PROTOCOL_ETH].update && in qed_dcbx_get_priority_info()
471 p_results->arr[DCBX_PROTOCOL_ETH].enable) in qed_dcbx_get_priority_info()
472 p_prio->eth = p_results->arr[DCBX_PROTOCOL_ETH].priority; in qed_dcbx_get_priority_info()
659 struct qed_dcbx_results *p_results; in qed_dcbx_get_operational_params() local
681 p_results = &p_hwfn->p_dcbx_info->results; in qed_dcbx_get_operational_params()
703 qed_dcbx_get_priority_info(p_hwfn, &p_operational->app_prio, p_results); in qed_dcbx_get_operational_params()