Searched refs:device_caps (Results 1 – 7 of 7) sorted by relevance
| /dpdk/drivers/net/txgbe/base/ |
| H A D | txgbe_hw.h | 68 s32 txgbe_get_device_caps(struct txgbe_hw *hw, u16 *device_caps);
|
| H A D | txgbe_hw.c | 196 u16 device_caps; in txgbe_start_hw() local 217 hw->mac.get_device_caps(hw, &device_caps); in txgbe_start_hw() 218 if (device_caps & TXGBE_DEVICE_CAPS_NO_CROSSTALK_WR) in txgbe_start_hw() 1993 s32 txgbe_get_device_caps(struct txgbe_hw *hw, u16 *device_caps) in txgbe_get_device_caps() argument 1995 hw->rom.readw_sw(hw, TXGBE_DEVICE_CAPS, device_caps); in txgbe_get_device_caps()
|
| H A D | txgbe_type.h | 521 s32 (*get_device_caps)(struct txgbe_hw *hw, u16 *device_caps);
|
| /dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_common.h | 125 s32 ixgbe_get_device_caps_generic(struct ixgbe_hw *hw, u16 *device_caps);
|
| H A D | ixgbe_api.c | 354 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 D | ixgbe_api.h | 165 s32 ixgbe_get_device_caps(struct ixgbe_hw *hw, u16 *device_caps);
|
| H A D | ixgbe_common.c | 360 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()
|