Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.h162 int cxgb4_alloc_atid(struct tid_info *t, void *data);
Dcxgb4_main.c1466 int cxgb4_alloc_atid(struct tid_info *t, void *data) in cxgb4_alloc_atid() function
1482 EXPORT_SYMBOL(cxgb4_alloc_atid);
/linux-4.4.14/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c1402 csk->atid = cxgb4_alloc_atid(lldi->tids, csk); in init_act_open()
/linux-4.4.14/drivers/infiniband/hw/cxgb4/
Dcm.c2032 ep->atid = cxgb4_alloc_atid(ep->com.dev->rdev.lldi.tids, ep); in c4iw_reconnect()
3139 ep->atid = cxgb4_alloc_atid(dev->rdev.lldi.tids, ep); in c4iw_connect()