Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/igb/
De1000_mbx.c85 if (mbx->ops.check_for_msg) in igb_check_for_msg()
86 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()
431 mbx->ops.check_for_msg = igb_check_for_msg_pf; in igb_init_mbx_params_pf()
De1000_hw.h497 s32 (*check_for_msg)(struct e1000_hw *, u16); member
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_mbx.c90 if (!mbx->ops.check_for_msg) in ixgbe_check_for_msg()
93 return mbx->ops.check_for_msg(hw, mbx_id); in ixgbe_check_for_msg()
142 if (!countdown || !mbx->ops.check_for_msg) in ixgbe_poll_for_msg()
145 while (mbx->ops.check_for_msg(hw, mbx_id)) { in ixgbe_poll_for_msg()
454 .check_for_msg = ixgbe_check_for_msg_pf,
Dixgbe_type.h3417 s32 (*check_for_msg)(struct ixgbe_hw *, u16); member
/linux-4.4.14/drivers/net/ethernet/intel/igbvf/
Dmbx.c40 if (!mbx->ops.check_for_msg) in e1000_poll_for_msg()
43 while (countdown && mbx->ops.check_for_msg(hw)) { in e1000_poll_for_msg()
338 mbx->ops.check_for_msg = e1000_check_for_msg_vf; in e1000_init_mbx_params_vf()
Dvf.h210 s32 (*check_for_msg)(struct e1000_hw *); member
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/
Dmbx.c41 while (countdown && mbx->ops.check_for_msg(hw)) { in ixgbevf_poll_for_msg()
344 .check_for_msg = ixgbevf_check_for_msg_vf,
Dvf.h103 s32 (*check_for_msg)(struct ixgbe_hw *); member