Searched defs:ipw2200_cmd (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/iwi/
H A Dipw2200.c142 static int ipw2200_cmd(struct ipw2200_softc *sc,
808 err = ipw2200_cmd(sc, IPW2200_CMD_SET_TX_POWER,
816 err = ipw2200_cmd(sc, IPW2200_CMD_SET_TX_POWER,
830 err = ipw2200_cmd(sc, IPW2200_CMD_SET_MAC_ADDRESS, ic->ic_macaddr,
848 err = ipw2200_cmd(sc, IPW2200_CMD_SET_CONFIG,
859 err = ipw2200_cmd(sc, IPW2200_CMD_SET_POWER_MODE,
874 err = ipw2200_cmd(sc, IPW2200_CMD_SET_RATES, &rs, sizeof (rs), 0);
885 err = ipw2200_cmd(sc, IPW2200_CMD_SET_RATES, &rs, sizeof (rs), 0);
895 err = ipw2200_cmd(sc, IPW2200_CMD_SET_RTS_THRESHOLD, &data,
907 err = ipw2200_cmd(s
970 ipw2200_cmd(struct ipw2200_softc *sc, function
[all...]

Completed in 61 milliseconds