Searched refs:cxgb4_free_atid (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_uld.h | 156 void cxgb4_free_atid(struct tid_info *t, unsigned int atid);
|
D | cxgb4_main.c | 1461 void cxgb4_free_atid(struct tid_info *t, unsigned int atid) in cxgb4_free_atid() function 1471 EXPORT_SYMBOL(cxgb4_free_atid);
|
/linux-4.1.27/drivers/infiniband/hw/cxgb4/ |
D | cm.c | 446 cxgb4_free_atid(ep->com.dev->rdev.lldi.tids, ep->atid); in act_open_req_arp_failure() 1084 cxgb4_free_atid(t, atid); in act_establish() 2024 cxgb4_free_atid(ep->com.dev->rdev.lldi.tids, ep->atid); in c4iw_reconnect() 2096 cxgb4_free_atid(t, atid); in act_open_rpl() 2125 cxgb4_free_atid(t, atid); in act_open_rpl() 3160 cxgb4_free_atid(ep->com.dev->rdev.lldi.tids, ep->atid); in c4iw_connect() 3465 cxgb4_free_atid(dev->rdev.lldi.tids, atid); in active_ofld_conn_reply()
|
/linux-4.1.27/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 696 cxgb4_free_atid(lldi->tids, csk->atid); in free_atid()
|