Searched refs:cam_periph_error (Results 1 - 18 of 18) sorted by relevance

/freebsd-13-stable/sys/cam/
H A Dcam_periph.h205 int cam_periph_error(union ccb *ccb, cam_flags camflags,
H A Dcam_periph.c1246 * in the periph. cam_periph_error can reschedule the ccb by calling
1385 error = cam_periph_error(done_ccb, 0,
1825 cam_periph_error(union ccb *ccb, cam_flags camflags, function
/freebsd-13-stable/sys/cam/scsi/
H A Dscsi_xpt.c1176 if (cam_periph_error(done_ccb, 0, SF_NO_PRINT) ==
1271 } else if (cam_periph_error(done_ccb, 0,
1315 if (cam_periph_error(done_ccb, 0,
1424 } else if (cam_periph_error(done_ccb, 0,
1466 } else if (cam_periph_error(done_ccb, 0,
1510 } else if (cam_periph_error(done_ccb, 0,
1553 } else if (cam_periph_error(done_ccb, 0, SF_RETRY_UA) ==
1615 } else if (cam_periph_error(done_ccb, 0,
1684 if (cam_periph_error(done_ccb, 0, SF_NO_PRINT |
1736 if (cam_periph_error(done_cc
[all...]
H A Dscsi_pt.c570 return(cam_periph_error(ccb, cam_flags, sense_flags));
H A Dscsi_enc.c354 return (cam_periph_error(ccb, cflags, sflags));
H A Dscsi_sg.c944 return (cam_periph_error(ccb, cam_flags, sense_flags));
H A Dscsi_da.c1946 error = cam_periph_runccb((union ccb *)&csio, cam_periph_error,
1967 error = cam_periph_runccb((union ccb *)&csio, cam_periph_error,
6012 return(cam_periph_error(ccb, cam_flags, sense_flags));
H A Dscsi_ch.c744 return (cam_periph_error(ccb, cam_flags, sense_flags));
H A Dscsi_pass.c2249 return(cam_periph_error(ccb, cam_flags, sense_flags));
H A Dscsi_sa.c3461 return (cam_periph_error(ccb, cflgs, sflgs));
3474 return (cam_periph_error(ccb, cflgs, sflgs));
H A Dscsi_cd.c3109 return (cam_periph_error(ccb, cam_flags, sense_flags));
/freebsd-13-stable/sys/cam/nvme/
H A Dnvme_da.c531 error = cam_periph_runccb((union ccb *)&nvmeio, cam_periph_error,
544 error = cam_periph_runccb((union ccb *)&nvmeio, cam_periph_error,
1298 return(cam_periph_error(ccb, cam_flags, sense_flags));
H A Dnvme_xpt.c326 if (cam_periph_error(done_ccb,
/freebsd-13-stable/sys/dev/sdio/
H A Dsdiob.c141 return (cam_periph_error(ccb, cam_flags, sense_flags));
/freebsd-13-stable/sys/cam/ata/
H A Data_pmp.c600 if (cam_periph_error(done_ccb, 0, 0) == ERESTART) {
H A Data_da.c3397 return(cam_periph_error(ccb, cam_flags, sense_flags));
H A Data_xpt.c766 if (cam_periph_error(done_ccb,
/freebsd-13-stable/sys/cam/mmc/
H A Dmmc_da.c2024 return(cam_periph_error(ccb, cam_flags, sense_flags));

Completed in 281 milliseconds