Searched refs:HWRM_PREP (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/drivers/net/bnxt/ |
| H A D | bnxt_hwrm.c | 186 #define HWRM_PREP(req, type, kong) do { \ macro 281 HWRM_PREP(req, msg_type, mailbox); in bnxt_hwrm_tf_message_direct() 316 HWRM_PREP(&req, HWRM_TF, mailbox); in bnxt_hwrm_tf_message_tunneled() 699 HWRM_PREP(&req, HWRM_FUNC_QCAPS, BNXT_USE_CHIMP_MB); in __bnxt_hwrm_func_qcaps() 844 HWRM_PREP(&req, HWRM_VNIC_QCAPS, BNXT_USE_CHIMP_MB); in bnxt_hwrm_vnic_qcaps() 875 HWRM_PREP(&req, HWRM_FUNC_RESET, BNXT_USE_CHIMP_MB); in bnxt_hwrm_func_reset() 1085 HWRM_PREP(&req, HWRM_VER_GET, BNXT_USE_CHIMP_MB); in bnxt_hwrm_ver_get() 1927 HWRM_PREP(&req, HWRM_VNIC_CFG, BNXT_USE_CHIMP_MB); in bnxt_hwrm_vnic_cfg() 2327 HWRM_PREP(&req, HWRM_FUNC_CFG, BNXT_USE_CHIMP_MB); in bnxt_hwrm_func_vf_mac() 3352 HWRM_PREP(&req, HWRM_FUNC_CFG, BNXT_USE_CHIMP_MB); in bnxt_hwrm_pf_func_cfg() [all …]
|