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

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_mbx.c148 if (mbx->ops.check_for_ack)
149 ret_val = mbx->ops.check_for_ack(hw, mbx_id);
219 if (!countdown || !mbx->ops.check_for_ack)
222 while (countdown && mbx->ops.check_for_ack(hw, mbx_id)) {
309 mbx->ops.check_for_ack = e1000_null_mbx_check_for_flag;
547 mbx->ops.check_for_ack = e1000_check_for_ack_vf;
773 mbx->ops.check_for_ack = e1000_check_for_ack_pf;
H A De1000_vf.h235 s32 (*check_for_ack)(struct e1000_hw *, u16); member in struct:e1000_mbx_operations
H A De1000_hw.h896 s32 (*check_for_ack)(struct e1000_hw *, u16); member in struct:e1000_mbx_operations
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_mbx.c124 if (mbx->ops.check_for_ack)
125 ret_val = mbx->ops.check_for_ack(hw, mbx_id);
196 if (!countdown || !mbx->ops.check_for_ack)
199 while (countdown && mbx->ops.check_for_ack(hw, mbx_id)) {
517 mbx->ops.check_for_ack = ixgbe_check_for_ack_vf;
760 mbx->ops.check_for_ack = ixgbe_check_for_ack_pf;
H A Dixgbe_type.h3859 s32 (*check_for_ack)(struct ixgbe_hw *, u16); member in struct:ixgbe_mbx_operations

Completed in 110 milliseconds