Searched refs:cxgb4_l2t_get (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | l2t.h | 112 struct l2t_entry *cxgb4_l2t_get(struct l2t_data *d, struct neighbour *neigh,
|
D | l2t.c | 364 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/ |
D | cm.c | 1960 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/ |
D | cxgb4i.c | 1410 csk->l2t = cxgb4_l2t_get(lldi->l2t, n, ndev, 0); in init_act_open()
|