| 3670 | } |
| 3671 | |
| 3672 | static void |
| 3673 | txgbe_remove_rar(struct rte_eth_dev *dev, uint32_t index) |
| 3674 | { |
| 3675 | struct txgbe_hw *hw = TXGBE_DEV_HW(dev); |
| 3676 | |
| 3677 | txgbe_clear_rar(hw, index); |
| 3678 | } |
| 3679 | |
| 3680 | static int |
| 3681 | txgbe_set_default_mac_addr(struct rte_eth_dev *dev, struct rte_ether_addr *addr) |
no test coverage detected