Searched refs:iwch_cxgb3_ofld_send (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/infiniband/hw/cxgb3/ |
D | iwch_cm.c | 155 int iwch_cxgb3_ofld_send(struct t3cdev *tdev, struct sk_buff *skb) in iwch_cxgb3_ofld_send() function 182 iwch_cxgb3_ofld_send(tdev, skb); in release_tid() 204 return iwch_cxgb3_ofld_send(ep->com.tdev, skb); in iwch_quiesce_tid() 225 return iwch_cxgb3_ofld_send(ep->com.tdev, skb); in iwch_resume_tid() 384 iwch_cxgb3_ofld_send(dev, skb); in abort_arp_failure() 810 iwch_cxgb3_ofld_send(ep->com.tdev, skb); in update_rx_credits() 1225 return iwch_cxgb3_ofld_send(ep->com.tdev, skb); in listen_start() 1258 return iwch_cxgb3_ofld_send(ep->com.tdev, skb); in listen_stop() 1336 iwch_cxgb3_ofld_send(tdev, skb); in reject_cr() 1634 iwch_cxgb3_ofld_send(ep->com.tdev, rpl_skb); in peer_abort()
|
D | cxio_hal.h | 197 int iwch_cxgb3_ofld_send(struct t3cdev *tdev, struct sk_buff *skb);
|
D | cxio_hal.c | 155 return iwch_cxgb3_ofld_send(rdev_p->t3cdev_p, skb); in cxio_hal_clear_qp_ctx() 578 return iwch_cxgb3_ofld_send(rdev_p->t3cdev_p, skb); in cxio_hal_init_ctrl_qp() 865 return iwch_cxgb3_ofld_send(rdev_p->t3cdev_p, skb); in cxio_rdma_init()
|
D | iwch_qp.c | 768 return iwch_cxgb3_ofld_send(ep->com.qp->rhp->rdev.t3cdev_p, skb); in iwch_post_zb_read() 800 return iwch_cxgb3_ofld_send(qhp->rhp->rdev.t3cdev_p, skb); in iwch_post_terminate()
|