Home
last modified time | relevance | path

Searched refs:device_caps (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_hw.h67 s32 txgbe_get_device_caps(struct txgbe_hw *hw, u16 *device_caps);
H A Dtxgbe_hw.c245 u16 device_caps; in txgbe_start_hw() local
268 hw->mac.get_device_caps(hw, &device_caps); in txgbe_start_hw()
269 if (device_caps & TXGBE_DEVICE_CAPS_NO_CROSSTALK_WR) in txgbe_start_hw()
2111 s32 txgbe_get_device_caps(struct txgbe_hw *hw, u16 *device_caps) in txgbe_get_device_caps() argument
2115 hw->rom.readw_sw(hw, TXGBE_DEVICE_CAPS, device_caps); in txgbe_get_device_caps()
H A Dtxgbe_type.h450 s32 (*get_device_caps)(struct txgbe_hw *hw, u16 *device_caps);
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_common.h125 s32 ixgbe_get_device_caps_generic(struct ixgbe_hw *hw, u16 *device_caps);
H A Dixgbe_api.h165 s32 ixgbe_get_device_caps(struct ixgbe_hw *hw, u16 *device_caps);
H A Dixgbe_api.c354 s32 ixgbe_get_device_caps(struct ixgbe_hw *hw, u16 *device_caps) in ixgbe_get_device_caps() argument
357 (hw, device_caps), IXGBE_NOT_IMPLEMENTED); in ixgbe_get_device_caps()
H A Dixgbe_common.c360 u16 device_caps; in ixgbe_start_hw_generic() local
393 hw->mac.ops.get_device_caps(hw, &device_caps); in ixgbe_start_hw_generic()
394 if (device_caps & IXGBE_DEVICE_CAPS_NO_CROSSTALK_WR) in ixgbe_start_hw_generic()
4395 s32 ixgbe_get_device_caps_generic(struct ixgbe_hw *hw, u16 *device_caps) in ixgbe_get_device_caps_generic() argument
4399 hw->eeprom.ops.read(hw, IXGBE_DEVICE_CAPS, device_caps); in ixgbe_get_device_caps_generic()