Searched defs:ixgbe_mbx_operations (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/bcc/libbpf-tools/loongarch/ |
H A D | vmlinux.h | 54578 struct ixgbe_mbx_operations { struct 54579 s32 (*init_params)(struct ixgbe_hw *); 54580 s32 (*read)(struct ixgbe_hw *, u32 *, u16, u16); 54581 s32 (*write)(struct ixgbe_hw *, u32 *, u16, u16); 54582 s32 (*read_posted)(struct ixgbe_hw *, u32 *, u16, u16); 54583 s32 (*write_posted)(struct ixgbe_hw *, u32 *, u16, u16); 54584 s32 (*check_for_msg)(struct ixgbe_hw *, u16); 54585 s32 (*check_for_ack)(struct ixgbe_hw *, u16); 54586 s32 (*check_for_rst)(struct ixgbe_hw *, u16);
|
H A D | vmlinux_602.h | 54578 struct ixgbe_mbx_operations { struct 54579 s32 (*init_params)(struct ixgbe_hw *); 54580 s32 (*read)(struct ixgbe_hw *, u32 *, u16, u16); 54581 s32 (*write)(struct ixgbe_hw *, u32 *, u16, u16); 54582 s32 (*read_posted)(struct ixgbe_hw *, u32 *, u16, u16); 54583 s32 (*write_posted)(struct ixgbe_hw *, u32 *, u16, u16); 54584 s32 (*check_for_msg)(struct ixgbe_hw *, u16); 54585 s32 (*check_for_ack)(struct ixgbe_hw *, u16); 54586 s32 (*check_for_rst)(struct ixgbe_hw *, u16);
|