Searched refs:t4_wr_mbox (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/cxgbe/common/ |
H A D | t4_hw.c | 767 ret = t4_wr_mbox(adap, adap->mbox, &ldst_cmd, sizeof(ldst_cmd), in t4_read_pcie_cfg4() 3677 return t4_wr_mbox(adap, adap->mbox, &c, sizeof(c), NULL); in t4_fwcache() 4035 return t4_wr_mbox(adap, mbox, &c, sizeof(c), NULL); in t4_restart_aneg() 5563 ret = t4_wr_mbox(adapter, mbox, &cmd, sizeof(cmd), NULL); in t4_config_rss_range() 5597 return t4_wr_mbox(adapter, mbox, &c, sizeof(c), NULL); in t4_config_glbl_rss() 5629 return t4_wr_mbox(adapter, mbox, &c, sizeof(c), NULL); in t4_config_vi_rss() 7145 return t4_wr_mbox(adap, mbox, &c, sizeof(c), NULL); in t4_fwaddrspace_write() 7176 ret = t4_wr_mbox(adap, mbox, &c, sizeof(c), &c); in t4_mdio_rd() 7210 return t4_wr_mbox(adap, mbox, &c, sizeof(c), NULL); in t4_mdio_wr() 7394 ret = t4_wr_mbox(adap, mbox, &c, sizeof(c), &c); in t4_sge_ctxt_flush() [all …]
|
H A D | common.h | 598 static inline int t4_wr_mbox(struct adapter *adap, int mbox, const void *cmd, in t4_wr_mbox() function 940 return t4_wr_mbox(adap, adap->mbox, cmd, size, rpl); in t4vf_wr_mbox()
|
/freebsd/sys/dev/cxgbe/ |
H A D | t4_netmap.c | 342 rc = -t4_wr_mbox(sc, sc->mbox, &c, sizeof(c), &c); in alloc_nm_rxq_hwq() 441 rc = -t4_wr_mbox(sc, sc->mbox, &c, sizeof(c), &c); in alloc_nm_txq_hwq()
|
H A D | t4_sge.c | 3607 rc = -t4_wr_mbox(sc, sc->mbox, &c, sizeof(c), &c); in alloc_iq_fl_hwq() 4275 rc = -t4_wr_mbox(sc, sc->mbox, &c, sizeof(c), &c); in ctrl_eq_alloc() 4320 rc = -t4_wr_mbox(sc, sc->mbox, &c, sizeof(c), &c); in eth_eq_alloc() 4365 rc = -t4_wr_mbox(sc, sc->mbox, &c, sizeof(c), &c); in ofld_eq_alloc()
|
H A D | t4_main.c | 5088 rc = -t4_wr_mbox(sc, sc->mbox, &caps, sizeof(caps), &caps); in apply_cfg_and_initialize() 5139 rc = -t4_wr_mbox(sc, sc->mbox, &caps, sizeof(caps), NULL); in apply_cfg_and_initialize() 5493 rc = -t4_wr_mbox(sc, sc->mbox, &caps, sizeof(caps), &caps); in get_params__post_init() 10201 rc = -t4_wr_mbox(sc, sc->mbox, &ldst_cmd, in sysctl_mps_tcam() 10375 rc = -t4_wr_mbox(sc, sc->mbox, &ldst_cmd, in sysctl_mps_tcam_t6()
|
/freebsd/sys/dev/cxgbe/cudbg/ |
H A D | cudbg_lib.c | 3619 rc = t4_wr_mbox(padap, padap->mbox, &ldst_cmd, in collect_mps_tcam()
|