HomeSort by: relevance | last modified time | path
    Searched defs:ep_reset_cmd (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/ic/
elink3.c 209 static inline void ep_reset_cmd(struct ep_softc *sc, u_int cmd, u_int arg);
280 ep_reset_cmd(struct ep_softc *sc, u_int cmd, u_int arg) function in typeref:typename:void
504 ep_reset_cmd(sc, ELINK_COMMAND, RX_RESET);
505 ep_reset_cmd(sc, ELINK_COMMAND, TX_RESET);
769 ep_reset_cmd(sc, ELINK_COMMAND, RX_RESET);
770 ep_reset_cmd(sc, ELINK_COMMAND, TX_RESET);
890 ep_reset_cmd(sc, ELINK_COMMAND, TX_RESET);
891 ep_reset_cmd(sc, ELINK_COMMAND, RX_RESET);
1751 ep_reset_cmd(sc, ELINK_COMMAND, RX_RESET);
1752 ep_reset_cmd(sc, ELINK_COMMAND, TX_RESET)
    [all...]

Completed in 12 milliseconds