HomeSort by: relevance | last modified time | path
    Searched defs:ixgbe_check_for_ack_vf (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_mbx.c 383 * ixgbe_check_for_ack_vf - checks to see if the PF has ACK'd
389 static s32 ixgbe_check_for_ack_vf(struct ixgbe_hw *hw, u16 mbx_id) function in typeref:typename:s32
392 DEBUGFUNC("ixgbe_check_for_ack_vf");
527 ixgbe_check_for_ack_vf(hw, 0);
691 mbx->ops[0].check_for_ack = ixgbe_check_for_ack_vf;
722 mbx->ops[0].check_for_ack = ixgbe_check_for_ack_vf;

Completed in 16 milliseconds