Home
last modified time | relevance | path

Searched refs:start_hw (Results 1 - 25 of 34) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbevf/
H A Dvf.c51 s32 status = hw->mac.ops.start_hw(hw); in ixgbevf_init_hw_vf()
984 .start_hw = ixgbevf_start_hw_vf,
1002 .start_hw = ixgbevf_start_hw_vf,
H A Dvf.h25 s32 (*start_hw)(struct ixgbe_hw *); member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbevf/
H A Dvf.c50 s32 status = hw->mac.ops.start_hw(hw); in ixgbevf_init_hw_vf()
1002 .start_hw = ixgbevf_start_hw_vf,
1020 .start_hw = ixgbevf_start_hw_vf,
H A Dvf.h22 s32 (*start_hw)(struct ixgbe_hw *); member
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H A Dcnic.h313 int (*start_hw)(struct cnic_dev *); member
H A Dcnic.c5337 err = cp->start_hw(dev); in cnic_start_hw()
5543 cp->start_hw = cnic_start_bnx2_hw; in init_bnx2_cnic()
5608 cp->start_hw = cnic_start_bnx2x_hw; in init_bnx2x_cnic()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_vf.c506 .start_hw = fm10k_start_hw_generic,
H A Dfm10k_type.h511 s32 (*start_hw)(struct fm10k_hw *); member
H A Dfm10k_pf.c1784 .start_hw = fm10k_start_hw_generic,
H A Dfm10k_pci.c1839 hw->mac.ops.start_hw(hw); in fm10k_up()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/
H A Dcnic.h313 int (*start_hw)(struct cnic_dev *); member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_vf.c506 .start_hw = fm10k_start_hw_generic,
H A Dfm10k_type.h511 s32 (*start_hw)(struct fm10k_hw *); member
H A Dfm10k_pf.c1784 .start_hw = fm10k_start_hw_generic,
H A Dfm10k_pci.c1838 hw->mac.ops.start_hw(hw); in fm10k_up()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/
H A Diwl-trans.h107 * start_hw
495 * @start_hw: starts the HW. From that point on, the HW can send interrupts.
508 * This callback must do the right thing and not crash even if %start_hw()
577 int (*start_hw)(struct iwl_trans *iwl_trans); member
969 * @pm_support: set to true in start_hw if link pm is supported
1059 return trans->ops->start_hw(trans); in iwl_trans_start_hw()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/
H A Diwl-trans.h50 * start_hw
489 * @start_hw: starts the HW. From that point on, the HW can send interrupts.
502 * This callback must do the right thing and not crash even if %start_hw()
575 int (*start_hw)(struct iwl_trans *iwl_trans); member
1051 * @pm_support: set to true in start_hw if link pm is supported
1164 return trans->ops->start_hw(trans); in iwl_trans_start_hw()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_x540.c165 * Starts the hardware using the generic start_hw function
166 * and the generation start_hw function.
827 .start_hw = &ixgbe_start_hw_X540,
H A Dixgbe_82598.c146 * Starts the hardware using the generic start_hw function.
1118 .start_hw = &ixgbe_start_hw_82598,
H A Dixgbe_82599.c1774 * Starts the hardware using the generic start_hw function
1775 * and the generation start_hw function.
2164 .start_hw = &ixgbe_start_hw_82599,
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_x540.c165 * Starts the hardware using the generic start_hw function
166 * and the generation start_hw function.
827 .start_hw = &ixgbe_start_hw_X540,
H A Dixgbe_82598.c146 * Starts the hardware using the generic start_hw function.
1118 .start_hw = &ixgbe_start_hw_82598,
H A Dixgbe_82599.c1775 * Starts the hardware using the generic start_hw function
1776 * and the generation start_hw function.
2165 .start_hw = &ixgbe_start_hw_82599,
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtrans.c3439 .start_hw = iwl_trans_pcie_start_hw,
3466 .start_hw = iwl_trans_pcie_start_hw,
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtrans.c3542 .start_hw = iwl_trans_pcie_start_hw,
3568 .start_hw = iwl_trans_pcie_start_hw,

Completed in 51 milliseconds

12