qlw_read_mbox
qlw_read_mbox(sc, i) : 0;
*info = qlw_read_mbox(sc, 0);
bus = qlw_read_mbox(sc, 6);
if (qlw_read_mbox(sc, 1) != 0x4953 ||
qlw_read_mbox(sc, 2) != 0x5020 ||
qlw_read_mbox(sc, 3) != 0x2020) {
u_int16_t qlw_read_mbox(struct qlw_softc *, int);
sc->sc_mbox[i] = qlw_read_mbox(sc, i);