Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/bnge/
H A Dbnge_hwrm_lib.c28 u32 dev_caps_cfg, hwrm_ver, hwrm_spec_code; in bnge_hwrm_ver_get() local
103 dev_caps_cfg = le32_to_cpu(resp->dev_caps_cfg); in bnge_hwrm_ver_get()
104 if ((dev_caps_cfg & VER_GET_RESP_DEV_CAPS_CFG_SHORT_CMD_SUPPORTED) && in bnge_hwrm_ver_get()
105 (dev_caps_cfg & VER_GET_RESP_DEV_CAPS_CFG_SHORT_CMD_REQUIRED)) in bnge_hwrm_ver_get()
108 if (dev_caps_cfg & VER_GET_RESP_DEV_CAPS_CFG_KONG_MB_CHNL_SUPPORTED) in bnge_hwrm_ver_get()
111 if (dev_caps_cfg & in bnge_hwrm_ver_get()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c10359 u32 dev_caps_cfg, hwrm_ver; in bnxt_hwrm_ver_get() local
10455 dev_caps_cfg = le32_to_cpu(resp->dev_caps_cfg); in bnxt_hwrm_ver_get()
10456 if ((dev_caps_cfg & VER_GET_RESP_DEV_CAPS_CFG_SHORT_CMD_SUPPORTED) && in bnxt_hwrm_ver_get()
10457 (dev_caps_cfg & VER_GET_RESP_DEV_CAPS_CFG_SHORT_CMD_REQUIRED)) in bnxt_hwrm_ver_get()
10460 if (dev_caps_cfg & VER_GET_RESP_DEV_CAPS_CFG_KONG_MB_CHNL_SUPPORTED) in bnxt_hwrm_ver_get()
10463 if (dev_caps_cfg & in bnxt_hwrm_ver_get()
10467 if (dev_caps_cfg & in bnxt_hwrm_ver_get()
10471 if (dev_caps_cfg & in bnxt_hwrm_ver_get()
/linux/include/linux/bnge/
H A Dhsi.h683 __le32 dev_caps_cfg; member