Searched refs:send_cmd (Results 1 - 5 of 5) sorted by path

/freebsd-11-stable/sys/dev/bxe/
H A Decore_sp.c4666 rc = o->send_cmd(sc, params);
5763 obj->send_cmd = ecore_queue_send_cmd_e1x;
5765 obj->send_cmd = ecore_queue_send_cmd_e2;
6566 obj->send_cmd = ecore_func_send_cmd;
6625 rc = o->send_cmd(sc, params);
H A Decore_sp.h1540 int (*send_cmd)(struct bxe_softc *sc, member in struct:ecore_queue_sp_obj
1814 int (*send_cmd)(struct bxe_softc *sc, member in struct:ecore_func_sp_obj
/freebsd-11-stable/sys/dev/cs/
H A Dif_csvar.h57 int send_cmd; member in struct:cs_softc
H A Dif_cs.c302 sc->send_cmd = TX_CS8900_AFTER_ALL;
305 sc->send_cmd = TX_CS8920_AFTER_ALL;
906 cs_outw(sc, TX_CMD_PORT, sc->send_cmd);
/freebsd-11-stable/sys/dev/scd/
H A Dscd.c115 static int send_cmd(struct scd_softc *, u_char cmd, u_int nargs, ...);
242 (void)send_cmd(sc, CMD_SPIN_DOWN, 0);
483 rc = send_cmd(sc, CMD_PLAY_AUDIO, 7,
507 (void)send_cmd(sc, CMD_STOP_AUDIO, 0);
523 if (send_cmd(sc, CMD_STOP_AUDIO, 0) != 0)
555 if (send_cmd(sc, CMD_STOP_AUDIO, 0) != 0 ||
556 send_cmd(sc, CMD_SPIN_DOWN, 0) != 0 ||
557 send_cmd(sc, CMD_EJECT, 0) != 0)
625 rc = send_cmd(sc, CMD_GET_DRIVE_CONFIG, 0);
667 rc = send_cmd(s
1196 send_cmd(struct scd_softc *sc, u_char cmd, u_int nargs, ...) function
[all...]

Completed in 274 milliseconds