Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dicp_pci.c379 icp->icp_test_busy = icp_pci_test_busy; in icp_pci_attach()
454 icp->icp_test_busy = icp_pcinew_test_busy; in icp_pci_attach()
544 icp->icp_test_busy = icp_mpr_test_busy; in icp_pci_attach()
/netbsd-src/sys/dev/ic/
H A Dicp.c1045 if ((*icp->icp_test_busy)(icp)) in icp_ccb_enqueue()
1060 if ((*icp->icp_test_busy)(icp)) in icp_ccb_enqueue()
1137 if (!(*icp->icp_test_busy)(icp)) in icp_ccb_poll()
1180 while ((*icp->icp_test_busy)(icp) != 0) in icp_ccb_poll()
H A Dicpvar.h165 int (*icp_test_busy)(struct icp_softc *); member