Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/igb/
De1000_mbx.c89 if (mbx->ops.check_for_msg) in igb_check_for_msg()
90 ret_val = mbx->ops.check_for_msg(hw, mbx_id); in igb_check_for_msg()
143 if (!countdown || !mbx->ops.check_for_msg) in igb_poll_for_msg()
146 while (countdown && mbx->ops.check_for_msg(hw, mbx_id)) { in igb_poll_for_msg()
434 mbx->ops.check_for_msg = igb_check_for_msg_pf; in igb_init_mbx_params_pf()
De1000_hw.h467 s32 (*check_for_msg)(struct e1000_hw *, u16); member
/linux-2.6.39/drivers/net/ixgbe/
Dixgbe_mbx.c93 if (mbx->ops.check_for_msg) in ixgbe_check_for_msg()
94 ret_val = mbx->ops.check_for_msg(hw, mbx_id); in ixgbe_check_for_msg()
147 if (!countdown || !mbx->ops.check_for_msg) in ixgbe_poll_for_msg()
150 while (countdown && mbx->ops.check_for_msg(hw, mbx_id)) { in ixgbe_poll_for_msg()
467 .check_for_msg = ixgbe_check_for_msg_pf,
Dixgbe_type.h2635 s32 (*check_for_msg)(struct ixgbe_hw *, u16); member
/linux-2.6.39/drivers/net/igbvf/
Dmbx.c41 if (!mbx->ops.check_for_msg) in e1000_poll_for_msg()
44 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.h212 s32 (*check_for_msg)(struct e1000_hw *); member
/linux-2.6.39/drivers/net/ixgbevf/
Dmbx.c41 while (countdown && mbx->ops.check_for_msg(hw)) { in ixgbevf_poll_for_msg()
337 .check_for_msg = ixgbevf_check_for_msg_vf,
Dvf.h101 s32 (*check_for_msg)(struct ixgbe_hw *); member