Searched refs:GET_TID (Results 1 – 9 of 9) sorted by relevance
/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 541 unsigned int tid = GET_TID(req); in do_act_establish() 659 unsigned int tid = GET_TID(rpl); in do_act_open_rpl() 683 cxgb4_remove_tid(lldi->tids, csk->port_id, GET_TID(rpl)); in do_act_open_rpl() 706 unsigned int tid = GET_TID(req); in do_peer_close() 727 unsigned int tid = GET_TID(rpl); in do_close_con_rpl() 766 unsigned int tid = GET_TID(req); in do_abort_req_rss() 812 unsigned int tid = GET_TID(rpl); in do_abort_rpl_rss() 838 unsigned int tid = GET_TID(cpl); in do_rx_iscsi_hdr() 939 unsigned int tid = GET_TID(rpl); in do_rx_data_ddp() 1024 unsigned int tid = GET_TID(rpl); in do_fw4_ack() [all …]
|
/drivers/infiniband/hw/cxgb4/ |
D | cm.c | 760 unsigned int tid = GET_TID(req); in act_establish() 1318 unsigned int tid = GET_TID(hdr); in rx_data() 1360 unsigned int tid = GET_TID(rpl); in abort_rpl() 1417 cxgb4_remove_tid(ep->com.dev->rdev.lldi.tids, 0, GET_TID(rpl)); in act_open_rpl() 1431 unsigned int stid = GET_TID(rpl); in pass_open_rpl() 1470 unsigned int stid = GET_TID(rpl); in close_listsrv_rpl() 1628 unsigned int hwtid = GET_TID(req); in pass_accept_req() 1706 unsigned int tid = GET_TID(req); in pass_establish() 1731 unsigned int tid = GET_TID(hdr); in peer_close() 1895 unsigned int tid = GET_TID(req); in peer_abort() [all …]
|
/drivers/net/ethernet/chelsio/cxgb3/ |
D | cxgb3_offload.c | 709 rpl->status, GET_TID(rpl)); in do_smt_write_rpl() 721 rpl->status, GET_TID(rpl)); in do_l2t_write_rpl() 733 rpl->status, GET_TID(rpl)); in do_rte_write_rpl() 800 unsigned int tid = GET_TID(req); in do_cr() 858 unsigned int tid = GET_TID(req); in do_abort_req_rss() 894 unsigned int tid = GET_TID(req); in do_act_establish()
|
D | t3_cpl.h | 207 #define GET_TID(cmd) (G_TID(ntohl(OPCODE_TID(cmd)))) macro
|
/drivers/scsi/cxgbi/cxgb3i/ |
D | cxgb3i.c | 231 tdev, GET_TID(req), skb); in abort_arp_failure() 477 unsigned int tid = GET_TID(req); in do_act_establish() 582 cxgb3_queue_tid_release(tdev, GET_TID(rpl)); in do_act_open_rpl()
|
/drivers/net/ethernet/chelsio/cxgb/ |
D | cpl5_cmd.h | 177 #define GET_TID(cmd) (G_TID(ntohl(OPCODE_TID(cmd)))) macro
|
/drivers/infiniband/hw/cxgb3/ |
D | iwch_cm.c | 637 unsigned int tid = GET_TID(req); in act_establish() 1188 release_tid(ep->com.tdev, GET_TID(rpl), NULL); in act_open_rpl() 1340 unsigned int hwtid = GET_TID(req); in pass_accept_req() 2211 "for tid %u\n", rpl->status, GET_TID(rpl)); in set_tcb_rpl()
|
/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4_msg.h | 162 #define GET_TID(cmd) (ntohl(OPCODE_TID(cmd)) & 0xFFFFFF) macro
|
D | l2t.c | 191 unsigned int tid = GET_TID(rpl); in do_l2t_write_rpl()
|