Home
last modified time | relevance | path

Searched refs:ep_bit_mask (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_e610.c267 u32 ep_bit_mask = hw->bus.func ? GL_FWSTS_EP_PF1 : GL_FWSTS_EP_PF0; in ixgbe_aci_check_event_pending() local
270 return (fwsts & ep_bit_mask) ? true : false; in ixgbe_aci_check_event_pending()