Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dl2t.h113 struct l2t_entry *cxgb4_l2t_get(struct l2t_data *d, struct neighbour *neigh,
H A Dl2t.c415 struct l2t_entry *cxgb4_l2t_get(struct l2t_data *d, struct neighbour *neigh, in cxgb4_l2t_get() function
472 EXPORT_SYMBOL(cxgb4_l2t_get);
/linux/drivers/target/iscsi/cxgbit/
H A Dcxgbit_cm.c933 csk->l2t = cxgb4_l2t_get(cdev->lldi.l2t, in cxgbit_offload_init()
966 csk->l2t = cxgb4_l2t_get(cdev->lldi.l2t, n, ndev, priority); in cxgbit_offload_init()
968 csk->l2t = cxgb4_l2t_get(cdev->lldi.l2t, n, ndev, 0); in cxgbit_offload_init()
/linux/drivers/infiniband/hw/cxgb4/
H A Dcm.c2106 ep->l2t = cxgb4_l2t_get(cdev->rdev.lldi.l2t, in import_ep()
2124 ep->l2t = cxgb4_l2t_get(cdev->rdev.lldi.l2t, in import_ep()
4161 e = cxgb4_l2t_get(dev->rdev.lldi.l2t, neigh, in rx_pkt()
4167 e = cxgb4_l2t_get(dev->rdev.lldi.l2t, neigh, in rx_pkt()
/linux/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c1820 csk->l2t = cxgb4_l2t_get(lldi->l2t, n, ndev, priority); in init_act_open()
1822 csk->l2t = cxgb4_l2t_get(lldi->l2t, n, ndev, 0); in init_act_open()
/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
H A Dchcr_ktls.c505 tx_info->l2te = cxgb4_l2t_get(adap->l2t, n, n->dev, 0); in chcr_ktls_dev_add()
/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c1179 csk->l2t_entry = cxgb4_l2t_get(cdev->lldi->l2t, n, ndev, 0); in chtls_recv_sock()