Symbol: GET_TID
sys/dev/cxgbe/crypto/t6_kern_tls.c
259
tlsp->tid = GET_TID(cpl);
sys/dev/cxgbe/cxgbei/cxgbei.c
197
u_int tid = GET_TID(cpl);
sys/dev/cxgbe/cxgbei/cxgbei.c
234
u_int tid = GET_TID(cpl);
sys/dev/cxgbe/cxgbei/cxgbei.c
448
u_int tid = GET_TID(cpl);
sys/dev/cxgbe/cxgbei/cxgbei.c
585
u_int tid = GET_TID(cpl);
sys/dev/cxgbe/iw_cxgbe/cm.c
1096
unsigned int tid = GET_TID(cpl);
sys/dev/cxgbe/nvmf/nvmf_che.c
2046
tid = GET_TID(cpl);
sys/dev/cxgbe/nvmf/nvmf_che.c
2092
u_int tid = GET_TID(cpl);
sys/dev/cxgbe/t4_filter.c
1436
u_int tid = GET_TID(rpl);
sys/dev/cxgbe/t4_filter.c
1520
f->tid = GET_TID(cpl);
sys/dev/cxgbe/t4_filter.c
1538
release_tid(sc, GET_TID(cpl), &sc->sge.ctrlq[0]);
sys/dev/cxgbe/t4_filter.c
1558
u_int tid = GET_TID(rpl);
sys/dev/cxgbe/t4_filter.c
1593
unsigned int tid = GET_TID(cpl);
sys/dev/cxgbe/t4_l2t.c
408
const u_int hwidx = GET_TID(rpl) & ~(F_SYNC_WR | V_TID_QID(M_TID_QID));
sys/dev/cxgbe/t4_l2t.c
409
const bool sync = GET_TID(rpl) & F_SYNC_WR;
sys/dev/cxgbe/t4_l2t.c
411
MPASS(iq->abs_id == G_TID_QID(GET_TID(rpl)));
sys/dev/cxgbe/t4_sge.c
407
tid = GET_TID(cpl);
sys/dev/cxgbe/t4_sge.c
433
cookie = GET_TID(rpl) & F_SYNC_WR ? CPL_COOKIE_TOM : CPL_COOKIE_FILTER;
sys/dev/cxgbe/t4_smt.c
271
unsigned int tid = GET_TID(rpl);
sys/dev/cxgbe/tom/t4_connect.c
173
release_tid(sc, GET_TID(cpl), toep->ctrlq);
sys/dev/cxgbe/tom/t4_connect.c
77
u_int tid = GET_TID(cpl);
sys/dev/cxgbe/tom/t4_cpl_io.c
1652
unsigned int tid = GET_TID(cpl);
sys/dev/cxgbe/tom/t4_cpl_io.c
1765
unsigned int tid = GET_TID(cpl);
sys/dev/cxgbe/tom/t4_cpl_io.c
1876
unsigned int tid = GET_TID(cpl);
sys/dev/cxgbe/tom/t4_cpl_io.c
1951
unsigned int tid = GET_TID(cpl);
sys/dev/cxgbe/tom/t4_cpl_io.c
1984
unsigned int tid = GET_TID(cpl);
sys/dev/cxgbe/tom/t4_ddp.c
1016
unsigned int tid = GET_TID(cpl);
sys/dev/cxgbe/tom/t4_ddp.c
1178
unsigned int tid = GET_TID(cpl);
sys/dev/cxgbe/tom/t4_ddp.c
1209
unsigned int tid = GET_TID(cpl);
sys/dev/cxgbe/tom/t4_listen.c
1029
unsigned int tid = GET_TID(cpl);
sys/dev/cxgbe/tom/t4_listen.c
1079
unsigned int tid = GET_TID(cpl);
sys/dev/cxgbe/tom/t4_listen.c
1337
unsigned int tid = GET_TID(cpl);
sys/dev/cxgbe/tom/t4_listen.c
1624
unsigned int tid = GET_TID(cpl);
sys/dev/cxgbe/tom/t4_listen.c
885
int stid = GET_TID(cpl);
sys/dev/cxgbe/tom/t4_listen.c
962
int stid = GET_TID(cpl);
sys/dev/cxgbe/tom/t4_tls.c
1374
unsigned int tid = GET_TID(cpl);
sys/dev/cxgbe/tom/t4_tls.c
762
unsigned int tid = GET_TID(cpl);
sys/dev/cxgbe/tom/t4_tls.c
823
unsigned int tid = GET_TID(cpl);
sys/dev/cxgbe/tom/t4_tom.c
1801
tid = GET_TID(cpl);
sys/dev/cxgbe/tom/t4_tom.c
710
const u_int tid = GET_TID(cpl);
sys/dev/cxgbe/tom/t4_tom_l2t.c
322
const u_int hwidx = GET_TID(rpl) & ~(F_SYNC_WR | V_TID_QID(M_TID_QID));
sys/dev/cxgbe/tom/t4_tom_l2t.c
323
const bool sync = GET_TID(rpl) & F_SYNC_WR;
sys/dev/cxgbe/tom/t4_tom_l2t.c
325
MPASS(iq->abs_id == G_TID_QID(GET_TID(rpl)));