Searched refs:cxgb4_free_atid (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/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 | 1225 cxgb4_free_atid(t, atid); in cxgb4_set_hash_filter() 1726 cxgb4_free_atid(t, ftid); in hash_filter_rpl() 1755 cxgb4_free_atid(t, ftid); in hash_filter_rpl()
|
D | cxgb4_main.c | 1236 void cxgb4_free_atid(struct tid_info *t, unsigned int atid) in cxgb4_free_atid() function 1246 EXPORT_SYMBOL(cxgb4_free_atid);
|
/Linux-v5.4/drivers/infiniband/hw/cxgb4/ |
D | cm.c | 562 cxgb4_free_atid(ep->com.dev->rdev.lldi.tids, ep->atid); in act_open_req_arp_failure() 1245 cxgb4_free_atid(t, atid); in act_establish() 2249 cxgb4_free_atid(ep->com.dev->rdev.lldi.tids, ep->atid); in c4iw_reconnect() 2332 cxgb4_free_atid(t, atid); in act_open_rpl() 2369 cxgb4_free_atid(t, atid); in act_open_rpl() 3450 cxgb4_free_atid(ep->com.dev->rdev.lldi.tids, ep->atid); in c4iw_connect() 3786 cxgb4_free_atid(dev->rdev.lldi.tids, atid); in active_ofld_conn_reply()
|
/Linux-v5.4/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 803 cxgb4_free_atid(lldi->tids, csk->atid); in free_atid()
|