Searched defs:ixgbe_mac_operations (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbevf/ |
| D | vf.h | 19 struct ixgbe_mac_operations { struct 20 s32 (*init_hw)(struct ixgbe_hw *); 21 s32 (*reset_hw)(struct ixgbe_hw *); 22 s32 (*start_hw)(struct ixgbe_hw *); 23 s32 (*clear_hw_cntrs)(struct ixgbe_hw *); 24 enum ixgbe_media_type (*get_media_type)(struct ixgbe_hw *); 25 s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *); 26 s32 (*stop_adapter)(struct ixgbe_hw *); 27 s32 (*get_bus_info)(struct ixgbe_hw *); 28 s32 (*negotiate_api_version)(struct ixgbe_hw *hw, int api); [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbevf/ |
| D | vf.h | 22 struct ixgbe_mac_operations { struct 23 s32 (*init_hw)(struct ixgbe_hw *); 24 s32 (*reset_hw)(struct ixgbe_hw *); 25 s32 (*start_hw)(struct ixgbe_hw *); 26 s32 (*clear_hw_cntrs)(struct ixgbe_hw *); 27 enum ixgbe_media_type (*get_media_type)(struct ixgbe_hw *); 28 s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *); 29 s32 (*stop_adapter)(struct ixgbe_hw *); 30 s32 (*get_bus_info)(struct ixgbe_hw *); 31 s32 (*negotiate_api_version)(struct ixgbe_hw *hw, int api); [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
| D | ixgbe_type.h | 3402 struct ixgbe_mac_operations { struct 3403 s32 (*init_hw)(struct ixgbe_hw *); 3404 s32 (*reset_hw)(struct ixgbe_hw *); 3405 s32 (*start_hw)(struct ixgbe_hw *); 3406 s32 (*clear_hw_cntrs)(struct ixgbe_hw *); 3407 enum ixgbe_media_type (*get_media_type)(struct ixgbe_hw *); 3408 s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *); 3409 s32 (*get_san_mac_addr)(struct ixgbe_hw *, u8 *); 3410 s32 (*get_device_caps)(struct ixgbe_hw *, u16 *); 3411 s32 (*get_wwn_prefix)(struct ixgbe_hw *, u16 *, u16 *); [all …]
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
| D | ixgbe_type.h | 3406 struct ixgbe_mac_operations { struct 3407 s32 (*init_hw)(struct ixgbe_hw *); 3408 s32 (*reset_hw)(struct ixgbe_hw *); 3409 s32 (*start_hw)(struct ixgbe_hw *); 3410 s32 (*clear_hw_cntrs)(struct ixgbe_hw *); 3411 enum ixgbe_media_type (*get_media_type)(struct ixgbe_hw *); 3412 s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *); 3413 s32 (*get_san_mac_addr)(struct ixgbe_hw *, u8 *); 3414 s32 (*get_device_caps)(struct ixgbe_hw *, u16 *); 3415 s32 (*get_wwn_prefix)(struct ixgbe_hw *, u16 *, u16 *); [all …]
|