Searched refs:cxgb4_alloc_atid (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_uld.h | 244 int cxgb4_alloc_atid(struct tid_info *t, void *data);
|
H A D | cxgb4_filter.c | 1429 atid = cxgb4_alloc_atid(t, f); in cxgb4_set_hash_filter()
|
H A D | cxgb4_main.c | 1594 int cxgb4_alloc_atid(struct tid_info *t, void *data) in cxgb4_alloc_atid() function 1610 EXPORT_SYMBOL(cxgb4_alloc_atid); variable
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_uld.h | 244 int cxgb4_alloc_atid(struct tid_info *t, void *data);
|
H A D | cxgb4_filter.c | 1429 atid = cxgb4_alloc_atid(t, f); in cxgb4_set_hash_filter()
|
H A D | cxgb4_main.c | 1593 int cxgb4_alloc_atid(struct tid_info *t, void *data) in cxgb4_alloc_atid() function 1609 EXPORT_SYMBOL(cxgb4_alloc_atid); variable
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/ |
H A D | chcr_ktls.c | 287 atid = cxgb4_alloc_atid(t, tx_info); in chcr_setup_connection()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/ |
H A D | chcr_ktls.c | 281 atid = cxgb4_alloc_atid(t, tx_info); in chcr_setup_connection()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/ |
H A D | cm.c | 2190 ep->atid = cxgb4_alloc_atid(ep->com.dev->rdev.lldi.tids, ep); in c4iw_reconnect() 3358 ep->atid = cxgb4_alloc_atid(dev->rdev.lldi.tids, ep); in c4iw_connect()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/ |
H A D | cm.c | 2190 ep->atid = cxgb4_alloc_atid(ep->com.dev->rdev.lldi.tids, ep); in c4iw_reconnect() 3355 ep->atid = cxgb4_alloc_atid(dev->rdev.lldi.tids, ep); in c4iw_connect()
|
/kernel/linux/linux-5.10/drivers/scsi/cxgbi/cxgb4i/ |
H A D | cxgb4i.c | 1806 csk->atid = cxgb4_alloc_atid(lldi->tids, csk); in init_act_open()
|
/kernel/linux/linux-6.6/drivers/scsi/cxgbi/cxgb4i/ |
H A D | cxgb4i.c | 1807 csk->atid = cxgb4_alloc_atid(lldi->tids, csk); in init_act_open()
|
Completed in 44 milliseconds