Home
last modified time | relevance | path

Searched refs:cxgb4_l2t_send (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb4/
Dl2t.h96 int cxgb4_l2t_send(struct net_device *dev, struct sk_buff *skb,
Dl2t.c228 int cxgb4_l2t_send(struct net_device *dev, struct sk_buff *skb, in cxgb4_l2t_send() function
264 EXPORT_SYMBOL(cxgb4_l2t_send);
/linux-3.4.99/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c221 cxgb4_l2t_send(csk->cdev->ports[csk->port_id], skb, csk->l2t); in send_act_open_req()
283 cxgb4_l2t_send(csk->cdev->ports[csk->port_id], skb, csk->l2t); in send_abort_req()
520 cxgb4_l2t_send(csk->cdev->ports[csk->port_id], skb, csk->l2t); in push_tx_frames()
/linux-3.4.99/drivers/infiniband/hw/cxgb4/
Dcm.c173 error = cxgb4_l2t_send(rdev->lldi.ports[0], skb, l2e); in c4iw_l2t_send()