Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/net/
H A De1000.c5020 hw->txd_cmd = E1000_TXD_CMD_EOP | E1000_TXD_CMD_IFCS; in e1000_configure_tx()
5024 hw->txd_cmd |= E1000_TXD_CMD_RPS; in e1000_configure_tx()
5026 hw->txd_cmd |= E1000_TXD_CMD_RS; in e1000_configure_tx()
5167 txp->lower.data = cpu_to_le32(hw->txd_cmd | length); in _e1000_transmit()
H A De1000.h1096 uint32_t txd_cmd; member