Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dl2t.h112 struct l2t_entry *cxgb4_l2t_get(struct l2t_data *d, struct neighbour *neigh,
Dl2t.c364 struct l2t_entry *cxgb4_l2t_get(struct l2t_data *d, struct neighbour *neigh, in cxgb4_l2t_get() function
419 EXPORT_SYMBOL(cxgb4_l2t_get);
/linux-4.4.14/drivers/infiniband/hw/cxgb4/
Dcm.c1960 ep->l2t = cxgb4_l2t_get(cdev->rdev.lldi.l2t, in import_ep()
1980 ep->l2t = cxgb4_l2t_get(cdev->rdev.lldi.l2t, in import_ep()
3872 e = cxgb4_l2t_get(dev->rdev.lldi.l2t, neigh, in rx_pkt()
3879 e = cxgb4_l2t_get(dev->rdev.lldi.l2t, neigh, in rx_pkt()
/linux-4.4.14/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c1410 csk->l2t = cxgb4_l2t_get(lldi->l2t, n, ndev, 0); in init_act_open()