Home
last modified time | relevance | path

Searched refs:atid (Results 1 – 7 of 7) sorted by relevance

/drivers/net/cxgb3/
Dcxgb3_defs.h53 unsigned int atid) in atid2entry() argument
55 return &t->atid_tab[atid - t->atid_base]; in atid2entry()
Dcxgb3_offload.c482 void *cxgb3_free_atid(struct t3cdev *tdev, int atid) in cxgb3_free_atid() argument
485 union active_open_entry *p = atid2entry(t, atid); in cxgb3_free_atid()
616 int atid = -1; in cxgb3_alloc_atid() local
625 atid = (p - t->atid_tab) + t->atid_base; in cxgb3_alloc_atid()
632 return atid; in cxgb3_alloc_atid()
708 unsigned int atid = G_TID(ntohl(rpl->atid)); in do_act_open_rpl() local
711 t3c_tid = lookup_atid(&(T3C_DATA(dev))->tid_maps, atid); in do_act_open_rpl()
858 unsigned int atid = G_PASS_OPEN_TID(ntohl(req->tos_tid)); in do_act_establish() local
870 t3c_tid = lookup_atid(t, atid); in do_act_establish()
Dcxgb3_offload.h88 void *cxgb3_free_atid(struct t3cdev *dev, int atid);
Dt3_cpl.h623 __be32 atid; member
/drivers/infiniband/hw/cxgb3/
Diwch_cm.h176 unsigned int atid; member
Diwch_cm.c463 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_ACT_OPEN_REQ, ep->atid)); in send_connect()
657 cxgb3_free_atid(ep->com.tdev, ep->atid); in act_establish()
1174 cxgb3_free_atid(ep->com.tdev, ep->atid); in act_open_rpl()
1900 ep->atid = cxgb3_alloc_atid(h->rdev.t3cdev_p, &t3c_client, ep); in iwch_connect()
1901 if (ep->atid == -1) { in iwch_connect()
1943 cxgb3_free_atid(ep->com.tdev, ep->atid); in iwch_connect()
/drivers/scsi/cxgb3i/
Dcxgb3i_offload.c252 unsigned int atid, const struct l2t_entry *e) in make_act_open_req() argument
256 c3cn_conn_debug("c3cn 0x%p, atid 0x%x.\n", c3cn, atid); in make_act_open_req()
261 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_ACT_OPEN_REQ, atid)); in make_act_open_req()
764 unsigned int atid = G_PASS_OPEN_TID(ntohl(req->tos_tid)); in do_act_establish() local
774 s3_free_atid(cdev, atid); in do_act_establish()