Searched refs:vf_bitmap (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/sys/dev/ixgbe/
H A Dixgbe_x550.h75 void ixgbe_mdd_event_X550(struct ixgbe_hw *hw, u32 *vf_bitmap);
H A Dixgbe_api.h212 void ixgbe_mdd_event(struct ixgbe_hw *hw, u32 *vf_bitmap);
H A Dixgbe_api.c1267 * @vf_bitmap: vf bitmap of malicious vfs
1270 void ixgbe_mdd_event(struct ixgbe_hw *hw, u32 *vf_bitmap) argument
1273 hw->mac.ops.mdd_event(hw, vf_bitmap);
H A Dixgbe_x550.c986 * @vf_bitmap: vf bitmap of malicious vfs
990 void ixgbe_mdd_event_X550(struct ixgbe_hw *hw, u32 *vf_bitmap) argument
1032 /* Set vf bit in vf_bitmap */
1034 vf_bitmap[idx] |= (1 << (vf % 32));
H A Dixgbe_type.h3744 void (*mdd_event)(struct ixgbe_hw *hw, u32 *vf_bitmap);

Completed in 184 milliseconds