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

/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_mbx.c153 if (mbx->ops.check_for_ack)
154 ret_val = mbx->ops.check_for_ack(hw, mbx_id);
224 if (!countdown || !mbx->ops.check_for_ack)
227 while (countdown && mbx->ops.check_for_ack(hw, mbx_id)) {
314 mbx->ops.check_for_ack = e1000_null_mbx_check_for_flag;
552 mbx->ops.check_for_ack = e1000_check_for_ack_vf;
778 mbx->ops.check_for_ack = e1000_check_for_ack_pf;
H A De1000_vf.h236 s32 (*check_for_ack)(struct e1000_hw *, u16); member in struct:e1000_mbx_operations
H A De1000_hw.h930 s32 (*check_for_ack)(struct e1000_hw *, u16); member in struct:e1000_mbx_operations

Completed in 93 milliseconds