HomeSort by: relevance | last modified time | path
    Searched defs:atid (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/cxgb/
cxgb_offload.c 476 cxgb_free_atid(struct toedev *tdev, int atid)
479 union active_open_entry *p = atid2entry(t, atid);
604 int atid = -1; local in function:cxgb_alloc_atid
611 atid = (p - t->atid_tab) + t->atid_base;
618 return atid;
672 unsigned int atid = G_TID(ntohl(rpl->atid)); local in function:do_act_open_rpl
675 toe_tid = lookup_atid(&(TOE_DATA(dev))->tid_maps, atid);
793 unsigned int atid = G_PASS_OPEN_TID(ntohl(req->tos_tid)); local in function:do_act_establish
796 toe_tid = lookup_atid(&(TOE_DATA(dev))->tid_maps, atid);
    [all...]
cxgb_t3_cpl.h 640 __be32 atid; member in struct:cpl_act_open_rpl

Completed in 57 milliseconds