Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/igb/
H A De1000_mbx.c67 if (mbx->ops.check_for_msg) in igb_check_for_msg()
68 ret_val = mbx->ops.check_for_msg(hw, mbx_id); in igb_check_for_msg()
139 if (!countdown || !mbx->ops.check_for_msg) in igb_poll_for_msg()
142 while (countdown && mbx->ops.check_for_msg(hw, mbx_id)) { in igb_poll_for_msg()
462 mbx->ops.check_for_msg = igb_check_for_msg_pf; in igb_init_mbx_params_pf()
H A De1000_hw.h482 s32 (*check_for_msg)(struct e1000_hw *hw, u16 mbx_id); member
/linux/drivers/net/ethernet/intel/igbvf/
H A Dmbx.c18 if (!mbx->ops.check_for_msg) in e1000_poll_for_msg()
21 while (countdown && mbx->ops.check_for_msg(hw)) { in e1000_poll_for_msg()
326 mbx->ops.check_for_msg = e1000_check_for_msg_vf; in e1000_init_mbx_params_vf()
H A Dvf.h189 s32 (*check_for_msg)(struct e1000_hw *); member