Home
last modified time | relevance | path

Searched refs:p_results (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/qlogic/qed/
Dqed_dcbx.c444 struct qed_dcbx_results *p_results) in qed_dcbx_get_priority_info() argument
453 if (p_results->arr[DCBX_PROTOCOL_ROCE].update && in qed_dcbx_get_priority_info()
454 p_results->arr[DCBX_PROTOCOL_ROCE].enable) in qed_dcbx_get_priority_info()
455 p_prio->roce = p_results->arr[DCBX_PROTOCOL_ROCE].priority; in qed_dcbx_get_priority_info()
457 if (p_results->arr[DCBX_PROTOCOL_ROCE_V2].update && in qed_dcbx_get_priority_info()
458 p_results->arr[DCBX_PROTOCOL_ROCE_V2].enable) { in qed_dcbx_get_priority_info()
459 val = p_results->arr[DCBX_PROTOCOL_ROCE_V2].priority; in qed_dcbx_get_priority_info()
463 if (p_results->arr[DCBX_PROTOCOL_ISCSI].update && in qed_dcbx_get_priority_info()
464 p_results->arr[DCBX_PROTOCOL_ISCSI].enable) in qed_dcbx_get_priority_info()
465 p_prio->iscsi = p_results->arr[DCBX_PROTOCOL_ISCSI].priority; in qed_dcbx_get_priority_info()
[all …]