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

/freebsd-11.0-release/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
972 struct aha_ccb *accb; local
1125 ahadone(struct aha_softc *aha, struct aha_ccb *accb, aha_mbi_comp_code_t comp_code) argument
1723 struct aha_ccb *accb; local
[all...]
/freebsd-11.0-release/sys/dev/firewire/
H A Dsbp_targ.c893 union ccb *accb; local
904 accb = ccb->cab.abort_ccb;
906 if (accb->ccb_h.func_code == XPT_ACCEPT_TARGET_IO)
908 else if (accb->ccb_h.func_code == XPT_IMMEDIATE_NOTIFY)
915 if (curelm == &accb->ccb_h) {
923 if (nextelm == &accb->ccb_h) {
933 accb->ccb_h.status = CAM_REQ_ABORTED;
934 xpt_done(accb);
1345 union ccb *accb = ccb->cab.abort_ccb; local
1347 switch (accb
[all...]
/freebsd-11.0-release/sys/dev/mpt/
H A Dmpt_cam.c3300 union ccb *accb = ccb->cab.abort_ccb; local
3301 switch (accb->ccb_h.func_code) {
4532 union ccb *accb = ccb->cab.abort_ccb; local
4535 mpt_lprt(mpt, MPT_PRT_DEBUG, "aborting ccb %p\n", accb);
4543 if (accb->ccb_h.func_code == XPT_ACCEPT_TARGET_IO) {
4545 } else if (accb->ccb_h.func_code == XPT_IMMEDIATE_NOTIFY) {
4552 if (srch == &accb->ccb_h) {
4559 accb->ccb_h.status = CAM_REQ_ABORTED;
4560 xpt_done(accb);
/freebsd-11.0-release/sys/dev/isp/
H A Disp_freebsd.c3001 union ccb *accb = ccb->cab.abort_ccb; local
3003 tptr = get_lun_statep(isp, XS_CHANNEL(accb), XS_LUN(accb));
3005 tptr = get_lun_statep(isp, XS_CHANNEL(accb), CAM_LUN_WILDCARD);
3012 atp = isp_find_atpd(isp, tptr, accb->atio.tag_id);
3697 union ccb *accb = ccb->cab.abort_ccb; local
3698 switch (accb->ccb_h.func_code) {
3705 error = isp_control(isp, ISPCTL_ABORT_CMD, accb);

Completed in 224 milliseconds