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

/freebsd-9.3-release/sys/dev/e1000/
H A De1000_mbx.c165 if (mbx->ops.check_for_rst)
166 ret_val = mbx->ops.check_for_rst(hw, mbx_id);
307 mbx->ops.check_for_rst = e1000_null_mbx_check_for_flag;
536 mbx->ops.check_for_rst = e1000_check_for_rst_vf;
753 mbx->ops.check_for_rst = e1000_check_for_rst_pf;
H A De1000_vf.c273 while (!mbx->ops.check_for_rst(hw, 0) && timeout) {
544 if (!mbx->ops.check_for_rst(hw, 0) || !mbx->timeout)
H A De1000_vf.h234 s32 (*check_for_rst)(struct e1000_hw *, u16); member in struct:e1000_mbx_operations
H A De1000_hw.h871 s32 (*check_for_rst)(struct e1000_hw *, u16); member in struct:e1000_mbx_operations
/freebsd-9.3-release/sys/dev/ixgbe/
H A Dixgbe_mbx.c143 if (mbx->ops.check_for_rst)
144 ret_val = mbx->ops.check_for_rst(hw, mbx_id);
509 mbx->ops.check_for_rst = ixgbe_check_for_rst_vf;
744 mbx->ops.check_for_rst = ixgbe_check_for_rst_pf;
H A Dixgbe_vf.c155 while (!mbx->ops.check_for_rst(hw, 0) && timeout) {
504 if (!mbx->ops.check_for_rst(hw, 0) || !mbx->timeout)
H A Dixgbe_type.h3210 s32 (*check_for_rst)(struct ixgbe_hw *, u16); member in struct:ixgbe_mbx_operations

Completed in 138 milliseconds