MCPcopy Create free account
hub / github.com/F-Stack/f-stack / t4_wr_mbox

Function t4_wr_mbox

dpdk/drivers/net/cxgbe/base/common.h:444–448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

442int t4_get_core_clock(struct adapter *adapter, struct vpd_params *p);
443
444static inline int t4_wr_mbox(struct adapter *adap, int mbox, const void *cmd,
445 int size, void *rpl)
446{
447 return t4_wr_mbox_meat(adap, mbox, cmd, size, rpl, true);
448}
449
450static inline int t4_wr_mbox_ns(struct adapter *adap, int mbox, const void *cmd,
451 int size, void *rpl)

Callers 15

cxgbe_load_fw_configFunction · 0.85
adap_init0Function · 0.85
t4_sge_alloc_rxqFunction · 0.85
t4_sge_alloc_eth_txqFunction · 0.85
t4_sge_alloc_ctrl_txqFunction · 0.85
t4_fw_tp_pio_rwFunction · 0.85
t4_config_rss_rangeFunction · 0.85
t4_config_vi_rssFunction · 0.85
t4_read_config_vi_rssFunction · 0.85
t4_get_pfresFunction · 0.85
t4_link_l1cfg_coreFunction · 0.85
t4_fw_helloFunction · 0.85

Calls 1

t4_wr_mbox_meatFunction · 0.85

Tested by

no test coverage detected