Searched refs:cxgb4_free_atid (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_uld.h | 182 void cxgb4_free_atid(struct tid_info *t, unsigned int atid);
|
D | cxgb4_filter.c | 1204 cxgb4_free_atid(t, atid); in cxgb4_set_hash_filter() 1707 cxgb4_free_atid(t, ftid); in hash_filter_rpl() 1735 cxgb4_free_atid(t, ftid); in hash_filter_rpl()
|
D | cxgb4_main.c | 1107 void cxgb4_free_atid(struct tid_info *t, unsigned int atid) in cxgb4_free_atid() function 1117 EXPORT_SYMBOL(cxgb4_free_atid);
|
/Linux-v4.19/drivers/infiniband/hw/cxgb4/ |
D | cm.c | 560 cxgb4_free_atid(ep->com.dev->rdev.lldi.tids, ep->atid); in act_open_req_arp_failure() 1203 cxgb4_free_atid(t, atid); in act_establish() 2202 cxgb4_free_atid(ep->com.dev->rdev.lldi.tids, ep->atid); in c4iw_reconnect() 2286 cxgb4_free_atid(t, atid); in act_open_rpl() 2323 cxgb4_free_atid(t, atid); in act_open_rpl() 3356 cxgb4_free_atid(ep->com.dev->rdev.lldi.tids, ep->atid); in c4iw_connect() 3690 cxgb4_free_atid(dev->rdev.lldi.tids, atid); in active_ofld_conn_reply()
|
/Linux-v4.19/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 772 cxgb4_free_atid(lldi->tids, csk->atid); in free_atid()
|