Searched refs:check_for_msg (Results 1 – 14 of 14) sorted by relevance
| /dpdk/drivers/net/e1000/base/ |
| H A D | e1000_mbx.c | 104 if (mbx->ops.check_for_msg) in e1000_check_for_msg() 105 ret_val = mbx->ops.check_for_msg(hw, mbx_id); in e1000_check_for_msg() 164 if (!countdown || !mbx->ops.check_for_msg) in e1000_poll_for_msg() 167 while (countdown && mbx->ops.check_for_msg(hw, mbx_id)) { in e1000_poll_for_msg() 284 mbx->ops.check_for_msg = e1000_null_mbx_check_for_flag; in e1000_init_mbx_ops_generic() 527 mbx->ops.check_for_msg = e1000_check_for_msg_vf; in e1000_init_mbx_params_vf() 753 mbx->ops.check_for_msg = e1000_check_for_msg_pf; in e1000_init_mbx_params_pf()
|
| H A D | e1000_vf.h | 204 s32 (*check_for_msg)(struct e1000_hw *, u16); member
|
| H A D | e1000_hw.h | 878 s32 (*check_for_msg)(struct e1000_hw *, u16); member
|
| /dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_mbx.c | 74 if (mbx->ops.check_for_msg) in ixgbe_check_for_msg() 75 ret_val = mbx->ops.check_for_msg(hw, mbx_id); in ixgbe_check_for_msg() 134 if (!countdown || !mbx->ops.check_for_msg) in ixgbe_poll_for_msg() 137 while (countdown && mbx->ops.check_for_msg(hw, mbx_id)) { in ixgbe_poll_for_msg() 486 mbx->ops.check_for_msg = ixgbe_check_for_msg_vf; in ixgbe_init_mbx_params_vf() 731 mbx->ops.check_for_msg = ixgbe_check_for_msg_pf; in ixgbe_init_mbx_params_pf()
|
| H A D | ixgbe_type.h | 4147 s32 (*check_for_msg)(struct ixgbe_hw *, u16); member
|
| /dpdk/drivers/net/txgbe/base/ |
| H A D | txgbe_mbx.c | 70 if (mbx->check_for_msg) in txgbe_check_for_msg() 71 ret_val = mbx->check_for_msg(hw, mbx_id); in txgbe_check_for_msg() 124 if (!countdown || !mbx->check_for_msg) in txgbe_poll_for_msg() 127 while (countdown && mbx->check_for_msg(hw, mbx_id)) { in txgbe_poll_for_msg()
|
| H A D | txgbe_vf.c | 50 mbx->check_for_msg = txgbe_check_for_msg_vf; in txgbe_init_ops_vf()
|
| H A D | txgbe_dummy.h | 657 hw->mbx.check_for_msg = txgbe_mbx_check_for_msg_dummy; in txgbe_init_ops_dummy()
|
| H A D | txgbe_type.h | 737 s32 (*check_for_msg)(struct txgbe_hw *hw, u16 mbx_id); member
|
| H A D | txgbe_hw.c | 2709 mbx->check_for_msg = txgbe_check_for_msg_pf; in txgbe_init_ops_pf()
|
| /dpdk/drivers/net/ngbe/base/ |
| H A D | ngbe_mbx.c | 70 if (mbx->check_for_msg) in ngbe_check_for_msg() 71 ret_val = mbx->check_for_msg(hw, mbx_id); in ngbe_check_for_msg()
|
| H A D | ngbe_dummy.h | 343 hw->mbx.check_for_msg = ngbe_mbx_check_for_msg_dummy; in ngbe_init_ops_dummy()
|
| H A D | ngbe_type.h | 386 s32 (*check_for_msg)(struct ngbe_hw *hw, u16 mbx_id); member
|
| H A D | ngbe_hw.c | 1949 mbx->check_for_msg = ngbe_check_for_msg_pf; in ngbe_init_ops_pf()
|