Lines Matching refs:async_code

231 					uint32_t async_code,
306 static void xpt_dev_async_default(uint32_t async_code,
4077 xpt_async_string(uint32_t async_code) in xpt_async_string() argument
4080 switch (async_code) { in xpt_async_string()
4100 xpt_async_size(uint32_t async_code) in xpt_async_size() argument
4103 switch (async_code) { in xpt_async_size()
4128 uint32_t async_code = ccb->casync.async_code; in xpt_async_process_dev() local
4160 (*(device->target->bus->xport->ops->async))(async_code, in xpt_async_process_dev()
4162 xpt_async_bcast(&device->asyncs, async_code, path, async_arg); in xpt_async_process_dev()
4183 if (ccb->casync.async_code == AC_SENT_BDR) { in xpt_async_process_tgt()
4197 uint32_t async_code; in xpt_async_process() local
4200 async_code = ccb->casync.async_code; in xpt_async_process()
4203 ("xpt_async(%s)\n", xpt_async_string(async_code))); in xpt_async_process()
4206 if (async_code == AC_BUS_RESET) { in xpt_async_process()
4235 uint32_t async_code, in xpt_async_bcast() argument
4250 if ((cur_entry->event_enable & async_code) != 0) { in xpt_async_bcast()
4256 async_code, path, in xpt_async_bcast()
4266 xpt_async(uint32_t async_code, struct cam_path *path, void *async_arg) in xpt_async() argument
4274 xpt_async_string(async_code)); in xpt_async()
4280 xpt_async_string(async_code)); in xpt_async()
4288 ccb->casync.async_code = async_code; in xpt_async()
4290 size = xpt_async_size(async_code); in xpt_async()
4295 async_code, in xpt_async()
4296 xpt_async_string(async_code))); in xpt_async()
4301 xpt_async_string(async_code)); in xpt_async()
4320 xpt_dev_async_default(uint32_t async_code, struct cam_eb *bus, in xpt_dev_async_default() argument