Lines Matching refs:ops

81 	hw->mac.ops.init_hw = ixgbe_init_hw_vf;  in ixgbe_init_ops_vf()
82 hw->mac.ops.reset_hw = ixgbe_reset_hw_vf; in ixgbe_init_ops_vf()
83 hw->mac.ops.start_hw = ixgbe_start_hw_vf; in ixgbe_init_ops_vf()
85 hw->mac.ops.clear_hw_cntrs = NULL; in ixgbe_init_ops_vf()
86 hw->mac.ops.get_media_type = NULL; in ixgbe_init_ops_vf()
87 hw->mac.ops.get_supported_physical_layer = in ixgbe_init_ops_vf()
89 hw->mac.ops.get_mac_addr = ixgbe_get_mac_addr_vf; in ixgbe_init_ops_vf()
90 hw->mac.ops.stop_adapter = ixgbe_stop_adapter_vf; in ixgbe_init_ops_vf()
91 hw->mac.ops.get_bus_info = NULL; in ixgbe_init_ops_vf()
92 hw->mac.ops.negotiate_api_version = ixgbevf_negotiate_api_version; in ixgbe_init_ops_vf()
95 hw->mac.ops.setup_link = ixgbe_setup_mac_link_vf; in ixgbe_init_ops_vf()
96 hw->mac.ops.check_link = ixgbe_check_mac_link_vf; in ixgbe_init_ops_vf()
97 hw->mac.ops.get_link_capabilities = NULL; in ixgbe_init_ops_vf()
100 hw->mac.ops.set_rar = ixgbe_set_rar_vf; in ixgbe_init_ops_vf()
101 hw->mac.ops.set_uc_addr = ixgbevf_set_uc_addr_vf; in ixgbe_init_ops_vf()
102 hw->mac.ops.init_rx_addrs = NULL; in ixgbe_init_ops_vf()
103 hw->mac.ops.update_mc_addr_list = ixgbe_update_mc_addr_list_vf; in ixgbe_init_ops_vf()
104 hw->mac.ops.update_xcast_mode = ixgbevf_update_xcast_mode; in ixgbe_init_ops_vf()
105 hw->mac.ops.get_link_state = ixgbe_get_link_state_vf; in ixgbe_init_ops_vf()
106 hw->mac.ops.enable_mc = NULL; in ixgbe_init_ops_vf()
107 hw->mac.ops.disable_mc = NULL; in ixgbe_init_ops_vf()
108 hw->mac.ops.clear_vfta = NULL; in ixgbe_init_ops_vf()
109 hw->mac.ops.set_vfta = ixgbe_set_vfta_vf; in ixgbe_init_ops_vf()
110 hw->mac.ops.set_rlpml = ixgbevf_rlpml_set_vf; in ixgbe_init_ops_vf()
113 hw->mac.ops.fc_enable = ixgbe_dummy_handler_vf; in ixgbe_init_ops_vf()
114 hw->mac.ops.setup_fc = ixgbe_dummy_handler_vf; in ixgbe_init_ops_vf()
115 hw->mac.ops.fc_autoneg = ixgbe_dummy_void_handler_vf; in ixgbe_init_ops_vf()
120 hw->mbx.ops.init_params = ixgbe_init_mbx_params_vf; in ixgbe_init_ops_vf()
194 int32_t status = hw->mac.ops.start_hw(hw); in ixgbe_init_hw_vf()
196 hw->mac.ops.get_mac_addr(hw, hw->mac.addr); in ixgbe_init_hw_vf()
219 hw->mac.ops.stop_adapter(hw); in ixgbe_reset_hw_vf()
233 while (!mbx->ops.check_for_rst(hw, 0) && timeout) { in ixgbe_reset_hw_vf()
603 if (!mbx->ops.check_for_rst(hw, 0) || !mbx->timeout) in ixgbe_check_mac_link_vf()