an.c | 138 static int an_cmd(struct an_softc *, int, int); 189 if (an_cmd(sc, AN_CMD_READCFG, 0) != 0) { 663 if (an_cmd(sc, AN_CMD_ENABLE, 0)) { 669 an_cmd(sc, AN_CMD_SET_MODE, 0xffff); 696 an_cmd(sc, AN_CMD_FORCE_SYNCLOSS, 0); 698 an_cmd(sc, AN_CMD_DISABLE, 0); 701 an_cmd(sc, AN_CMD_DEALLOC_MEM, sc->sc_txd[i].d_fid); 841 if (an_cmd(sc, AN_CMD_TX, fid)) { 866 an_cmd(sc, AN_CMD_ENABLE, 0); 867 an_cmd(sc, AN_CMD_FW_RESTART, 0) 1601 an_cmd(struct an_softc *sc, int cmd, int val) function in typeref:typename:int [all...] |