Home
last modified time | relevance | path

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

/third_party/dev/ethernet/e1000/
A De1000_mbx.c149 if (mbx->ops.check_for_ack) in e1000_check_for_ack()
150 ret_val = mbx->ops.check_for_ack(hw, mbx_id); in e1000_check_for_ack()
220 if (!countdown || !mbx->ops.check_for_ack) in e1000_poll_for_ack()
223 while (countdown && mbx->ops.check_for_ack(hw, mbx_id)) { in e1000_poll_for_ack()
310 mbx->ops.check_for_ack = e1000_null_mbx_check_for_flag; in e1000_init_mbx_ops_generic()
548 mbx->ops.check_for_ack = e1000_check_for_ack_vf; in e1000_init_mbx_params_vf()
774 mbx->ops.check_for_ack = e1000_check_for_ack_pf; in e1000_init_mbx_params_pf()
A De1000_vf.h236 s32 (*check_for_ack)(struct e1000_hw *, u16); member
A De1000_hw.h906 s32 (*check_for_ack)(struct e1000_hw *, u16); member

Completed in 13 milliseconds