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

  /src/sys/dev/pcmcia/
if_cnw.c 235 static int cnw_cmd(struct cnw_softc *, int, int, int, int);
288 cnw_cmd(struct cnw_softc *sc, int cmd, int count, int arg1, int arg2) function in typeref:typename:int
315 do { cnw_cmd(sc, cmd, 0, 0, 0); } while (0)
317 do { cnw_cmd(sc, cmd, 1, arg1 , 0); } while (0)
319 do { cnw_cmd(sc, cmd, 2, arg1, arg2); } while (0)
if_cnw.c 235 static int cnw_cmd(struct cnw_softc *, int, int, int, int);
288 cnw_cmd(struct cnw_softc *sc, int cmd, int count, int arg1, int arg2) function in typeref:typename:int
315 do { cnw_cmd(sc, cmd, 0, 0, 0); } while (0)
317 do { cnw_cmd(sc, cmd, 1, arg1 , 0); } while (0)
319 do { cnw_cmd(sc, cmd, 2, arg1, arg2); } while (0)

Completed in 23 milliseconds