Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_dcbx.c417 struct qed_dcbx_results *p_results) in qed_dcbx_get_priority_info() argument
426 if (p_results->arr[DCBX_PROTOCOL_ROCE].update && in qed_dcbx_get_priority_info()
427 p_results->arr[DCBX_PROTOCOL_ROCE].enable) in qed_dcbx_get_priority_info()
436 if (p_results->arr[DCBX_PROTOCOL_ISCSI].update && in qed_dcbx_get_priority_info()
437 p_results->arr[DCBX_PROTOCOL_ISCSI].enable) in qed_dcbx_get_priority_info()
440 if (p_results->arr[DCBX_PROTOCOL_FCOE].update && in qed_dcbx_get_priority_info()
441 p_results->arr[DCBX_PROTOCOL_FCOE].enable) in qed_dcbx_get_priority_info()
444 if (p_results->arr[DCBX_PROTOCOL_ETH].update && in qed_dcbx_get_priority_info()
445 p_results->arr[DCBX_PROTOCOL_ETH].enable) in qed_dcbx_get_priority_info()
633 struct qed_dcbx_results *p_results; in qed_dcbx_get_operational_params() local
[all …]