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

/haiku-fatelf/src/add-ons/kernel/drivers/network/ipro1000/dev/e1000/
H A De1000_mbx.c145 if (mbx->ops.check_for_ack)
146 ret_val = mbx->ops.check_for_ack(hw, mbx_id);
216 if (!countdown || !mbx->ops.check_for_ack)
219 while (countdown && mbx->ops.check_for_ack(hw, mbx_id)) {
306 mbx->ops.check_for_ack = e1000_null_mbx_check_for_flag;
535 mbx->ops.check_for_ack = e1000_check_for_ack_vf;
752 mbx->ops.check_for_ack = e1000_check_for_ack_pf;
H A De1000_vf.h233 s32 (*check_for_ack)(struct e1000_hw *, u16); member in struct:e1000_mbx_operations
H A De1000_hw.h865 s32 (*check_for_ack)(struct e1000_hw *, u16); member in struct:e1000_mbx_operations

Completed in 54 milliseconds