Home
last modified time | relevance | path

Searched refs:IXGBE_VFMAILBOX_PFACK (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbevf/
H A Dmbx.c94 if (vf_mailbox & IXGBE_VFMAILBOX_PFACK) { in ixgbevf_clear_ack_vf()
96 hw->mbx.vf_mailbox &= ~IXGBE_VFMAILBOX_PFACK; in ixgbevf_clear_ack_vf()
165 if (!ixgbevf_check_for_bit_vf(hw, IXGBE_VFMAILBOX_PFACK)) { in ixgbevf_check_for_ack_vf()
H A Dmbx.h20 #define IXGBE_VFMAILBOX_PFACK 0x00000020 /* PF ack the previous VF msg */ macro
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbevf/
H A Dmbx.h21 #define IXGBE_VFMAILBOX_PFACK 0x00000020 /* PF ack the previous VF msg */ macro
H A Dmbx.c173 if (!ixgbevf_check_for_bit_vf(hw, IXGBE_VFMAILBOX_PFACK)) { in ixgbevf_check_for_ack_vf()

Completed in 3 milliseconds