Home
last modified time | relevance | path

Searched refs:dev_caps_cfg (Results 1 – 2 of 2) 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.c10249 u32 dev_caps_cfg, hwrm_ver; in bnxt_hwrm_ver_get() local
10345 dev_caps_cfg = le32_to_cpu(resp->dev_caps_cfg); in bnxt_hwrm_ver_get()
10346 if ((dev_caps_cfg & VER_GET_RESP_DEV_CAPS_CFG_SHORT_CMD_SUPPORTED) && in bnxt_hwrm_ver_get()
10347 (dev_caps_cfg & VER_GET_RESP_DEV_CAPS_CFG_SHORT_CMD_REQUIRED)) in bnxt_hwrm_ver_get()
10350 if (dev_caps_cfg & VER_GET_RESP_DEV_CAPS_CFG_KONG_MB_CHNL_SUPPORTED) in bnxt_hwrm_ver_get()
10353 if (dev_caps_cfg & in bnxt_hwrm_ver_get()
10357 if (dev_caps_cfg & in bnxt_hwrm_ver_get()
10361 if (dev_caps_cfg & in bnxt_hwrm_ver_get()