Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dcommon_uif.h364 u32_t remote_pfc_bitmap; member
/titanic_44/usr/src/uts/common/io/bnxe/
H A Dbnxe_kstat.c1459 (dcbx_params.remote_pfc_bitmap % 2), in BnxeKstatDcbxUpdate()
1460 ((dcbx_params.remote_pfc_bitmap / 2) % 2), in BnxeKstatDcbxUpdate()
1461 ((dcbx_params.remote_pfc_bitmap / 4) % 2), in BnxeKstatDcbxUpdate()
1462 ((dcbx_params.remote_pfc_bitmap / 8) % 2), in BnxeKstatDcbxUpdate()
1463 ((dcbx_params.remote_pfc_bitmap / 16) % 2), in BnxeKstatDcbxUpdate()
1464 ((dcbx_params.remote_pfc_bitmap / 32) % 2), in BnxeKstatDcbxUpdate()
1465 ((dcbx_params.remote_pfc_bitmap / 64) % 2), in BnxeKstatDcbxUpdate()
1466 ((dcbx_params.remote_pfc_bitmap / 128) % 2)); in BnxeKstatDcbxUpdate()
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_dcbx.c3595 dcbx_params->remote_pfc_bitmap = remote_mib.features.pfc.pri_en_bitmap; in lm_dcbx_read_params()