Searched defs:ixgbe_mac_operations (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/bcc/libbpf-tools/loongarch/ |
H A D | vmlinux.h | 54364 struct ixgbe_mac_operations { struct 54365 s32 (*init_hw)(struct ixgbe_hw *); 54366 s32 (*reset_hw)(struct ixgbe_hw *); 54367 s32 (*start_hw)(struct ixgbe_hw *); 54368 s32 (*clear_hw_cntrs)(struct ixgbe_hw *); 54369 enum ixgbe_media_type (*get_media_type)(struct ixgbe_hw *); 54370 s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *); 54371 s32 (*get_san_mac_addr)(struct ixgbe_hw *, u8 *); 54372 s32 (*get_device_caps)(struct ixgbe_hw *, u16 *); 54373 s32 (*get_wwn_prefix)(struct ixgbe_hw *, u16 *, u16 *); [all …]
|
H A D | vmlinux_602.h | 54364 struct ixgbe_mac_operations { struct 54365 s32 (*init_hw)(struct ixgbe_hw *); 54366 s32 (*reset_hw)(struct ixgbe_hw *); 54367 s32 (*start_hw)(struct ixgbe_hw *); 54368 s32 (*clear_hw_cntrs)(struct ixgbe_hw *); 54369 enum ixgbe_media_type (*get_media_type)(struct ixgbe_hw *); 54370 s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *); 54371 s32 (*get_san_mac_addr)(struct ixgbe_hw *, u8 *); 54372 s32 (*get_device_caps)(struct ixgbe_hw *, u16 *); 54373 s32 (*get_wwn_prefix)(struct ixgbe_hw *, u16 *, u16 *); [all …]
|