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

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_mbx.c573 * e1000_check_for_msg_pf - checks to see if the VF has sent mail
579 static s32 e1000_check_for_msg_pf(struct e1000_hw *hw, u16 vf_number) function
583 DEBUGFUNC("e1000_check_for_msg_pf");
693 e1000_check_for_msg_pf(hw, vf_number);
772 mbx->ops.check_for_msg = e1000_check_for_msg_pf;

Completed in 58 milliseconds