Searched refs:t3_l2t_get (Results 1 – 5 of 5) sorted by relevance
/drivers/net/ethernet/chelsio/cxgb3/ |
D | l2t.h | 112 struct l2t_entry *t3_l2t_get(struct t3cdev *cdev, struct dst_entry *dst,
|
D | l2t.c | 301 struct l2t_entry *t3_l2t_get(struct t3cdev *cdev, struct dst_entry *dst, in t3_l2t_get() function 369 EXPORT_SYMBOL(t3_l2t_get);
|
D | cxgb3_offload.c | 1130 e = t3_l2t_get(tdev, new, dev, daddr); in cxgb_redirect()
|
/drivers/infiniband/hw/cxgb3/ |
D | iwch_cm.c | 1376 l2t = t3_l2t_get(tdev, dst, NULL, &req->peer_ip); in pass_accept_req() 1943 ep->l2t = t3_l2t_get(ep->com.tdev, ep->dst, NULL, in iwch_connect()
|
/drivers/scsi/cxgbi/cxgb3i/ |
D | cxgb3i.c | 969 csk->l2t = t3_l2t_get(t3dev, dst, ndev, in init_act_open()
|