Home
last modified time | relevance | path

Searched refs:start_hw (Results 1 – 16 of 16) sorted by relevance

/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dvf.c50 s32 status = hw->mac.ops.start_hw(hw); in ixgbevf_init_hw_vf()
1126 .start_hw = ixgbevf_start_hw_vf,
1145 .start_hw = ixgbevf_start_hw_vf,
H A Dvf.h22 s32 (*start_hw)(struct ixgbe_hw *); member
/linux/drivers/net/ethernet/broadcom/
H A Dcnic.h314 int (*start_hw)(struct cnic_dev *); member
H A Dcnic.c5341 err = cp->start_hw(dev); in cnic_start_hw()
5547 cp->start_hw = cnic_start_bnx2_hw; in init_bnx2_cnic()
5612 cp->start_hw = cnic_start_bnx2x_hw; in init_bnx2x_cnic()
/linux/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.c1663 .start_hw = fm10k_start_hw_generic,
H A Dfm10k_pci.c1838 hw->mac.ops.start_hw(hw); in fm10k_up()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_x540.c834 .start_hw = &ixgbe_start_hw_X540,
H A Dixgbe_82598.c1119 .start_hw = &ixgbe_start_hw_82598,
H A Dixgbe_82599.c2176 .start_hw = &ixgbe_start_hw_82599,
H A Dixgbe_e610.c3958 .start_hw = ixgbe_start_hw_e610,
H A Dixgbe_type.h3493 int (*start_hw)(struct ixgbe_hw *); member
H A Dixgbe_common.c370 status = hw->mac.ops.start_hw(hw); in ixgbe_init_hw_generic()
H A Dixgbe_x550.c3921 .start_hw = &ixgbe_start_hw_X540, \
H A Dixgbe_main.c11935 err = hw->mac.ops.start_hw(hw); in ixgbe_probe()