Searched refs:an_cmd (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/an/
H A Dif_an.c152 static int an_cmd(struct an_softc *, int, int);
348 if (an_cmd(sc, AN_CMD_READCFG, 0)) {
571 cmd_struct.an_cmd = AN_CMD_ALLOC_DESC;
599 cmd_struct.an_cmd = AN_CMD_ALLOC_DESC;
628 cmd_struct.an_cmd = AN_CMD_ALLOC_DESC;
683 if (an_cmd(sc, AN_CMD_READCFG, 0)) {
1279 CSR_WRITE_2(sc, AN_COMMAND(sc->mpi350), cmd->an_cmd);
1306 an_cmd(struct an_softc *sc, int cmd, int val) function
1358 an_cmd(sc, AN_CMD_ENABLE, 0);
1359 an_cmd(s
[all...]
H A Dif_anreg.h187 u_int16_t an_cmd; member in struct:an_command

Completed in 175 milliseconds