| /Linux-v5.4/drivers/net/ethernet/chelsio/cxgb3/ |
| D | cxgb3_defs.h | 48 unsigned int atid) in atid2entry() argument 50 return &t->atid_tab[atid - t->atid_base]; in atid2entry()
|
| D | cxgb3_offload.c | 501 void *cxgb3_free_atid(struct t3cdev *tdev, int atid) in cxgb3_free_atid() argument 504 union active_open_entry *p = atid2entry(t, atid); in cxgb3_free_atid() 653 int atid = -1; in cxgb3_alloc_atid() local 662 atid = (p - t->atid_tab) + t->atid_base; in cxgb3_alloc_atid() 669 return atid; in cxgb3_alloc_atid() 742 unsigned int atid = G_TID(ntohl(rpl->atid)); in do_act_open_rpl() local 745 t3c_tid = lookup_atid(&(T3C_DATA(dev))->tid_maps, atid); in do_act_open_rpl() 892 unsigned int atid = G_PASS_OPEN_TID(ntohl(req->tos_tid)); in do_act_establish() local 904 t3c_tid = lookup_atid(t, atid); in do_act_establish()
|
| D | cxgb3_offload.h | 100 void *cxgb3_free_atid(struct t3cdev *dev, int atid);
|
| D | t3_cpl.h | 623 __be32 atid; member
|
| /Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/ |
| D | cxgb4_uld.h | 143 static inline void *lookup_atid(const struct tid_info *t, unsigned int atid) in lookup_atid() argument 145 return atid < t->natids ? t->atid_tab[atid].data : NULL; in lookup_atid() 182 void cxgb4_free_atid(struct tid_info *t, unsigned int atid);
|
| D | cxgb4_filter.c | 1100 int iq, atid, size; in cxgb4_set_hash_filter() local 1151 atid = cxgb4_alloc_atid(t, f); in cxgb4_set_hash_filter() 1152 if (atid < 0) { in cxgb4_set_hash_filter() 1153 ret = atid; in cxgb4_set_hash_filter() 1198 ((adapter->sge.fw_evtq.abs_id << 14) | atid), in cxgb4_set_hash_filter() 1208 ((adapter->sge.fw_evtq.abs_id << 14) | atid), in cxgb4_set_hash_filter() 1225 cxgb4_free_atid(t, atid); in cxgb4_set_hash_filter()
|
| D | cxgb4_main.c | 1217 int atid = -1; in cxgb4_alloc_atid() local 1223 atid = (p - t->atid_tab) + t->atid_base; in cxgb4_alloc_atid() 1229 return atid; in cxgb4_alloc_atid() 1236 void cxgb4_free_atid(struct tid_info *t, unsigned int atid) in cxgb4_free_atid() argument 1238 union aopen_entry *p = &t->atid_tab[atid - t->atid_base]; in cxgb4_free_atid()
|
| /Linux-v5.4/drivers/scsi/cxgbi/cxgb4i/ |
| D | cxgb4i.c | 210 unsigned int qid_atid = ((unsigned int)csk->atid) | in send_act_open_req() 248 csk->atid, csk->rss_qid); in send_act_open_req() 276 csk->atid, csk->rss_qid); in send_act_open_req() 308 csk->atid, csk->rss_qid); in send_act_open_req() 316 csk->state, csk->flags, csk->atid, csk->rss_qid); in send_act_open_req() 329 unsigned int qid_atid = ((unsigned int)csk->atid) | in send_act_open_req6() 427 csk->flags, csk->atid, in send_act_open_req6() 803 cxgb4_free_atid(lldi->tids, csk->atid); in free_atid() 815 unsigned int atid = TID_TID_G(ntohl(req->tos_atid)); in do_act_establish() local 820 csk = lookup_atid(t, atid); in do_act_establish() [all …]
|
| /Linux-v5.4/drivers/infiniband/hw/cxgb4/ |
| D | cm.c | 561 xa_erase_irq(&ep->com.dev->atids, ep->atid); in act_open_req_arp_failure() 562 cxgb4_free_atid(ep->com.dev->rdev.lldi.tids, ep->atid); in act_open_req_arp_failure() 766 pr_debug("ep %p atid %u\n", ep, ep->atid); in send_connect() 850 ((ep->rss_qid<<14) | ep->atid))); in send_connect() 900 ((ep->rss_qid<<14)|ep->atid))); in send_connect() 1220 unsigned int atid = TID_TID_G(ntohl(req->tos_atid)); in act_establish() local 1224 ep = lookup_atid(t, atid); in act_establish() 1244 xa_erase_irq(&ep->com.dev->atids, atid); in act_establish() 1245 cxgb4_free_atid(t, atid); in act_establish() 1958 static int send_fw_act_open_req(struct c4iw_ep *ep, unsigned int atid) in send_fw_act_open_req() argument [all …]
|
| D | restrack.c | 260 ep->atid)) in fill_res_ep_entry()
|
| D | iw_cxgb4.h | 884 unsigned int atid; member
|
| D | device.c | 581 ep->com.history, ep->hwtid, ep->atid, in dump_ep() 602 ep->com.history, ep->hwtid, ep->atid, in dump_ep()
|
| /Linux-v5.4/drivers/scsi/cxgbi/cxgb3i/ |
| D | cxgb3i.c | 166 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_ACT_OPEN_REQ, csk->atid)); in send_act_open_req() 180 csk, csk->state, csk->flags, csk->atid, in send_act_open_req() 469 cxgb3_free_atid(csk->cdev->lldev, csk->atid); in free_atid() 480 unsigned int atid = G_PASS_OPEN_TID(ntohl(req->tos_tid)); in do_act_establish() local 485 atid, atid, csk, csk->state, csk->flags, rcv_isn); in do_act_establish() 577 csk, csk->state, csk->flags, csk->atid, rpl->status, in do_act_open_rpl() 979 csk->atid = cxgb3_alloc_atid(t3dev, &t3_client, csk); in init_act_open() 980 if (csk->atid < 0) { in init_act_open() 989 cxgb3_free_atid(t3dev, csk->atid); in init_act_open()
|
| /Linux-v5.4/drivers/infiniband/hw/cxgb3/ |
| D | iwch_cm.h | 179 unsigned int atid; member
|
| D | iwch_cm.c | 458 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_ACT_OPEN_REQ, ep->atid)); in send_connect() 649 cxgb3_free_atid(ep->com.tdev, ep->atid); in act_establish() 1187 cxgb3_free_atid(ep->com.tdev, ep->atid); in act_open_rpl() 1923 ep->atid = cxgb3_alloc_atid(h->rdev.t3cdev_p, &t3c_client, ep); in iwch_connect() 1924 if (ep->atid == -1) { in iwch_connect() 1964 cxgb3_free_atid(ep->com.tdev, ep->atid); in iwch_connect()
|
| /Linux-v5.4/drivers/scsi/cxgbi/ |
| D | libcxgbi.h | 109 int atid; member
|
| /Linux-v5.4/drivers/net/wireless/ath/ath9k/ |
| D | main.c | 1905 struct ath_atx_tid *atid; in ath9k_ampdu_action() local 1939 atid = ath_node_to_tid(an, tid); in ath9k_ampdu_action() 1940 atid->baw_size = IEEE80211_MIN_AMPDU_BUF << in ath9k_ampdu_action()
|