Searched refs:atid (Results 1 - 14 of 14) sorted by relevance

/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_defs.h51 unsigned int atid)
53 return &t->atid_tab[atid - t->atid_base];
50 atid2entry(const struct tid_info *t, unsigned int atid) argument
H A Dcxgb3_offload.h100 void *cxgb3_free_atid(struct t3cdev *dev, int atid);
174 * XXX We could combine the atid fields above with the lock here since
H A Dcxgb3_offload.c501 void *cxgb3_free_atid(struct t3cdev *tdev, int atid) argument
504 union active_open_entry *p = atid2entry(t, atid);
653 int atid = -1; local
662 atid = (p - t->atid_tab) + t->atid_base;
669 return atid;
742 unsigned int atid = G_TID(ntohl(rpl->atid)); local
745 t3c_tid = lookup_atid(&(T3C_DATA(dev))->tid_maps, atid);
892 unsigned int atid = G_PASS_OPEN_TID(ntohl(req->tos_tid)); local
904 t3c_tid = lookup_atid(t, atid);
[all...]
H A Dt3_cpl.h623 __be32 atid; member in struct:cpl_act_open_rpl
/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_uld.h127 static inline void *lookup_atid(const struct tid_info *t, unsigned int atid) argument
129 return atid < t->natids ? t->atid_tab[atid].data : NULL;
155 void cxgb4_free_atid(struct tid_info *t, unsigned int atid);
H A Dcxgb4_main.c3242 int atid = -1; local
3248 atid = (p - t->atid_tab) + t->atid_base;
3254 return atid;
3261 void cxgb4_free_atid(struct tid_info *t, unsigned int atid) argument
3263 union aopen_entry *p = &t->atid_tab[atid - t->atid_base];
/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c188 unsigned int qid_atid = ((unsigned int)csk->atid) |
223 "csk t4 0x%p, %pI4:%u-%pI4:%u, atid %d, qid %u.\n",
226 csk->atid, csk->rss_qid);
247 "csk t5 0x%p, %pI4:%u-%pI4:%u, atid %d, qid %u.\n",
250 csk->atid, csk->rss_qid);
257 csk->state, csk->flags, csk->atid, csk->rss_qid);
271 unsigned int qid_atid = ((unsigned int)csk->atid) |
341 t4 ? 4 : 5, csk, csk->state, csk->flags, csk->atid,
656 cxgb4_free_atid(lldi->tids, csk->atid);
668 unsigned int atid local
812 unsigned int atid = local
[all...]
/drivers/infiniband/hw/cxgb4/
H A Dcm.c445 remove_handle(ep->com.dev, &ep->com.dev->atid_idr, ep->atid);
446 cxgb4_free_atid(ep->com.dev->rdev.lldi.tids, ep->atid);
632 PDBG("%s ep %p atid %u\n", __func__, ep, ep->atid);
688 ((ep->rss_qid << 14) | ep->atid)));
704 ((ep->rss_qid<<14)|ep->atid)));
733 ((ep->rss_qid << 14) | ep->atid)));
753 ((ep->rss_qid<<14)|ep->atid)));
1045 unsigned int atid = GET_TID_TID(ntohl(req->tos_atid)); local
1048 ep = lookup_atid(t, atid);
1741 send_fw_act_open_req(struct c4iw_ep *ep, unsigned int atid) argument
2025 unsigned int atid = GET_TID_TID(GET_AOPEN_ATID( local
3373 int atid = be32_to_cpu(req->tid); local
[all...]
H A Ddevice.c562 "history 0x%lx hwtid %d atid %d "
566 ep->com.history, ep->hwtid, ep->atid,
583 "history 0x%lx hwtid %d atid %d "
587 ep->com.history, ep->hwtid, ep->atid,
H A Diw_cxgb4.h823 unsigned int atid; member in struct:c4iw_ep
/drivers/scsi/cxgbi/cxgb3i/
H A Dcxgb3i.c164 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_ACT_OPEN_REQ, csk->atid));
178 csk, csk->state, csk->flags, csk->atid,
467 cxgb3_free_atid(csk->cdev->lldev, csk->atid);
478 unsigned int atid = G_PASS_OPEN_TID(ntohl(req->tos_tid)); local
482 "atid 0x%x,tid 0x%x, csk 0x%p,%u,0x%lx, isn %u.\n",
483 atid, atid, csk, csk->state, csk->flags, rcv_isn);
575 csk, csk->state, csk->flags, csk->atid, rpl->status,
977 csk->atid = cxgb3_alloc_atid(t3dev, &t3_client, csk);
978 if (csk->atid <
[all...]
/drivers/infiniband/hw/cxgb3/
H A Diwch_cm.h179 unsigned int atid; member in struct:iwch_ep
H A Diwch_cm.c462 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_ACT_OPEN_REQ, ep->atid));
652 /* dealloc the atid */
653 cxgb3_free_atid(ep->com.tdev, ep->atid);
1193 cxgb3_free_atid(ep->com.tdev, ep->atid);
1937 ep->atid = cxgb3_alloc_atid(h->rdev.t3cdev_p, &t3c_client, ep);
1938 if (ep->atid == -1) {
1939 printk(KERN_ERR MOD "%s - cannot alloc atid.\n", __func__);
1978 cxgb3_free_atid(ep->com.tdev, ep->atid);
2019 printk(KERN_ERR MOD "%s - cannot alloc atid.\n", __func__);
/drivers/scsi/cxgbi/
H A Dlibcxgbi.h187 int atid; member in struct:cxgbi_sock
263 CTPF_HAS_ATID, /* reserved atid */

Completed in 718 milliseconds