Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_dcb.c337 get.structure_id = htole16(HWRM_STRUCT_HDR_STRUCT_ID_DCBX_APP); in bnxt_hwrm_get_dcbx_app()
347 if (data->struct_id != htole16(HWRM_STRUCT_HDR_STRUCT_ID_DCBX_APP)) { in bnxt_hwrm_get_dcbx_app()
389 get.structure_id = htole16(HWRM_STRUCT_HDR_STRUCT_ID_DCBX_APP); in bnxt_hwrm_set_dcbx_app()
399 if (data->struct_id != htole16(HWRM_STRUCT_HDR_STRUCT_ID_DCBX_APP)) { in bnxt_hwrm_set_dcbx_app()
H A Dhsi_struct_def.h60422 #define HWRM_STRUCT_HDR_STRUCT_ID_DCBX_APP UINT32_C(0x421) macro