Searched refs:tp_tid (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_toepcb.h54 int tp_tid; member in struct:toepcb
H A Dcxgb_cpl_io.c136 CTR2(KTR_CXGB, "%s: tid %d", __func__, toep->tp_tid);
175 tp->t_state == TCPS_SYN_SENT ? "atid" : "tid", toep->tp_tid,
341 req->wr.wrh_lo = htonl(V_WR_TID(toep->tp_tid));
342 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_CLOSE_CON_REQ, toep->tp_tid));
361 req->wr.wrh_lo = htonl(V_WR_TID(toep->tp_tid));
580 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_RX_DATA_ACK, toep->tp_tid));
638 unsigned int tid = toep->tp_tid;
724 if (toep->tp_tid >= 0)
725 release_tid(tod, toep->tp_tid, toep->tp_qset);
920 toep->tp_tid
[all...]
H A Dcxgb_listen.c734 toep->tp_tid = tid;
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_cm.c204 ep->hwtid = toep->tp_tid;

Completed in 101 milliseconds