Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dixgbe_x550.h74 void ixgbe_mdd_event_X550(struct ixgbe_hw *hw, u32 *vf_bitmap);
H A Dif_sriov.c1536 u32 vf_bitmap[2] = {}; in ixgbe_handle_mdd() local
1540 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()
H A Dixgbe_api.h221 void ixgbe_mdd_event(struct ixgbe_hw *hw, u32 *vf_bitmap);
H A Dixgbe_api.c1374 void ixgbe_mdd_event(struct ixgbe_hw *hw, u32 *vf_bitmap) in ixgbe_mdd_event() argument
1377 hw->mac.ops.mdd_event(hw, vf_bitmap); in ixgbe_mdd_event()
H A Dixgbe_x550.c1376 void ixgbe_mdd_event_X550(struct ixgbe_hw *hw, u32 *vf_bitmap) in ixgbe_mdd_event_X550() argument
1430 vf_bitmap[idx] |= (1U << (vf % 32)); in ixgbe_mdd_event_X550()
H A Dixgbe_type.h4146 void (*mdd_event)(struct ixgbe_hw *hw, u32 *vf_bitmap);