Searched refs:otus_cmd (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/otus/ |
H A D | if_otus.c | 161 int otus_cmd(struct otus_softc *, uint8_t, const void *, int, 664 if (otus_cmd(sc, AR_CMD_ECHO, &in, sizeof in, &out, sizeof(out)) != 0) { in otus_attachhook() 1230 otus_cmd(struct otus_softc *sc, uint8_t code, const void *idata, int ilen, in otus_cmd() function 1322 error = otus_cmd(sc, AR_CMD_WREG, sc->write_buf, in otus_write_barrier() 1351 error = otus_cmd(sc, AR_CMD_RREG, regs, sizeof regs, eep, 32); in otus_read_eeprom() 2844 error = otus_cmd(sc, AR_CMD_FREQ_STRAT, NULL, 0, NULL, 0); in otus_set_chan() 2916 error = otus_cmd(sc, code, &cmd, sizeof cmd, &rsp, sizeof(rsp)); in otus_set_chan() 3006 error = otus_cmd(sc, AR_CMD_EKEY, &key, sizeof key, NULL, 0); in otus_set_key_cb() 3013 (void)otus_cmd(sc, AR_CMD_EKEY, &key, sizeof key, NULL, 0); in otus_set_key_cb() 3044 (void)otus_cmd(sc, AR_CMD_DKEY, &uid, sizeof uid, NULL, 0); in otus_delete_key_cb()
|