Home
last modified time | relevance | path

Searched refs:GET_TID (Results 1 – 14 of 14) sorted by relevance

/freebsd-10-stable/sys/dev/cxgb/ulp/tom/
Dcxgb_cpl_io.c621 unsigned int tid = GET_TID(hdr); in do_rx_urg_notify()
922 queue_tid_release(tod, GET_TID(rpl)); in do_act_open_rpl()
1111 unsigned int tid = GET_TID(hdr); in do_rx_data()
1217 unsigned int tid = GET_TID(hdr); in do_peer_close()
1280 unsigned int tid = GET_TID(rpl); in do_close_con_rpl()
1343 rpl->status, GET_TID(rpl)); in do_smt_write_rpl()
1357 rpl->status, GET_TID(rpl)); in do_set_tcb_rpl()
1373 unsigned int tid = GET_TID(rpl); in do_abort_rpl()
1472 unsigned int tid = GET_TID(req); in do_abort_req()
1650 unsigned int tid = GET_TID(req); in do_act_establish()
[all …]
Dcxgb_listen.c280 unsigned int stid = GET_TID(rpl); in do_close_server_rpl()
311 int stid = GET_TID(rpl); in do_pass_open_rpl()
492 unsigned int tid = GET_TID(req); in do_pass_accept_req()
696 unsigned int tid = GET_TID(cpl); in do_pass_establish()
1014 unsigned int tid = GET_TID(req); in do_abort_req_synqe()
1065 unsigned int tid = GET_TID(rpl); in do_abort_rpl_synqe()
Dcxgb_l2t.c449 rpl->status, GET_TID(rpl)); in do_l2t_write_rpl()
/freebsd-10-stable/sys/dev/cxgbe/tom/
Dt4_listen.c718 int stid = GET_TID(cpl); in do_pass_open_rpl()
793 int stid = GET_TID(cpl); in do_close_server_rpl()
850 unsigned int tid = GET_TID(cpl); in do_abort_req_synqe()
899 unsigned int tid = GET_TID(cpl); in do_abort_rpl_synqe()
1228 unsigned int tid = GET_TID(cpl); in do_pass_accept_req()
1538 unsigned int tid = GET_TID(cpl); in do_pass_establish()
Dt4_cpl_io.c1070 unsigned int tid = GET_TID(cpl); in do_peer_close()
1178 unsigned int tid = GET_TID(cpl); in do_close_con_rpl()
1286 unsigned int tid = GET_TID(cpl); in do_abort_req()
1360 unsigned int tid = GET_TID(cpl); in do_abort_rpl()
1393 unsigned int tid = GET_TID(cpl); in do_rx_data()
1731 unsigned int tid = GET_TID(cpl); in do_set_tcb_rpl()
Dt4_connect.c118 u_int tid = GET_TID(cpl); in do_act_establish()
218 release_tid(sc, GET_TID(cpl), toep->ctrlq); in do_act_open_rpl()
Dt4_tom_l2t.c318 unsigned int tid = GET_TID(rpl); in do_l2t_write_rpl2()
Dt4_ddp.c476 unsigned int tid = GET_TID(cpl); in do_rx_data_ddp()
507 unsigned int tid = GET_TID(cpl); in do_rx_ddp_complete()
/freebsd-10-stable/sys/dev/cxgbe/
Dt4_l2t.c244 unsigned int tid = GET_TID(rpl); in do_l2t_write_rpl()
Dt4_main.c8690 unsigned int idx = GET_TID(rpl); in t4_filter_rpl()
/freebsd-10-stable/sys/dev/cxgb/common/
Dcxgb_t3_cpl.h199 #define GET_TID(cmd) (G_TID(ntohl(OPCODE_TID(cmd)))) macro
/freebsd-10-stable/sys/dev/cxgb/ulp/iw_cxgb/
Diw_cxgb_cm.c1103 unsigned int tid = GET_TID(rep); in ec_status()
/freebsd-10-stable/sys/dev/cxgbe/iw_cxgbe/
Dcm.c797 unsigned int tid = GET_TID(cpl); in terminate()
/freebsd-10-stable/sys/dev/cxgbe/common/
Dt4_msg.h304 #define GET_TID(cmd) (G_TID(ntohl(OPCODE_TID(cmd)))) macro