Searched refs:cxgb4_l2t_get (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | l2t.h | 98 struct l2t_entry *cxgb4_l2t_get(struct l2t_data *d, struct neighbour *neigh,
|
D | l2t.c | 361 struct l2t_entry *cxgb4_l2t_get(struct l2t_data *d, struct neighbour *neigh, in cxgb4_l2t_get() function 416 EXPORT_SYMBOL(cxgb4_l2t_get);
|
/linux-4.1.27/drivers/infiniband/hw/cxgb4/ |
D | cm.c | 1903 ep->l2t = cxgb4_l2t_get(cdev->rdev.lldi.l2t, in import_ep() 1922 ep->l2t = cxgb4_l2t_get(cdev->rdev.lldi.l2t, in import_ep() 3731 e = cxgb4_l2t_get(dev->rdev.lldi.l2t, neigh, in rx_pkt() 3738 e = cxgb4_l2t_get(dev->rdev.lldi.l2t, neigh, in rx_pkt()
|
/linux-4.1.27/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 1401 csk->l2t = cxgb4_l2t_get(lldi->l2t, n, ndev, 0); in init_act_open()
|