Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_offload.h105 void cxgb3_remove_tid(struct t3cdev *dev, void *ctx, unsigned int tid);
H A Dcxgb3_offload.c627 void cxgb3_remove_tid(struct t3cdev *tdev, void *ctx, unsigned int tid) in cxgb3_remove_tid() function
648 EXPORT_SYMBOL(cxgb3_remove_tid);
/openbmc/linux/drivers/scsi/cxgbi/cxgb3i/
H A Dcxgb3i.c923 cxgb3_remove_tid(t3dev, (void *)csk, csk->tid); in release_offload_resources()