Searched refs:mpii_handshake_recv (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/dev/pci/
H A Dmpii.c318 static int mpii_handshake_recv(struct mpii_softc *, void *, size_t);
1204 mpii_handshake_recv(struct mpii_softc *sc, void *buf, size_t dwords) function
1214 DNPRINTF(MPII_D_CMD, "%s: mpii_handshake_recv dwords: %lu reply: %d\n",
1230 DNPRINTF(MPII_D_CMD, "%s: mpii_handshake_recv dummy read: "
1274 if (mpii_handshake_recv(sc, &ifp, dwordsof(ifp)) != 0) {
1447 if (mpii_handshake_recv(sc, &iip, dwordsof(iip)) != 0) {
2187 if (mpii_handshake_recv(sc, &ifp, dwordsof(ifp)) != 0) {

Completed in 191 milliseconds