Searched refs:atid (Results 1 - 13 of 13) 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.c497 void *cxgb3_free_atid(struct t3cdev *tdev, int atid) argument
500 union active_open_entry *p = atid2entry(t, atid);
649 int atid = -1; local
658 atid = (p - t->atid_tab) + t->atid_base;
665 return atid;
741 unsigned int atid = G_TID(ntohl(rpl->atid)); local
744 t3c_tid = lookup_atid(&(T3C_DATA(dev))->tid_maps, atid);
891 unsigned int atid = G_PASS_OPEN_TID(ntohl(req->tos_tid)); local
903 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.h119 static inline void *lookup_atid(const struct tid_info *t, unsigned int atid) argument
121 return atid < t->natids ? t->atid_tab[atid].data : NULL;
139 void cxgb4_free_atid(struct tid_info *t, unsigned int atid);
H A Dcxgb4_main.c2092 int atid = -1; local
2098 atid = p - t->atid_tab;
2104 return atid;
2111 void cxgb4_free_atid(struct tid_info *t, unsigned int atid) argument
2113 union aopen_entry *p = &t->atid_tab[atid];
/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c185 unsigned int qid_atid = ((unsigned int)csk->atid) |
216 "csk 0x%p, %pI4:%u-%pI4:%u, atid %d, qid %u.\n",
219 csk->atid, csk->rss_qid);
530 cxgb4_free_atid(lldi->tids, csk->atid);
542 unsigned int atid = GET_TID_TID(ntohl(req->tos_atid)); local
547 csk = lookup_atid(t, atid);
549 pr_err("NO conn. for atid %u, cdev 0x%p.\n", atid, cdev);
553 if (csk->atid != atid) {
660 unsigned int atid = local
[all...]
/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,
976 csk->atid = cxgb3_alloc_atid(t3dev, &t3_client, csk);
977 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);
1189 cxgb3_free_atid(ep->com.tdev, ep->atid);
1926 ep->atid = cxgb3_alloc_atid(h->rdev.t3cdev_p, &t3c_client, ep);
1927 if (ep->atid == -1) {
1928 printk(KERN_ERR MOD "%s - cannot alloc atid.\n", __func__);
1966 cxgb3_free_atid(ep->com.tdev, ep->atid);
2001 printk(KERN_ERR MOD "%s - cannot alloc atid.\n", __func__);
/drivers/infiniband/hw/cxgb4/
H A Dcm.c455 PDBG("%s ep %p atid %u\n", __func__, ep, ep->atid);
490 MK_OPCODE_TID(CPL_ACT_OPEN_REQ, ((ep->rss_qid<<14)|ep->atid)));
761 unsigned int atid = GET_TID_TID(ntohl(req->tos_atid)); local
764 ep = lookup_atid(t, atid);
780 /* dealloc the atid */
781 cxgb4_free_atid(t, atid);
1397 unsigned int atid = GET_TID_TID(GET_AOPEN_ATID( local
1402 ep = lookup_atid(t, atid);
1404 PDBG("%s ep %p atid
[all...]
H A Diw_cxgb4.h651 unsigned int atid; member in struct:c4iw_ep
/drivers/scsi/cxgbi/
H A Dlibcxgbi.h178 int atid; member in struct:cxgbi_sock
247 CTPF_HAS_ATID, /* reserved atid */

Completed in 134 milliseconds