Home
last modified time | relevance | path

Searched refs:cxgb4_alloc_atid (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.h244 int cxgb4_alloc_atid(struct tid_info *t, void *data);
Dcxgb4_filter.c1429 atid = cxgb4_alloc_atid(t, f); in cxgb4_set_hash_filter()
Dcxgb4_main.c1594 int cxgb4_alloc_atid(struct tid_info *t, void *data) in cxgb4_alloc_atid() function
1610 EXPORT_SYMBOL(cxgb4_alloc_atid);
/linux-6.1.9/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
Dchcr_ktls.c281 atid = cxgb4_alloc_atid(t, tx_info); in chcr_setup_connection()
/linux-6.1.9/drivers/infiniband/hw/cxgb4/
Dcm.c2187 ep->atid = cxgb4_alloc_atid(ep->com.dev->rdev.lldi.tids, ep); in c4iw_reconnect()
3349 ep->atid = cxgb4_alloc_atid(dev->rdev.lldi.tids, ep); in c4iw_connect()
/linux-6.1.9/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c1807 csk->atid = cxgb4_alloc_atid(lldi->tids, csk); in init_act_open()