Home
last modified time | relevance | path

Searched refs:cxgb3_alloc_atid (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_offload.h96 int cxgb3_alloc_atid(struct t3cdev *dev, struct cxgb3_client *client,
H A Dcxgb3_offload.c633 int cxgb3_alloc_atid(struct t3cdev *tdev, struct cxgb3_client *client, in cxgb3_alloc_atid() function
655 EXPORT_SYMBOL(cxgb3_alloc_atid);
/linux/drivers/scsi/cxgbi/cxgb3i/
H A Dcxgb3i.c979 csk->atid = cxgb3_alloc_atid(t3dev, &t3_client, csk); in init_act_open()