Lines Matching refs:async_code
231 uint32_t async_code,
306 static void xpt_dev_async_default(uint32_t async_code,
4079 xpt_async_string(uint32_t async_code) in xpt_async_string() argument
4082 switch (async_code) { in xpt_async_string()
4102 xpt_async_size(uint32_t async_code) in xpt_async_size() argument
4105 switch (async_code) { in xpt_async_size()
4130 uint32_t async_code = ccb->casync.async_code; in xpt_async_process_dev() local
4162 (*(device->target->bus->xport->ops->async))(async_code, in xpt_async_process_dev()
4164 xpt_async_bcast(&device->asyncs, async_code, path, async_arg); in xpt_async_process_dev()
4185 if (ccb->casync.async_code == AC_SENT_BDR) { in xpt_async_process_tgt()
4199 uint32_t async_code; in xpt_async_process() local
4202 async_code = ccb->casync.async_code; in xpt_async_process()
4205 ("xpt_async(%s)\n", xpt_async_string(async_code))); in xpt_async_process()
4208 if (async_code == AC_BUS_RESET) { in xpt_async_process()
4237 uint32_t async_code, in xpt_async_bcast() argument
4252 if ((cur_entry->event_enable & async_code) != 0) { in xpt_async_bcast()
4258 async_code, path, in xpt_async_bcast()
4268 xpt_async(uint32_t async_code, struct cam_path *path, void *async_arg) in xpt_async() argument
4276 xpt_async_string(async_code)); in xpt_async()
4282 xpt_async_string(async_code)); in xpt_async()
4290 ccb->casync.async_code = async_code; in xpt_async()
4292 size = xpt_async_size(async_code); in xpt_async()
4297 async_code, in xpt_async()
4298 xpt_async_string(async_code))); in xpt_async()
4303 xpt_async_string(async_code)); in xpt_async()
4322 xpt_dev_async_default(uint32_t async_code, struct cam_eb *bus, in xpt_dev_async_default() argument