Searched refs:cxgb4_remove_tid (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_uld.h | 167 void cxgb4_remove_tid(struct tid_info *t, unsigned int qid, unsigned int tid);
|
D | cxgb4_main.c | 1664 void cxgb4_remove_tid(struct tid_info *t, unsigned int chan, unsigned int tid) in cxgb4_remove_tid() function 1686 EXPORT_SYMBOL(cxgb4_remove_tid);
|
/linux-4.4.14/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 890 cxgb4_remove_tid(lldi->tids, csk->port_id, GET_TID(rpl)); in do_act_open_rpl() 1358 cxgb4_remove_tid(lldi->tids, 0, csk->tid); in release_offload_resources()
|
/linux-4.4.14/drivers/infiniband/hw/cxgb4/ |
D | cm.c | 313 cxgb4_remove_tid(ep->com.dev->rdev.lldi.tids, 0, ep->hwtid); in _c4iw_free_ep() 2197 cxgb4_remove_tid(ep->com.dev->rdev.lldi.tids, 0, GET_TID(rpl)); in act_open_rpl() 2775 cxgb4_remove_tid(ep->com.dev->rdev.lldi.tids, 0, ep->hwtid); in peer_abort()
|