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

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_mbx.c594 * e1000_check_for_ack_pf - checks to see if the VF has ACKed
600 static s32 e1000_check_for_ack_pf(struct e1000_hw *hw, u16 vf_number) function
604 DEBUGFUNC("e1000_check_for_ack_pf");
694 e1000_check_for_ack_pf(hw, vf_number);
773 mbx->ops.check_for_ack = e1000_check_for_ack_pf;

Completed in 74 milliseconds