atid              458 drivers/infiniband/hw/cxgb3/iwch_cm.c 	OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_ACT_OPEN_REQ, ep->atid));
atid              649 drivers/infiniband/hw/cxgb3/iwch_cm.c 	cxgb3_free_atid(ep->com.tdev, ep->atid);
atid             1187 drivers/infiniband/hw/cxgb3/iwch_cm.c 	cxgb3_free_atid(ep->com.tdev, ep->atid);
atid             1923 drivers/infiniband/hw/cxgb3/iwch_cm.c 	ep->atid = cxgb3_alloc_atid(h->rdev.t3cdev_p, &t3c_client, ep);
atid             1924 drivers/infiniband/hw/cxgb3/iwch_cm.c 	if (ep->atid == -1) {
atid             1964 drivers/infiniband/hw/cxgb3/iwch_cm.c 	cxgb3_free_atid(ep->com.tdev, ep->atid);
atid              179 drivers/infiniband/hw/cxgb3/iwch_cm.h 	unsigned int atid;
atid              561 drivers/infiniband/hw/cxgb4/cm.c 	xa_erase_irq(&ep->com.dev->atids, ep->atid);
atid              562 drivers/infiniband/hw/cxgb4/cm.c 	cxgb4_free_atid(ep->com.dev->rdev.lldi.tids, ep->atid);
atid              766 drivers/infiniband/hw/cxgb4/cm.c 	pr_debug("ep %p atid %u\n", ep, ep->atid);
atid              850 drivers/infiniband/hw/cxgb4/cm.c 					((ep->rss_qid<<14) | ep->atid)));
atid              900 drivers/infiniband/hw/cxgb4/cm.c 					((ep->rss_qid<<14)|ep->atid)));
atid             1220 drivers/infiniband/hw/cxgb4/cm.c 	unsigned int atid = TID_TID_G(ntohl(req->tos_atid));
atid             1224 drivers/infiniband/hw/cxgb4/cm.c 	ep = lookup_atid(t, atid);
atid             1244 drivers/infiniband/hw/cxgb4/cm.c 	xa_erase_irq(&ep->com.dev->atids, atid);
atid             1245 drivers/infiniband/hw/cxgb4/cm.c 	cxgb4_free_atid(t, atid);
atid             1958 drivers/infiniband/hw/cxgb4/cm.c static int send_fw_act_open_req(struct c4iw_ep *ep, unsigned int atid)
atid             1982 drivers/infiniband/hw/cxgb4/cm.c 			FW_OFLD_CONNECTION_WR_ASTID_V(atid));
atid             2187 drivers/infiniband/hw/cxgb4/cm.c 	ep->atid = cxgb4_alloc_atid(ep->com.dev->rdev.lldi.tids, ep);
atid             2188 drivers/infiniband/hw/cxgb4/cm.c 	if (ep->atid == -1) {
atid             2193 drivers/infiniband/hw/cxgb4/cm.c 	err = xa_insert_irq(&ep->com.dev->atids, ep->atid, ep, GFP_KERNEL);
atid             2247 drivers/infiniband/hw/cxgb4/cm.c 	xa_erase_irq(&ep->com.dev->atids, ep->atid);
atid             2249 drivers/infiniband/hw/cxgb4/cm.c 	cxgb4_free_atid(ep->com.dev->rdev.lldi.tids, ep->atid);
atid             2268 drivers/infiniband/hw/cxgb4/cm.c 	unsigned int atid = TID_TID_G(AOPEN_ATID_G(
atid             2278 drivers/infiniband/hw/cxgb4/cm.c 	ep = lookup_atid(t, atid);
atid             2284 drivers/infiniband/hw/cxgb4/cm.c 	pr_debug("ep %p atid %u status %u errno %d\n", ep, atid,
atid             2289 drivers/infiniband/hw/cxgb4/cm.c 			 atid, status, neg_adv_str(status));
atid             2331 drivers/infiniband/hw/cxgb4/cm.c 			xa_erase_irq(&ep->com.dev->atids, atid);
atid             2332 drivers/infiniband/hw/cxgb4/cm.c 			cxgb4_free_atid(t, atid);
atid             2342 drivers/infiniband/hw/cxgb4/cm.c 				atid, status, status2errno(status),
atid             2347 drivers/infiniband/hw/cxgb4/cm.c 				atid, status, status2errno(status),
atid             2368 drivers/infiniband/hw/cxgb4/cm.c 	xa_erase_irq(&ep->com.dev->atids, atid);
atid             2369 drivers/infiniband/hw/cxgb4/cm.c 	cxgb4_free_atid(t, atid);
atid             3355 drivers/infiniband/hw/cxgb4/cm.c 	ep->atid = cxgb4_alloc_atid(dev->rdev.lldi.tids, ep);
atid             3356 drivers/infiniband/hw/cxgb4/cm.c 	if (ep->atid == -1) {
atid             3361 drivers/infiniband/hw/cxgb4/cm.c 	err = xa_insert_irq(&dev->atids, ep->atid, ep, GFP_KERNEL);
atid             3451 drivers/infiniband/hw/cxgb4/cm.c 	xa_erase_irq(&ep->com.dev->atids, ep->atid);
atid             3453 drivers/infiniband/hw/cxgb4/cm.c 	cxgb4_free_atid(ep->com.dev->rdev.lldi.tids, ep->atid);
atid             3748 drivers/infiniband/hw/cxgb4/cm.c 	int atid = be32_to_cpu(req->tid);
atid             3759 drivers/infiniband/hw/cxgb4/cm.c 			send_fw_act_open_req(ep, atid);
atid             3766 drivers/infiniband/hw/cxgb4/cm.c 			send_fw_act_open_req(ep, atid);
atid             3776 drivers/infiniband/hw/cxgb4/cm.c 	       req->retval, atid);
atid             3788 drivers/infiniband/hw/cxgb4/cm.c 	xa_erase_irq(&dev->atids, atid);
atid             3789 drivers/infiniband/hw/cxgb4/cm.c 	cxgb4_free_atid(dev->rdev.lldi.tids, atid);
atid              581 drivers/infiniband/hw/cxgb4/device.c 			      ep->com.history, ep->hwtid, ep->atid,
atid              602 drivers/infiniband/hw/cxgb4/device.c 			      ep->com.history, ep->hwtid, ep->atid,
atid              884 drivers/infiniband/hw/cxgb4/iw_cxgb4.h 	unsigned int atid;
atid              260 drivers/infiniband/hw/cxgb4/restrack.c 							     ep->atid))
atid               48 drivers/net/ethernet/chelsio/cxgb3/cxgb3_defs.h 						  unsigned int atid)
atid               50 drivers/net/ethernet/chelsio/cxgb3/cxgb3_defs.h 	return &t->atid_tab[atid - t->atid_base];
atid              501 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c void *cxgb3_free_atid(struct t3cdev *tdev, int atid)
atid              504 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 	union active_open_entry *p = atid2entry(t, atid);
atid              653 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 	int atid = -1;
atid              662 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 		atid = (p - t->atid_tab) + t->atid_base;
atid              669 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 	return atid;
atid              742 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 	unsigned int atid = G_TID(ntohl(rpl->atid));
atid              745 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 	t3c_tid = lookup_atid(&(T3C_DATA(dev))->tid_maps, atid);
atid              892 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 	unsigned int atid = G_PASS_OPEN_TID(ntohl(req->tos_tid));
atid              904 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 	t3c_tid = lookup_atid(t, atid);
atid              100 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.h void *cxgb3_free_atid(struct t3cdev *dev, int atid);
atid              623 drivers/net/ethernet/chelsio/cxgb3/t3_cpl.h 	__be32 atid;
atid             1100 drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c 	int iq, atid, size;
atid             1151 drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c 	atid = cxgb4_alloc_atid(t, f);
atid             1152 drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c 	if (atid < 0) {
atid             1153 drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c 		ret = atid;
atid             1198 drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c 				 ((adapter->sge.fw_evtq.abs_id << 14) | atid),
atid             1208 drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c 				((adapter->sge.fw_evtq.abs_id << 14) | atid),
atid             1225 drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c 	cxgb4_free_atid(t, atid);
atid             1217 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 	int atid = -1;
atid             1223 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 		atid = (p - t->atid_tab) + t->atid_base;
atid             1229 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 	return atid;
atid             1236 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c void cxgb4_free_atid(struct tid_info *t, unsigned int atid)
atid             1238 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 	union aopen_entry *p = &t->atid_tab[atid - t->atid_base];
atid              143 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h static inline void *lookup_atid(const struct tid_info *t, unsigned int atid)
atid              145 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h 	return atid < t->natids ? t->atid_tab[atid].data : NULL;
atid              182 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h void cxgb4_free_atid(struct tid_info *t, unsigned int atid);
atid             1908 drivers/net/wireless/ath/ath9k/main.c 	struct ath_atx_tid *atid;
atid             1942 drivers/net/wireless/ath/ath9k/main.c 		atid = ath_node_to_tid(an, tid);
atid             1943 drivers/net/wireless/ath/ath9k/main.c 		atid->baw_size = IEEE80211_MIN_AMPDU_BUF <<
atid              166 drivers/scsi/cxgbi/cxgb3i/cxgb3i.c 	OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_ACT_OPEN_REQ, csk->atid));
atid              180 drivers/scsi/cxgbi/cxgb3i/cxgb3i.c 		csk, csk->state, csk->flags, csk->atid,
atid              469 drivers/scsi/cxgbi/cxgb3i/cxgb3i.c 		cxgb3_free_atid(csk->cdev->lldev, csk->atid);
atid              480 drivers/scsi/cxgbi/cxgb3i/cxgb3i.c 	unsigned int atid = G_PASS_OPEN_TID(ntohl(req->tos_tid));
atid              485 drivers/scsi/cxgbi/cxgb3i/cxgb3i.c 		atid, atid, csk, csk->state, csk->flags, rcv_isn);
atid              577 drivers/scsi/cxgbi/cxgb3i/cxgb3i.c 		csk, csk->state, csk->flags, csk->atid, rpl->status,
atid              979 drivers/scsi/cxgbi/cxgb3i/cxgb3i.c 	csk->atid = cxgb3_alloc_atid(t3dev, &t3_client, csk);
atid              980 drivers/scsi/cxgbi/cxgb3i/cxgb3i.c 	if (csk->atid < 0) {
atid              989 drivers/scsi/cxgbi/cxgb3i/cxgb3i.c 		cxgb3_free_atid(t3dev, csk->atid);
atid              210 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 	unsigned int qid_atid = ((unsigned int)csk->atid) |
atid              248 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 			csk->atid, csk->rss_qid);
atid              276 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 			csk->atid, csk->rss_qid);
atid              308 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 			  csk->atid, csk->rss_qid);
atid              316 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 		       csk->state, csk->flags, csk->atid, csk->rss_qid);
atid              329 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 	unsigned int qid_atid = ((unsigned int)csk->atid) |
atid              427 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 		csk->flags, csk->atid,
atid              803 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 		cxgb4_free_atid(lldi->tids, csk->atid);
atid              815 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 	unsigned int atid = TID_TID_G(ntohl(req->tos_atid));
atid              820 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 	csk = lookup_atid(t, atid);
atid              822 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 		pr_err("NO conn. for atid %u, cdev 0x%p.\n", atid, cdev);
atid              826 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 	if (csk->atid != atid) {
atid              828 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 			atid, csk, csk->state, csk->flags, csk->tid, csk->atid);
atid              834 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 		       atid, tid, csk, csk->state, csk->flags, rcv_isn);
atid              966 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 	unsigned int atid =
atid              972 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 	csk = lookup_atid(t, atid);
atid              974 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 		pr_err("NO matching conn. atid %u, tid %u.\n", atid, tid);
atid              980 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 		       atid, tid, status, csk, csk->state, csk->flags);
atid             1726 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 	csk->atid = cxgb4_alloc_atid(lldi->tids, csk);
atid             1727 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 	if (csk->atid < 0) {
atid              109 drivers/scsi/cxgbi/libcxgbi.h 	int atid;