Searched refs:t4_l2t_send (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/cxgbe/tom/ |
H A D | t4_tom_l2t.h | 44 t4_l2t_send(struct adapter *sc, struct wrqe *wr, struct l2t_entry *e) in t4_l2t_send() function
|
H A D | t4_connect.c | 398 rc = t4_l2t_send(sc, wr, toep->l2te); in t4_connect()
|
H A D | t4_cpl_io.c | 288 t4_l2t_send(sc, wr, toep->l2te); in send_reset() 483 t4_l2t_send(sc, wr, toep->l2te); in t4_close_conn() 882 t4_l2t_send(sc, wr, toep->l2te); in t4_push_frames() 1223 t4_l2t_send(sc, wr, toep->l2te); in t4_push_pdus()
|
H A D | t4_listen.c | 559 t4_l2t_send(sc, wr, &sc->l2t->l2tab[synqe->params.l2t_idx]); in send_abort_rpl_synqe() 1302 return (t4_l2t_send(sc, wr, e)); in send_synack()
|
H A D | t4_tls.c | 709 t4_l2t_send(sc, wr, toep->l2te); in t4_push_ktls()
|