Searched refs:txp_command (Results 1 – 1 of 1) sorted by relevance
/dflybsd-src/sys/dev/netif/txp/ |
H A D | if_txp.c | 134 static int txp_command (struct txp_softc *, u_int16_t, u_int16_t, u_int32_t, 263 if (txp_command(sc, TXP_CMD_MAX_PKT_SIZE_WRITE, TXP_MAX_PKTLEN, 0, 0, in txp_attach() 269 if (txp_command(sc, TXP_CMD_STATION_ADDRESS_READ, 0, 0, 0, in txp_attach() 294 txp_command(sc, TXP_CMD_XCVR_SELECT, TXP_XCVR_AUTO, 0, 0, in txp_attach() 862 txp_command(sc, TXP_CMD_TX_DISABLE, 0, 0, 0, NULL, NULL, NULL, 0); in txp_shutdown() 863 txp_command(sc, TXP_CMD_RX_DISABLE, 0, 0, 0, NULL, NULL, NULL, 0); in txp_shutdown() 864 txp_command(sc, TXP_CMD_HALT, 0, 0, 0, NULL, NULL, NULL, 0); in txp_shutdown() 1112 txp_command(sc, TXP_CMD_MAX_PKT_SIZE_WRITE, TXP_MAX_PKTLEN, 0, 0, in txp_init() 1122 txp_command(sc, TXP_CMD_STATION_ADDRESS_WRITE, p1, p2, 0, in txp_init() 1129 txp_command(sc, TXP_CMD_TX_ENABLE, 0, 0, 0, NULL, NULL, NULL, 1); in txp_init() [all …]
|