Home
last modified time | relevance | path

Searched refs:isp_xffree (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/dev/sbus/
H A Disp_sbus.c361 isp->isp_xffree = isp->isp_xflist; in isp_sbus_mbxdma()
/netbsd-src/sys/dev/ic/
H A Dispvar.h661 isp_hdl_t *isp_xffree; member
H A Disp_library.c253 hdp = isp->isp_xffree; in isp_allocate_xs()
257 isp->isp_xffree = hdp->cmd; in isp_allocate_xs()
316 isp->isp_xflist[(handle & ISP_HANDLE_CMD_MASK)].cmd = isp->isp_xffree; in isp_destroy_handle()
317 isp->isp_xffree = &isp->isp_xflist[(handle & ISP_HANDLE_CMD_MASK)]; in isp_destroy_handle()
/netbsd-src/sys/dev/pci/
H A Disp_pci.c1213 isp->isp_xffree = isp->isp_xflist; in isp_pci_mbxdma()