ie_bus_read16     242 dev/ic/i82596.c 	if ((sc->ie_bus_read16)(sc, IE_ISCP_BUSY(sc->iscp))) {
ie_bus_read16     254 dev/ic/i82596.c 			     (sc->ie_bus_read16)(sc, IE_SCP_TEST(sc->scp));
ie_bus_read16     375 dev/ic/i82596.c 		if ((sc->ie_bus_read16)(sc, off) == 0) {
ie_bus_read16     389 dev/ic/i82596.c 		    sc->ie_bus_read16(sc, IE_SCB_STATUS(sc->scb)),
ie_bus_read16     453 dev/ic/i82596.c 			status = (sc->ie_bus_read16)(sc, off);
ie_bus_read16     485 dev/ic/i82596.c 	    sc->ie_bus_read16(sc, IE_SCB_ERRCRC(scb)) +
ie_bus_read16     486 dev/ic/i82596.c 	    sc->ie_bus_read16(sc, IE_SCB_ERRALN(scb)) +
ie_bus_read16     487 dev/ic/i82596.c 	    sc->ie_bus_read16(sc, IE_SCB_ERRRES(scb)) +
ie_bus_read16     488 dev/ic/i82596.c 	    sc->ie_bus_read16(sc, IE_SCB_ERROVR(scb));
ie_bus_read16     517 dev/ic/i82596.c 	status = sc->ie_bus_read16(sc, off) /* & IE_ST_WHENCE */;
ie_bus_read16     565 dev/ic/i82596.c 	status = sc->ie_bus_read16(sc, off);
ie_bus_read16     604 dev/ic/i82596.c 		status = sc->ie_bus_read16(sc, off);
ie_bus_read16     760 dev/ic/i82596.c 	status = sc->ie_bus_read16(sc, off);
ie_bus_read16     843 dev/ic/i82596.c 		rbdstatus = sc->ie_bus_read16(sc, off);
ie_bus_read16     941 dev/ic/i82596.c 		val = sc->ie_bus_read16(sc, off);
ie_bus_read16     955 dev/ic/i82596.c 		val = sc->ie_bus_read16(sc, off);
ie_bus_read16    1194 dev/ic/i82596.c 		if ((sc->ie_bus_read16(sc, off) & IE_CUS_ACTIVE) == 0) {
ie_bus_read16    1358 dev/ic/i82596.c 	result = (sc->ie_bus_read16)(sc, off) == 0;
ie_bus_read16    1441 dev/ic/i82596.c 	    !(sc->ie_bus_read16(sc, IE_CMD_COMMON_STATUS(cmd)) & IE_STAT_OK))
ie_bus_read16    1444 dev/ic/i82596.c 		result = sc->ie_bus_read16(sc, IE_CMD_TDR_TIME(cmd));
ie_bus_read16    1663 dev/ic/i82596.c 	status = sc->ie_bus_read16(sc, IE_CMD_COMMON_STATUS(cmd));
ie_bus_read16    1693 dev/ic/i82596.c 	status = sc->ie_bus_read16(sc, IE_CMD_COMMON_STATUS(cmdbuf));
ie_bus_read16    1735 dev/ic/i82596.c 	status = sc->ie_bus_read16(sc, IE_CMD_COMMON_STATUS(cmdbuf));
ie_bus_read16    2054 dev/ic/i82596.c 		sc->ie_bus_read16(sc, IE_RBD_STATUS(sc->rbds,n)), IE_STAT_BITS,
ie_bus_read16    2055 dev/ic/i82596.c 		sc->ie_bus_read16(sc, IE_RBD_NEXT(sc->rbds,n)),
ie_bus_read16    2057 dev/ic/i82596.c 		sc->ie_bus_read16(sc, IE_RBD_BUFLEN(sc->rbds,n)));
ie_bus_read16     216 dev/ic/i82596var.h 	u_int16_t (*ie_bus_read16)(struct ie_softc *, int offset);
ie_bus_read16     302 dev/ic/i82596var.h 	status = (sc->ie_bus_read16)(sc, off);