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

  /src/sys/dev/pci/ixgbe/
ixgbe_mbx.c 814 * ixgbe_check_for_rst_pf - checks to see if the VF has reset
820 static s32 ixgbe_check_for_rst_pf(struct ixgbe_hw *hw, u16 vf_id) function in typeref:typename:s32
827 DEBUGFUNC("ixgbe_check_for_rst_pf");
1121 mbx->ops[vf_id].check_for_rst = ixgbe_check_for_rst_pf;
1197 mbx->ops[vf_id].check_for_rst = ixgbe_check_for_rst_pf;

Completed in 14 milliseconds