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

/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_mbx.c173 if (mbx->ops.check_for_rst)
174 ret_val = mbx->ops.check_for_rst(hw, mbx_id);
315 mbx->ops.check_for_rst = e1000_null_mbx_check_for_flag;
553 mbx->ops.check_for_rst = e1000_check_for_rst_vf;
779 mbx->ops.check_for_rst = e1000_check_for_rst_pf;
H A De1000_vf.c274 while (!mbx->ops.check_for_rst(hw, 0) && timeout) {
551 if (!mbx->ops.check_for_rst(hw, 0) || !mbx->timeout)
H A De1000_vf.h237 s32 (*check_for_rst)(struct e1000_hw *, u16); member in struct:e1000_mbx_operations
H A De1000_hw.h931 s32 (*check_for_rst)(struct e1000_hw *, u16); member in struct:e1000_mbx_operations

Completed in 54 milliseconds