| /src/sys/dev/ic/ |
| ispmbox.h | 381 uint32_t req_handle; member in struct:__anon2839 427 uint32_t req_handle; member in struct:__anon2842 442 uint32_t req_handle; member in struct:__anon2843 457 uint32_t req_handle; member in struct:__anon2844 473 uint32_t req_handle; member in struct:__anon2845 508 uint32_t req_handle; member in struct:__anon2846 530 uint32_t req_handle; member in struct:__anon2848 555 uint32_t req_handle; member in struct:__anon2849 631 uint32_t req_handle; member in struct:__anon2854 657 uint32_t req_handle; member in struct:__anon2856 [all...] |
| isp_library.c | 787 ISP_IOXPUT_32(isp, rqsrc->req_handle, &rqdst->req_handle); 854 ISP_IOXPUT_32(isp, src->req_handle, &dst->req_handle); 877 ISP_IOXPUT_32(isp, src->req_handle, &dst->req_handle); 899 ISP_IOXPUT_32(isp, src->req_handle, &dst->req_handle); 923 ISP_IOXPUT_32(isp, src->req_handle, &dst->req_handle); [all...] |
| isp.c | 4438 reqp->req_handle = handle; 5185 if (!ISP_VALID_HANDLE(isp, sp->req_handle)) { 5186 isp_prt(isp, ISP_LOGERR, "bad request handle 0x%x (iocb type 0x%x)", sp->req_handle, etype); 5191 xs = isp_find_xs(isp, sp->req_handle); 5199 isp_prt(isp, ISP_LOGERR, "cannot find handle 0x%x (type 0x%x)", sp->req_handle, etype); 5201 isp_prt(isp, ISP_LOGERR, "cannot find handle 0x%x (status 0x%x)", sp->req_handle, ts); 5340 ISP_DMAFREE(isp, xs, sp->req_handle); 5342 isp_destroy_handle(isp, sp->req_handle);
|
| /src/sys/dev/sbus/ |
| isp_sbus.c | 484 * We're guaranteed that rq->req_handle is a value from 1 to isp->isp_maxcmds. 497 hidx = isp_handle_index(isp, rq->req_handle);
|
| /src/sys/dev/pci/ |
| isp_pci.c | 1332 hidx = isp_handle_index(isp, rq->req_handle);
|