Searched refs:async_code (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/sys/cam/mmc/
H A Dmmc_xpt.c72 static void mmc_dev_async(u_int32_t async_code, struct cam_eb *bus,
198 mmc_dev_async(u_int32_t async_code, struct cam_eb *bus, struct cam_et *target, argument
202 printf("mmc_dev_async(async_code=0x%x, path_id=%d, target_id=%x, lun_id=%" SCNx64 "\n",
203 async_code,
214 if (async_code == AC_LOST_DEVICE) {
222 } else if (async_code == AC_FOUND_DEVICE) {
224 } else if (async_code == AC_PATH_REGISTERED) {
226 } else if (async_code == AC_PATH_DEREGISTERED ) {
228 } else if (async_code == AC_UNIT_ATTENTION) {
/freebsd-12-stable/sys/cam/
H A Dcam_xpt.h120 void xpt_async(u_int32_t async_code, struct cam_path *path,
H A Dcam_xpt_internal.h46 typedef void (*xpt_dev_async_func)(u_int32_t async_code,
H A Dcam_xpt.c240 u_int32_t async_code,
315 static void xpt_dev_async_default(u_int32_t async_code,
4231 xpt_async_string(u_int32_t async_code) argument
4234 switch (async_code) {
4254 xpt_async_size(u_int32_t async_code) argument
4257 switch (async_code) {
4282 u_int32_t async_code = ccb->casync.async_code; local
4314 (*(device->target->bus->xport->ops->async))(async_code,
4316 xpt_async_bcast(&device->asyncs, async_code, pat
4351 u_int32_t async_code; local
4388 xpt_async_bcast(struct async_list *async_head, u_int32_t async_code, struct cam_path *path, void *async_arg) argument
4420 xpt_async(u_int32_t async_code, struct cam_path *path, void *async_arg) argument
4474 xpt_dev_async_default(u_int32_t async_code, struct cam_eb *bus, struct cam_et *target, struct cam_ed *device, void *async_arg) argument
[all...]
H A Dcam_ccb.h1301 uint32_t async_code; member in struct:ccb_async
/freebsd-12-stable/sys/cam/scsi/
H A Dscsi_xpt.c594 static void scsi_dev_async(u_int32_t async_code,
2964 scsi_dev_async(u_int32_t async_code, struct cam_eb *bus, struct cam_et *target, argument
2981 if ((async_code == AC_SENT_BDR)
2982 || (async_code == AC_BUS_RESET)
2983 || (async_code == AC_INQ_CHANGED))
2997 if (async_code == AC_SENT_BDR
2998 || async_code == AC_BUS_RESET) {
3008 if (async_code == AC_INQ_CHANGED) {
3020 } else if (async_code == AC_LOST_DEVICE &&
3024 } else if (async_code
[all...]
/freebsd-12-stable/sys/cam/ata/
H A Data_xpt.c186 static void ata_dev_async(u_int32_t async_code,
2028 ata_dev_async(u_int32_t async_code, struct cam_eb *bus, struct cam_et *target, argument
2045 if ((async_code == AC_SENT_BDR)
2046 || (async_code == AC_BUS_RESET)
2047 || (async_code == AC_INQ_CHANGED))
2056 if (async_code == AC_INQ_CHANGED) {
2072 } else if (async_code == AC_LOST_DEVICE &&
2076 } else if (async_code == AC_TRANSFER_NEG) {
/freebsd-12-stable/sys/cam/nvme/
H A Dnvme_xpt.c153 static void nvme_dev_async(u_int32_t async_code,
765 nvme_dev_async(u_int32_t async_code, struct cam_eb *bus, struct cam_et *target, argument
776 if (async_code == AC_LOST_DEVICE &&

Completed in 241 milliseconds