Home
last modified time | relevance | path

Searched refs:txd_cmd (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/drivers/net/
De1000.c5234 hw->txd_cmd = E1000_TXD_CMD_EOP | E1000_TXD_CMD_IFCS; in e1000_configure_tx()
5238 hw->txd_cmd |= E1000_TXD_CMD_RPS; in e1000_configure_tx()
5240 hw->txd_cmd |= E1000_TXD_CMD_RS; in e1000_configure_tx()
5381 txp->lower.data = cpu_to_le32(hw->txd_cmd | length); in _e1000_transmit()
De1000.h1095 uint32_t txd_cmd; member