Home
last modified time | relevance | path

Searched refs:t4_wr_mbox (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c847 return t4_wr_mbox(adap, mbox, &c, sizeof(c), NULL); in t4_link_start()
868 return t4_wr_mbox(adap, mbox, &c, sizeof(c), NULL); in t4_restart_aneg()
1613 ret = t4_wr_mbox(adapter, mbox, &cmd, sizeof(cmd), NULL); in t4_config_rss_range()
1646 return t4_wr_mbox(adapter, mbox, &c, sizeof(c), NULL); in t4_config_glbl_rss()
2014 ret = t4_wr_mbox(adap, mbox, &c, sizeof(c), &c); in t4_mdio_rd()
2045 return t4_wr_mbox(adap, mbox, &c, sizeof(c), NULL); in t4_mdio_wr()
2071 ret = t4_wr_mbox(adap, mbox, &c, sizeof(c), &c); in t4_fw_hello()
2096 return t4_wr_mbox(adap, mbox, &c, sizeof(c), NULL); in t4_fw_bye()
2112 return t4_wr_mbox(adap, mbox, &c, sizeof(c), NULL); in t4_early_init()
2129 return t4_wr_mbox(adap, mbox, &c, sizeof(c), NULL); in t4_fw_reset()
[all …]
Dsge.c2028 ret = t4_wr_mbox(adap, adap->fn, &c, sizeof(c), &c); in t4_sge_alloc_rxq()
2122 ret = t4_wr_mbox(adap, adap->fn, &c, sizeof(c), &c); in t4_sge_alloc_eth_txq()
2175 ret = t4_wr_mbox(adap, adap->fn, &c, sizeof(c), &c); in t4_sge_alloc_ctrl_txq()
2226 ret = t4_wr_mbox(adap, adap->fn, &c, sizeof(c), &c); in t4_sge_alloc_ofld_txq()
Dcxgb4.h629 static inline int t4_wr_mbox(struct adapter *adap, int mbox, const void *cmd, in t4_wr_mbox() function
Dcxgb4_main.c2900 ret = t4_wr_mbox(adap, adap->fn, c, sizeof(*c), c); in adap_init1()
2916 ret = t4_wr_mbox(adap, adap->fn, c, sizeof(*c), NULL); in adap_init1()