Searched refs:t4_wrq_tx (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | adapter.c | 114 t4_wrq_tx(struct adapter *sc, struct sge_wrq *wrq, mblk_t *m) in t4_wrq_tx() function
|
H A D | t4_l2t.c | 341 (void) t4_wrq_tx(sc, MBUF_EQ(m), m); in send_pending() 360 (void) t4_wrq_tx(sc, MBUF_EQ(m), m); in t4_l2t_send()
|
H A D | adapter.h | 582 int t4_wrq_tx(struct adapter *sc, struct sge_wrq *wrq, mblk_t *m);
|
H A D | t4_sge.c | 808 return (t4_wrq_tx(sc, &sc->sge.mgmtq, m)); in t4_mgmt_tx()
|