Searched refs:INIT_TP_WR (Results 1 – 5 of 5) sorted by relevance
/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_uld.h | 55 #define INIT_TP_WR(w, tid) do { \ macro 64 INIT_TP_WR(w, tid); \
|
D | l2t.c | 152 INIT_TP_WR(req, 0); in write_l2e()
|
D | cxgb4_main.c | 1603 INIT_TP_WR(req, tid); in mk_tid_release() 1767 INIT_TP_WR(req, 0); in cxgb4_create_server() 1808 INIT_TP_WR(req, 0); in cxgb4_create_server6() 1840 INIT_TP_WR(req, 0); in cxgb4_remove_server()
|
/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 212 INIT_TP_WR(req, 0); in send_act_open_req() 236 INIT_TP_WR(req, 0); in send_act_open_req() 300 INIT_TP_WR(req, 0); in send_act_open_req6() 325 INIT_TP_WR(req, 0); in send_act_open_req6() 369 INIT_TP_WR(req, tid); in send_close_req() 413 INIT_TP_WR(req, csk->tid); in send_abort_req() 437 INIT_TP_WR(rpl, csk->tid); in send_abort_rpl() 465 INIT_TP_WR(req, csk->tid); in send_rx_credits() 1666 INIT_TP_WR(req, csk->tid); in ddp_setup_conn_pgidx() 1698 INIT_TP_WR(req, tid); in ddp_setup_conn_digest()
|
/drivers/infiniband/hw/cxgb4/ |
D | cm.c | 230 INIT_TP_WR(req, hwtid); in release_tid() 545 INIT_TP_WR(req, ep->hwtid); in send_halfclose() 567 INIT_TP_WR(req, ep->hwtid); in send_abort() 746 INIT_TP_WR(req, 0); in send_connect() 751 INIT_TP_WR(t5req, 0); in send_connect() 757 INIT_TP_WR(t6req, 0); in send_connect() 794 INIT_TP_WR(req6, 0); in send_connect() 799 INIT_TP_WR(t5req6, 0); in send_connect() 805 INIT_TP_WR(t6req6, 0); in send_connect() 1332 INIT_TP_WR(req, ep->hwtid); in update_rx_credits() [all …]
|