Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_dcbx.c506 struct ecore_dcbx_app_prio *p_prio, in ecore_dcbx_get_priority_info() argument
511 p_prio->roce = ECORE_DCBX_INVALID_PRIORITY; in ecore_dcbx_get_priority_info()
512 p_prio->roce_v2 = ECORE_DCBX_INVALID_PRIORITY; in ecore_dcbx_get_priority_info()
513 p_prio->iscsi = ECORE_DCBX_INVALID_PRIORITY; in ecore_dcbx_get_priority_info()
514 p_prio->fcoe = ECORE_DCBX_INVALID_PRIORITY; in ecore_dcbx_get_priority_info()
518 p_prio->roce = p_results->arr[DCBX_PROTOCOL_ROCE].priority; in ecore_dcbx_get_priority_info()
523 p_prio->roce_v2 = val; in ecore_dcbx_get_priority_info()
528 p_prio->iscsi = p_results->arr[DCBX_PROTOCOL_ISCSI].priority; in ecore_dcbx_get_priority_info()
532 p_prio->fcoe = p_results->arr[DCBX_PROTOCOL_FCOE].priority; in ecore_dcbx_get_priority_info()
536 p_prio->eth = p_results->arr[DCBX_PROTOCOL_ETH].priority; in ecore_dcbx_get_priority_info()
[all …]