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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb3/
H A Dcxgb3_defs.h53 unsigned int atid)
55 return &t->atid_tab[atid - t->atid_base];
52 atid2entry(const struct tid_info *t, unsigned int atid) argument
H A Dcxgb3_offload.h100 void *cxgb3_free_atid(struct t3cdev *dev, int atid);
H A Dcxgb3_offload.c495 void *cxgb3_free_atid(struct t3cdev *tdev, int atid) argument
498 union active_open_entry *p = atid2entry(t, atid);
647 int atid = -1; local
656 atid = (p - t->atid_tab) + t->atid_base;
663 return atid;
739 unsigned int atid = G_TID(ntohl(rpl->atid)); local
742 t3c_tid = lookup_atid(&(T3C_DATA(dev))->tid_maps, atid);
889 unsigned int atid = G_PASS_OPEN_TID(ntohl(req->tos_tid)); local
901 t3c_tid = lookup_atid(t, atid);
[all...]
H A Dt3_cpl.h623 __be32 atid; member in struct:cpl_act_open_rpl
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/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.c2072 int atid = -1; local
2078 atid = p - t->atid_tab;
2084 return atid;
2091 void cxgb4_free_atid(struct tid_info *t, unsigned int atid) argument
2093 union aopen_entry *p = &t->atid_tab[atid];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/cxgb3/
H A Diwch_cm.h179 unsigned int atid; member in struct:iwch_ep
H A Diwch_cm.c473 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_ACT_OPEN_REQ, ep->atid));
663 /* dealloc the atid */
664 cxgb3_free_atid(ep->com.tdev, ep->atid);
1182 cxgb3_free_atid(ep->com.tdev, ep->atid);
1919 ep->atid = cxgb3_alloc_atid(h->rdev.t3cdev_p, &t3c_client, ep);
1920 if (ep->atid == -1) {
1921 printk(KERN_ERR MOD "%s - cannot alloc atid.\n", __func__);
1962 cxgb3_free_atid(ep->com.tdev, ep->atid);
1997 printk(KERN_ERR MOD "%s - cannot alloc atid.\n", __func__);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/cxgb4/
H A Dcm.c468 PDBG("%s ep %p atid %u\n", __func__, ep, ep->atid);
502 MK_OPCODE_TID(CPL_ACT_OPEN_REQ, ((ep->rss_qid<<14)|ep->atid)));
687 unsigned int atid = GET_TID_TID(ntohl(req->tos_atid)); local
690 ep = lookup_atid(t, atid);
706 /* dealloc the atid */
707 cxgb4_free_atid(t, atid);
1173 unsigned int atid = GET_TID_TID(GET_AOPEN_ATID( local
1178 ep = lookup_atid(t, atid);
1180 PDBG("%s ep %p atid
[all...]
H A Diw_cxgb4.h602 unsigned int atid; member in struct:c4iw_ep
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/cxgb3i/
H A Dcxgb3i_offload.c258 unsigned int atid, const struct l2t_entry *e)
262 c3cn_conn_debug("c3cn 0x%p, atid 0x%x.\n", c3cn, atid);
268 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_ACT_OPEN_REQ, atid));
775 unsigned int atid = G_PASS_OPEN_TID(ntohl(req->tos_tid)); local
785 s3_free_atid(cdev, atid);
257 make_act_open_req(struct s3_conn *c3cn, struct sk_buff *skb, unsigned int atid, const struct l2t_entry *e) argument

Completed in 216 milliseconds