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

/freebsd-13-stable/sys/dev/ixgbe/
H A Dixgbe_x550.c1093 * ixgbe_iosf_wait - Wait for IOSF command completion
1101 static s32 ixgbe_iosf_wait(struct ixgbe_hw *hw, u32 *ctrl) function
1144 ret = ixgbe_iosf_wait(hw, NULL);
1157 ret = ixgbe_iosf_wait(hw, &command);
1190 ret = ixgbe_iosf_wait(hw, NULL);
1200 ret = ixgbe_iosf_wait(hw, &command);

Completed in 108 milliseconds