Searched refs:vf_bitmap (Results 1 – 6 of 6) sorted by relevance
74 void ixgbe_mdd_event_X550(struct ixgbe_hw *hw, u32 *vf_bitmap);
1536 u32 vf_bitmap[2] = {}; in ixgbe_handle_mdd() local1540 ixgbe_mdd_event(hw, vf_bitmap); in ixgbe_handle_mdd()1541 if (vf_bitmap[0] != 0 || vf_bitmap[1] != 0) { in ixgbe_handle_mdd()1550 if ((vf_bitmap[pool / 32] & (1U << (pool % 32))) == 0) in ixgbe_handle_mdd()
221 void ixgbe_mdd_event(struct ixgbe_hw *hw, u32 *vf_bitmap);
1374 void ixgbe_mdd_event(struct ixgbe_hw *hw, u32 *vf_bitmap) in ixgbe_mdd_event() argument1377 hw->mac.ops.mdd_event(hw, vf_bitmap); in ixgbe_mdd_event()
1376 void ixgbe_mdd_event_X550(struct ixgbe_hw *hw, u32 *vf_bitmap) in ixgbe_mdd_event_X550() argument1430 vf_bitmap[idx] |= (1U << (vf % 32)); in ixgbe_mdd_event_X550()
4146 void (*mdd_event)(struct ixgbe_hw *hw, u32 *vf_bitmap);