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)
|