Home
last modified time | relevance | path

Searched refs:check_for_rst (Results 1 – 10 of 10) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/intel/ixgbevf/
Dmbx.c496 .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,
Dvf.c85 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()
Dvf.h82 s32 (*check_for_rst)(struct ixgbe_hw *); member
/linux-6.12.1/drivers/net/ethernet/intel/igb/
De1000_mbx.c103 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()
De1000_hw.h484 s32 (*check_for_rst)(struct e1000_hw *hw, u16 mbx_id); member
/linux-6.12.1/drivers/net/ethernet/intel/ixgbe/
Dixgbe_mbx.c102 return mbx->ops->check_for_rst(hw, mbx_id); in ixgbe_check_for_rst()
433 .check_for_rst = ixgbe_check_for_rst_pf,
Dixgbe_type.h3614 int (*check_for_rst)(struct ixgbe_hw *, u16); member
/linux-6.12.1/drivers/net/ethernet/intel/igbvf/
Dvf.c118 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()
Dvf.h191 s32 (*check_for_rst)(struct e1000_hw *); member
Dmbx.c328 mbx->ops.check_for_rst = e1000_check_for_rst_vf; in e1000_init_mbx_params_vf()