Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/igb/
H A De1000_mbx.c85 if (mbx->ops.check_for_ack) in igb_check_for_ack()
86 ret_val = mbx->ops.check_for_ack(hw, mbx_id); in igb_check_for_ack()
168 if (!countdown || !mbx->ops.check_for_ack) in igb_poll_for_ack()
171 while (countdown && mbx->ops.check_for_ack(hw, mbx_id)) { in igb_poll_for_ack()
463 mbx->ops.check_for_ack = igb_check_for_ack_pf; in igb_init_mbx_params_pf()
H A De1000_hw.h483 s32 (*check_for_ack)(struct e1000_hw *hw, u16 mbx_id); member
/linux/drivers/net/ethernet/intel/igbvf/
H A Dmbx.c44 if (!mbx->ops.check_for_ack) in e1000_poll_for_ack()
47 while (countdown && mbx->ops.check_for_ack(hw)) { in e1000_poll_for_ack()
327 mbx->ops.check_for_ack = e1000_check_for_ack_vf; in e1000_init_mbx_params_vf()
H A Dvf.h190 s32 (*check_for_ack)(struct e1000_hw *); member