Searched defs:vf_bitmap (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
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));

Completed in 143 milliseconds