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

  /src/sys/dev/pci/cxgb/
cxgb_offload.h 94 void *cxgb_free_atid(struct toedev *dev, int atid);
169 * XXX We could combine the atid fields above with the lock here since
204 * Map an ATID or STID to their entries in the corresponding TID tables.
207 unsigned int atid)
209 return &t->atid_tab[atid - t->atid_base];
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
  /src/sys/dev/i2o/
iopsp.c 503 iopsp_scsi_abort(struct iopsp_softc *sc, int atid, struct iop_msg *aim)
514 mf.msgfunc = I2O_MSGFUNC(atid, I2O_SCSI_SCB_ABORT);

Completed in 17 milliseconds