Searched refs:INIT_TP_WR (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_uld.h | 54 #define INIT_TP_WR(w, tid) do { \ macro 63 INIT_TP_WR(w, tid); \
|
D | l2t.c | 150 INIT_TP_WR(req, 0); in write_l2e()
|
D | cxgb4_main.c | 1573 INIT_TP_WR(req, tid); in mk_tid_release() 1730 INIT_TP_WR(req, 0); in cxgb4_create_server() 1771 INIT_TP_WR(req, 0); in cxgb4_create_server6() 1803 INIT_TP_WR(req, 0); in cxgb4_remove_server()
|
/linux-4.1.27/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 209 INIT_TP_WR(req, 0); in send_act_open_req() 232 INIT_TP_WR(req, 0); in send_act_open_req() 293 INIT_TP_WR(req, 0); in send_act_open_req6() 318 INIT_TP_WR(req, 0); in send_act_open_req6() 362 INIT_TP_WR(req, tid); in send_close_req() 406 INIT_TP_WR(req, csk->tid); in send_abort_req() 430 INIT_TP_WR(rpl, csk->tid); in send_abort_rpl() 458 INIT_TP_WR(req, csk->tid); in send_rx_credits() 1641 INIT_TP_WR(req, csk->tid); in ddp_setup_conn_pgidx() 1673 INIT_TP_WR(req, tid); in ddp_setup_conn_digest()
|
/linux-4.1.27/drivers/infiniband/hw/cxgb4/ |
D | cm.c | 229 INIT_TP_WR(req, hwtid); in release_tid() 526 INIT_TP_WR(req, ep->hwtid); in send_halfclose() 548 INIT_TP_WR(req, ep->hwtid); in send_abort() 701 INIT_TP_WR(req, 0); in send_connect() 717 INIT_TP_WR(req6, 0); in send_connect() 746 INIT_TP_WR(t5_req, 0); in send_connect() 766 INIT_TP_WR(t5_req6, 0); in send_connect() 1273 INIT_TP_WR(req, ep->hwtid); in update_rx_credits() 2183 INIT_TP_WR(rpl5, ep->hwtid); in accept_cr() 2186 INIT_TP_WR(rpl, ep->hwtid); in accept_cr() [all …]
|