Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/qlnx/qlnxe/
Decore_dcbx.c509 struct ecore_dcbx_results *p_results) in ecore_dcbx_get_priority_info() argument
518 if (p_results->arr[DCBX_PROTOCOL_ROCE].update && in ecore_dcbx_get_priority_info()
519 p_results->arr[DCBX_PROTOCOL_ROCE].enable) in ecore_dcbx_get_priority_info()
520 p_prio->roce = p_results->arr[DCBX_PROTOCOL_ROCE].priority; in ecore_dcbx_get_priority_info()
522 if (p_results->arr[DCBX_PROTOCOL_ROCE_V2].update && in ecore_dcbx_get_priority_info()
523 p_results->arr[DCBX_PROTOCOL_ROCE_V2].enable) { in ecore_dcbx_get_priority_info()
524 val = p_results->arr[DCBX_PROTOCOL_ROCE_V2].priority; in ecore_dcbx_get_priority_info()
528 if (p_results->arr[DCBX_PROTOCOL_ISCSI].update && in ecore_dcbx_get_priority_info()
529 p_results->arr[DCBX_PROTOCOL_ISCSI].enable) in ecore_dcbx_get_priority_info()
530 p_prio->iscsi = p_results->arr[DCBX_PROTOCOL_ISCSI].priority; in ecore_dcbx_get_priority_info()
[all …]