Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_dcbx.c507 struct ecore_dcbx_results *p_results) in ecore_dcbx_get_priority_info() argument
516 if (p_results->arr[DCBX_PROTOCOL_ROCE].update && in ecore_dcbx_get_priority_info()
517 p_results->arr[DCBX_PROTOCOL_ROCE].enable) in ecore_dcbx_get_priority_info()
518 p_prio->roce = p_results->arr[DCBX_PROTOCOL_ROCE].priority; in ecore_dcbx_get_priority_info()
520 if (p_results->arr[DCBX_PROTOCOL_ROCE_V2].update && in ecore_dcbx_get_priority_info()
521 p_results->arr[DCBX_PROTOCOL_ROCE_V2].enable) { in ecore_dcbx_get_priority_info()
522 val = p_results->arr[DCBX_PROTOCOL_ROCE_V2].priority; in ecore_dcbx_get_priority_info()
526 if (p_results->arr[DCBX_PROTOCOL_ISCSI].update && in ecore_dcbx_get_priority_info()
527 p_results->arr[DCBX_PROTOCOL_ISCSI].enable) in ecore_dcbx_get_priority_info()
528 p_prio->iscsi = p_results->arr[DCBX_PROTOCOL_ISCSI].priority; in ecore_dcbx_get_priority_info()
[all …]