/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbevf/ |
H A D | vf.c | 51 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 D | vf.h | 25 s32 (*start_hw)(struct ixgbe_hw *); member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbevf/ |
H A D | vf.c | 50 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 D | vf.h | 22 s32 (*start_hw)(struct ixgbe_hw *); member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
H A D | cnic.h | 313 int (*start_hw)(struct cnic_dev *); member
|
H A D | cnic.c | 5337 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 D | fm10k_vf.c | 506 .start_hw = fm10k_start_hw_generic,
|
H A D | fm10k_type.h | 511 s32 (*start_hw)(struct fm10k_hw *); member
|
H A D | fm10k_pf.c | 1784 .start_hw = fm10k_start_hw_generic,
|
H A D | fm10k_pci.c | 1839 hw->mac.ops.start_hw(hw); in fm10k_up()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/ |
H A D | cnic.h | 313 int (*start_hw)(struct cnic_dev *); member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_vf.c | 506 .start_hw = fm10k_start_hw_generic,
|
H A D | fm10k_type.h | 511 s32 (*start_hw)(struct fm10k_hw *); member
|
H A D | fm10k_pf.c | 1784 .start_hw = fm10k_start_hw_generic,
|
H A D | fm10k_pci.c | 1838 hw->mac.ops.start_hw(hw); in fm10k_up()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-trans.h | 107 * 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 D | iwl-trans.h | 50 * 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 D | ixgbe_x540.c | 165 * 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 D | ixgbe_82598.c | 146 * Starts the hardware using the generic start_hw function. 1118 .start_hw = &ixgbe_start_hw_82598,
|
H A D | ixgbe_82599.c | 1774 * 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 D | ixgbe_x540.c | 165 * 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 D | ixgbe_82598.c | 146 * Starts the hardware using the generic start_hw function. 1118 .start_hw = &ixgbe_start_hw_82598,
|
H A D | ixgbe_82599.c | 1775 * 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 D | trans.c | 3439 .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 D | trans.c | 3542 .start_hw = iwl_trans_pcie_start_hw, 3568 .start_hw = iwl_trans_pcie_start_hw,
|