if_axe.c | 119 uint8_t axe_ipgs[3]; member in struct:axe_softc 956 sc->axe_ipgs[0] = AXE_IPG0_DEFAULT; 957 sc->axe_ipgs[1] = AXE_IPG1_DEFAULT; 958 sc->axe_ipgs[2] = AXE_IPG2_DEFAULT; 960 if (axe_cmd(sc, AXE_CMD_READ_IPG012, 0, 0, sc->axe_ipgs)) { 1224 axe_cmd(sc, AXE_172_CMD_WRITE_IPG0, 0, sc->axe_ipgs[0], NULL); 1225 axe_cmd(sc, AXE_172_CMD_WRITE_IPG1, 0, sc->axe_ipgs[1], NULL); 1226 axe_cmd(sc, AXE_172_CMD_WRITE_IPG2, 0, sc->axe_ipgs[2], NULL); 1229 axe_cmd(sc, AXE_178_CMD_WRITE_IPG012, sc->axe_ipgs[2], 1230 (sc->axe_ipgs[1] << 8) | (sc->axe_ipgs[0]), NULL) [all...] |