Home
last modified time | relevance | path

Searched refs:check_for_msg (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/io/e1000api/
H A De1000_mbx.c128 if (mbx->ops.check_for_msg) in e1000_check_for_msg()
129 ret_val = mbx->ops.check_for_msg(hw, mbx_id); in e1000_check_for_msg()
188 if (!countdown || !mbx->ops.check_for_msg) in e1000_poll_for_msg()
191 while (countdown && mbx->ops.check_for_msg(hw, mbx_id)) { in e1000_poll_for_msg()
308 mbx->ops.check_for_msg = e1000_null_mbx_check_for_flag; in e1000_init_mbx_ops_generic()
540 mbx->ops.check_for_msg = e1000_check_for_msg_vf; in e1000_init_mbx_params_vf()
758 mbx->ops.check_for_msg = e1000_check_for_msg_pf; in e1000_init_mbx_params_pf()
H A De1000_vf.h234 s32 (*check_for_msg)(struct e1000_hw *, u16); member
H A De1000_hw.h889 s32 (*check_for_msg)(struct e1000_hw *, u16); member
/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_mbx.c103 if (mbx->ops.check_for_msg) in ixgbe_check_for_msg()
104 ret_val = mbx->ops.check_for_msg(hw, mbx_id); in ixgbe_check_for_msg()
163 if (!countdown || !mbx->ops.check_for_msg) in ixgbe_poll_for_msg()
166 while (countdown && mbx->ops.check_for_msg(hw, mbx_id)) { in ixgbe_poll_for_msg()
511 mbx->ops.check_for_msg = ixgbe_check_for_msg_vf; in ixgbe_init_mbx_params_vf()
750 mbx->ops.check_for_msg = ixgbe_check_for_msg_pf; in ixgbe_init_mbx_params_pf()
H A Dixgbe_type.h3108 s32 (*check_for_msg)(struct ixgbe_hw *, u16); member