Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/bnge/ !
H A Dbnge_hwrm_lib.c20 u32 dev_caps_cfg, hwrm_ver, hwrm_spec_code; in bnge_hwrm_ver_get() local
95 dev_caps_cfg = le32_to_cpu(resp->dev_caps_cfg); in bnge_hwrm_ver_get()
96 if ((dev_caps_cfg & VER_GET_RESP_DEV_CAPS_CFG_SHORT_CMD_SUPPORTED) && in bnge_hwrm_ver_get()
97 (dev_caps_cfg & VER_GET_RESP_DEV_CAPS_CFG_SHORT_CMD_REQUIRED)) in bnge_hwrm_ver_get()
100 if (dev_caps_cfg & VER_GET_RESP_DEV_CAPS_CFG_KONG_MB_CHNL_SUPPORTED) in bnge_hwrm_ver_get()
103 if (dev_caps_cfg & in bnge_hwrm_ver_get()
/linux/drivers/net/ethernet/broadcom/bnxt/ !
H A Dbnxt.c10251 u32 dev_caps_cfg, hwrm_ver; in bnxt_hwrm_ver_get() local
10347 dev_caps_cfg = le32_to_cpu(resp->dev_caps_cfg); in bnxt_hwrm_ver_get()
10348 if ((dev_caps_cfg & VER_GET_RESP_DEV_CAPS_CFG_SHORT_CMD_SUPPORTED) && in bnxt_hwrm_ver_get()
10349 (dev_caps_cfg & VER_GET_RESP_DEV_CAPS_CFG_SHORT_CMD_REQUIRED)) in bnxt_hwrm_ver_get()
10352 if (dev_caps_cfg & VER_GET_RESP_DEV_CAPS_CFG_KONG_MB_CHNL_SUPPORTED) in bnxt_hwrm_ver_get()
10355 if (dev_caps_cfg & in bnxt_hwrm_ver_get()
10359 if (dev_caps_cfg & in bnxt_hwrm_ver_get()
10363 if (dev_caps_cfg & in bnxt_hwrm_ver_get()
/linux/include/linux/bnxt/ !
H A Dhsi.h685 __le32 dev_caps_cfg; member
/linux/include/linux/bnge/ !
H A Dhsi.h683 __le32 dev_caps_cfg; member