Home
last modified time | relevance | path

Searched refs:isp_allocate_handle (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/isp/
H A Disp_library.h47 uint32_t isp_allocate_handle(ispsoftc_t *, void *, int);
H A Disp_library.c163 isp_allocate_handle(ispsoftc_t *isp, void *xs, int type) in isp_allocate_handle() function
2162 hdl = isp_allocate_handle(isp, resp, ISP_HANDLE_CTRL); in isp_exec_entry_queue()
H A Disp.c2964 reqp->req_handle = isp_allocate_handle(isp, xs, ISP_HANDLE_INITIATOR); in isp_start()