Home
last modified time | relevance | path

Searched refs:read_link (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_type.h396 s32 (*read_link)(struct txgbe_hw *hw, u8 addr, u16 reg, u16 *val); member
H A Dtxgbe_dummy.h642 hw->link.read_link = txgbe_link_read_link_dummy; in txgbe_init_ops_dummy()
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_api.c1457 return ixgbe_call_func(hw, hw->link.ops.read_link, (hw, addr, in ixgbe_read_link()
H A Dixgbe_type.h4055 s32 (*read_link)(struct ixgbe_hw *, u8 addr, u16 reg, u16 *val); member
H A Dixgbe_x550.c830 link->ops.read_link = ixgbe_read_i2c_combined_generic; in ixgbe_init_ops_X550EM_x()