Searched refs:check_for_msg (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/ |
H A D | e1000_mbx.c | 67 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 D | e1000_hw.h | 482 s32 (*check_for_msg)(struct e1000_hw *hw, u16 mbx_id); member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbevf/ |
H A D | mbx.c | 18 if (!countdown || !mbx->ops.check_for_msg) in ixgbevf_poll_for_msg() 21 while (countdown && mbx->ops.check_for_msg(hw)) { in ixgbevf_poll_for_msg() 444 if (!mbx->ops.read || !mbx->ops.check_for_msg || !mbx->timeout) in ixgbevf_poll_mbx() 494 .check_for_msg = ixgbevf_check_for_msg_vf, 504 .check_for_msg = ixgbevf_check_for_msg_vf,
|
H A D | vf.h | 80 s32 (*check_for_msg)(struct ixgbe_hw *); member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igb/ |
H A D | e1000_mbx.c | 67 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 D | e1000_hw.h | 482 s32 (*check_for_msg)(struct e1000_hw *hw, u16 mbx_id); member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igbvf/ |
H A D | mbx.c | 17 if (!mbx->ops.check_for_msg) in e1000_poll_for_msg() 20 while (countdown && mbx->ops.check_for_msg(hw)) { in e1000_poll_for_msg() 325 mbx->ops.check_for_msg = e1000_check_for_msg_vf; in e1000_init_mbx_params_vf()
|
H A D | vf.h | 189 s32 (*check_for_msg)(struct e1000_hw *); member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igbvf/ |
H A D | mbx.c | 17 if (!mbx->ops.check_for_msg) in e1000_poll_for_msg() 20 while (countdown && mbx->ops.check_for_msg(hw)) { in e1000_poll_for_msg() 325 mbx->ops.check_for_msg = e1000_check_for_msg_vf; in e1000_init_mbx_params_vf()
|
H A D | vf.h | 189 s32 (*check_for_msg)(struct e1000_hw *); member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_mbx.c | 68 return mbx->ops->check_for_msg(hw, mbx_id); in ixgbe_check_for_msg() 120 while (mbx->ops->check_for_msg(hw, mbx_id)) { in ixgbe_poll_for_msg() 431 .check_for_msg = ixgbe_check_for_msg_pf,
|
H A D | ixgbe_type.h | 3606 s32 (*check_for_msg)(struct ixgbe_hw *, u16); member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_mbx.c | 68 return mbx->ops->check_for_msg(hw, mbx_id); in ixgbe_check_for_msg() 120 while (mbx->ops->check_for_msg(hw, mbx_id)) { in ixgbe_poll_for_msg() 431 .check_for_msg = ixgbe_check_for_msg_pf,
|
H A D | ixgbe_type.h | 3610 s32 (*check_for_msg)(struct ixgbe_hw *, u16); member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbevf/ |
H A D | mbx.c | 18 while (countdown && mbx->ops.check_for_msg(hw)) { in ixgbevf_poll_for_msg() 321 .check_for_msg = ixgbevf_check_for_msg_vf,
|
H A D | vf.h | 84 s32 (*check_for_msg)(struct ixgbe_hw *); member
|
Completed in 34 milliseconds