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

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_mbx.c333 * e1000_check_for_bit_vf - Determine if a status bit was set
340 static s32 e1000_check_for_bit_vf(struct e1000_hw *hw, u32 mask) function
367 if (!e1000_check_for_bit_vf(hw, E1000_V2PMAILBOX_PFSTS)) {
389 if (!e1000_check_for_bit_vf(hw, E1000_V2PMAILBOX_PFACK)) {
411 if (!e1000_check_for_bit_vf(hw, (E1000_V2PMAILBOX_RSTD |

Completed in 87 milliseconds