Searched refs:accb (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/aha/
H A Daha.c128 struct aha_ccb *accb);
133 ahaccbvtop(struct aha_softc *aha, struct aha_ccb *accb) argument
136 + (uint32_t)((caddr_t)accb - (caddr_t)aha->aha_ccb_array));
147 static __inline void ahafreeccb(struct aha_softc *aha, struct aha_ccb *accb);
150 static void ahadone(struct aha_softc *aha, struct aha_ccb *accb,
691 ahafreeccb(struct aha_softc *aha, struct aha_ccb *accb) argument
696 if ((accb->flags & ACCB_ACTIVE) != 0)
697 LIST_REMOVE(&accb->ccb->ccb_h, sim_links.le);
699 && (accb->ccb->ccb_h.status & CAM_RELEASE_SIMQ) == 0) {
700 accb
711 struct aha_ccb* accb; local
746 struct aha_ccb *accb; local
968 struct aha_ccb *accb; local
1121 ahadone(struct aha_softc *aha, struct aha_ccb *accb, aha_mbi_comp_code_t comp_code) argument
1719 struct aha_ccb *accb; local
[all...]
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_cam.c66 static uint32_t ocs_abort_initiator_io(struct ocs_softc *ocs, union ccb *accb);
2225 union ccb *accb = ccb->cab.abort_ccb; local
2227 switch (accb->ccb_h.func_code) {
2235 rc = ocs_abort_initiator_io(ocs, accb);
2245 accb->ccb_h.func_code);
2563 union ccb *accb = ccb->cab.abort_ccb; local
2568 trsrc = ocs_tgt_resource_get(fcp, &accb->ccb_h, &status);
2571 if (cur != &accb->ccb_h)
2576 accb->ccb_h.status = CAM_REQ_ABORTED;
2577 xpt_done(accb);
2622 union ccb *accb = ccb->cab.abort_ccb; local
2647 ocs_abort_initiator_io(struct ocs_softc *ocs, union ccb *accb) argument
[all...]
/freebsd-11-stable/sys/dev/isp/
H A Disp_freebsd.c2885 union ccb *accb = ccb->cab.abort_ccb; local
2889 tptr = get_lun_statep(isp, XS_CHANNEL(accb), XS_LUN(accb));
2893 if (sccb != &accb->ccb_h)
2898 accb->ccb_h.status = CAM_REQ_ABORTED;
2899 xpt_done(accb);
2906 atp = isp_find_atpd(isp, XS_CHANNEL(accb), accb->atio.tag_id);
2921 cto->ct_vpidx = XS_CHANNEL(accb);
2925 isp_put_atpd(isp, XS_CHANNEL(accb), at
2936 union ccb *accb = ccb->cab.abort_ccb; local
3165 union ccb *accb = ccb->cab.abort_ccb; local
[all...]
/freebsd-11-stable/sys/dev/firewire/
H A Dsbp_targ.c885 union ccb *accb; local
896 accb = ccb->cab.abort_ccb;
898 if (accb->ccb_h.func_code == XPT_ACCEPT_TARGET_IO)
900 else if (accb->ccb_h.func_code == XPT_IMMEDIATE_NOTIFY)
907 if (curelm == &accb->ccb_h) {
915 if (nextelm == &accb->ccb_h) {
925 accb->ccb_h.status = CAM_REQ_ABORTED;
926 xpt_done(accb);
1338 union ccb *accb = ccb->cab.abort_ccb; local
1340 switch (accb
[all...]
/freebsd-11-stable/sys/dev/mpt/
H A Dmpt_cam.c3298 union ccb *accb = ccb->cab.abort_ccb; local
3299 switch (accb->ccb_h.func_code) {
4558 union ccb *accb = ccb->cab.abort_ccb; local
4564 mpt_lprt(mpt, MPT_PRT_DEBUG, "aborting ccb %p\n", accb);
4569 if (accb->ccb_h.func_code == XPT_ACCEPT_TARGET_IO) {
4571 tag = accb->atio.tag_id;
4574 tag = accb->cin1.tag_id;
4579 if (srch != &accb->ccb_h)
4582 accb->ccb_h.status = CAM_REQ_ABORTED;
4583 xpt_done(accb);
[all...]

Completed in 183 milliseconds