HomeSort by: relevance | last modified time | path
    Searched defs:an_cmd (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
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...]
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...]

Completed in 111 milliseconds