Searched refs:cxgb4_l2t_get (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | l2t.h | 113 struct l2t_entry *cxgb4_l2t_get(struct l2t_data *d, struct neighbour *neigh,
|
H A D | l2t.c | 415 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 D | cxgbit_cm.c | 933 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 D | cm.c | 2106 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 D | cxgb4i.c | 1820 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 D | chcr_ktls.c | 505 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 D | chtls_cm.c | 1179 csk->l2t_entry = cxgb4_l2t_get(cdev->lldi->l2t, n, ndev, 0); in chtls_recv_sock()
|