Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_hwrm.c274 bool mailbox = BNXT_USE_CHIMP_MB; in bnxt_hwrm_tf_message_direct()
308 bool mailbox = BNXT_USE_CHIMP_MB; in bnxt_hwrm_tf_message_tunneled()
699 HWRM_PREP(&req, HWRM_FUNC_QCAPS, BNXT_USE_CHIMP_MB); in __bnxt_hwrm_func_qcaps()
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()
2191 BNXT_USE_CHIMP_MB); in bnxt_hwrm_vnic_rss_cfg_thor()
2327 HWRM_PREP(&req, HWRM_FUNC_CFG, BNXT_USE_CHIMP_MB); in bnxt_hwrm_func_vf_mac()
3604 BNXT_USE_CHIMP_MB); in bnxt_process_vf_resc_config_new()
3650 BNXT_USE_CHIMP_MB); in bnxt_process_vf_resc_config_old()
4882 BNXT_USE_CHIMP_MB); in bnxt_vnic_rss_configure_thor()
[all …]
H A Dbnxt.h653 #define BNXT_USE_CHIMP_MB 0 //For non-CFA commands, everything uses Chimp. macro