Home
last modified time | relevance | path

Searched refs:start_hw (Results 1 – 8 of 8) 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()
1119 .start_hw = ixgbevf_start_hw_vf,
1138 .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.c5344 err = cp->start_hw(dev); in cnic_start_hw()
5550 cp->start_hw = cnic_start_bnx2_hw; in init_bnx2_cnic()
5615 cp->start_hw = cnic_start_bnx2x_hw; in init_bnx2x_cnic()
/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_type.h511 s32 (*start_hw)(struct fm10k_hw *); member
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_82598.c1119 .start_hw = &ixgbe_start_hw_82598,
H A Dixgbe_e610.c3958 .start_hw = ixgbe_start_hw_e610,
H A Dixgbe_main.c11933 err = hw->mac.ops.start_hw(hw); in ixgbe_probe()