Searched refs:check_for_rst (Results 1 - 20 of 20) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/ |
H A D | e1000_mbx.c | 103 if (mbx->ops.check_for_rst) in igb_check_for_rst() 104 ret_val = mbx->ops.check_for_rst(hw, mbx_id); in igb_check_for_rst() 464 mbx->ops.check_for_rst = igb_check_for_rst_pf; in igb_init_mbx_params_pf()
|
H A D | e1000_hw.h | 484 s32 (*check_for_rst)(struct e1000_hw *hw, u16 mbx_id); member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbevf/ |
H A D | mbx.c | 496 .check_for_rst = ixgbevf_check_for_rst_vf, 506 .check_for_rst = ixgbevf_check_for_rst_vf, 518 .check_for_rst = ixgbevf_check_for_rst_vf,
|
H A D | vf.c | 85 while (!mbx->ops.check_for_rst(hw) && timeout) { in ixgbevf_reset_hw_vf() 712 if (!mbx->ops.check_for_rst(hw) || !mbx->timeout) in ixgbevf_check_mac_link_vf() 801 if (!mbx->ops.check_for_rst(hw) || !mbx->timeout) in ixgbevf_hv_check_mac_link_vf()
|
H A D | vf.h | 82 s32 (*check_for_rst)(struct ixgbe_hw *); member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igb/ |
H A D | e1000_mbx.c | 103 if (mbx->ops.check_for_rst) in igb_check_for_rst() 104 ret_val = mbx->ops.check_for_rst(hw, mbx_id); in igb_check_for_rst() 464 mbx->ops.check_for_rst = igb_check_for_rst_pf; in igb_init_mbx_params_pf()
|
H A D | e1000_hw.h | 484 s32 (*check_for_rst)(struct e1000_hw *hw, u16 mbx_id); member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbevf/ |
H A D | mbx.c | 323 .check_for_rst = ixgbevf_check_for_rst_vf, 335 .check_for_rst = ixgbevf_check_for_rst_vf,
|
H A D | vf.c | 83 while (!mbx->ops.check_for_rst(hw) && timeout) { in ixgbevf_reset_hw_vf() 701 if (!mbx->ops.check_for_rst(hw) || !mbx->timeout) in ixgbevf_check_mac_link_vf() 785 if (!mbx->ops.check_for_rst(hw) || !mbx->timeout) in ixgbevf_hv_check_mac_link_vf()
|
H A D | vf.h | 86 s32 (*check_for_rst)(struct ixgbe_hw *); member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igbvf/ |
H A D | vf.c | 118 while (!mbx->ops.check_for_rst(hw) && timeout) { in e1000_reset_hw_vf() 392 if (!mbx->ops.check_for_rst(hw) || !mbx->timeout) in e1000_check_for_link_vf()
|
H A D | vf.h | 191 s32 (*check_for_rst)(struct e1000_hw *); member
|
H A D | mbx.c | 327 mbx->ops.check_for_rst = e1000_check_for_rst_vf; in e1000_init_mbx_params_vf()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_mbx.c | 102 return mbx->ops->check_for_rst(hw, mbx_id); in ixgbe_check_for_rst() 433 .check_for_rst = ixgbe_check_for_rst_pf,
|
H A D | ixgbe_type.h | 3608 s32 (*check_for_rst)(struct ixgbe_hw *, u16); member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igbvf/ |
H A D | vf.c | 118 while (!mbx->ops.check_for_rst(hw) && timeout) { in e1000_reset_hw_vf() 392 if (!mbx->ops.check_for_rst(hw) || !mbx->timeout) in e1000_check_for_link_vf()
|
H A D | vf.h | 191 s32 (*check_for_rst)(struct e1000_hw *); member
|
H A D | mbx.c | 327 mbx->ops.check_for_rst = e1000_check_for_rst_vf; in e1000_init_mbx_params_vf()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_mbx.c | 102 return mbx->ops->check_for_rst(hw, mbx_id); in ixgbe_check_for_rst() 433 .check_for_rst = ixgbe_check_for_rst_pf,
|
H A D | ixgbe_type.h | 3612 s32 (*check_for_rst)(struct ixgbe_hw *, u16); member
|
Completed in 38 milliseconds