Searched refs:CPL_PRIORITY_SETUP (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/ |
D | cxgb3_offload.h | 115 CPL_PRIORITY_SETUP = 1, /* connection setup messages */ enumerator
|
D | cxgb3_offload.c | 554 skb->priority = CPL_PRIORITY_SETUP; in mk_tid_release()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_uld.h | 48 CPL_PRIORITY_SETUP = 1, /* connection setup messages */ enumerator
|
D | cxgb4_main.c | 1601 set_wr_txq(skb, CPL_PRIORITY_SETUP, chan); in mk_tid_release()
|
/linux-4.4.14/drivers/infiniband/hw/cxgb3/ |
D | iwch_cm.c | 181 skb->priority = CPL_PRIORITY_SETUP; in release_tid() 457 skb->priority = CPL_PRIORITY_SETUP; in send_connect() 1306 skb->priority = CPL_PRIORITY_SETUP; in accept_cr() 1327 skb->priority = CPL_PRIORITY_SETUP; in reject_cr()
|
/linux-4.4.14/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 261 set_wr_txq(skb, CPL_PRIORITY_SETUP, csk->port_id); in send_act_open_req() 346 set_wr_txq(skb, CPL_PRIORITY_SETUP, csk->port_id); in send_act_open_req6()
|
/linux-4.4.14/drivers/scsi/cxgbi/cxgb3i/ |
D | cxgb3i.c | 162 skb->priority = CPL_PRIORITY_SETUP; in send_act_open_req()
|
/linux-4.4.14/drivers/infiniband/hw/cxgb4/ |
D | cm.c | 232 set_wr_txq(skb, CPL_PRIORITY_SETUP, 0); in release_tid() 690 set_wr_txq(skb, CPL_PRIORITY_SETUP, ep->ctrlq_idx); in send_connect() 2327 set_wr_txq(skb, CPL_PRIORITY_SETUP, ep->ctrlq_idx); in accept_cr()
|