Home
last modified time | relevance | path

Searched refs:aq_nic_cfg (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/drivers/net/atlantic/hw_atl/
H A Dhw_atl_b0.c120 struct aq_hw_cfg_s *cfg = self->aq_nic_cfg; in hw_atl_b0_hw_rss_hash_set()
153 u32 num_rss_queues = max(1U, self->aq_nic_cfg->num_rss_queues); in hw_atl_b0_hw_rss_set()
226 self->aq_nic_cfg->is_lro ? 0xFFFFFFFFU : 0U); in hw_atl_b0_hw_offload_set()
258 struct aq_hw_cfg_s *cfg = self->aq_nic_cfg; in hw_atl_b0_hw_init_rx_path()
340 struct aq_hw_cfg_s *aq_nic_cfg = self->aq_nic_cfg; in hw_atl_b0_hw_init() local
347 self->aq_fw_ops->set_link_speed(self, aq_nic_cfg->link_speed_msk); in hw_atl_b0_hw_init()
351 hw_atl_b0_hw_rss_set(self, &aq_nic_cfg->aq_rss); in hw_atl_b0_hw_init()
352 hw_atl_b0_hw_rss_hash_set(self, &aq_nic_cfg->aq_rss); in hw_atl_b0_hw_init()
375 aq_hw_atl_igcr_table_[aq_nic_cfg->irq_type] in hw_atl_b0_hw_init()
376 [(aq_nic_cfg->vecs > 1U) ? in hw_atl_b0_hw_init()
H A Dhw_atl_utils_fw2x.c152 if (self->aq_nic_cfg->flow_control & AQ_NIC_FC_RX) in aq_fw2x_set_mpi_flow_control()
157 if (self->aq_nic_cfg->flow_control & AQ_NIC_FC_TX) in aq_fw2x_set_mpi_flow_control()
435 if (self->aq_nic_cfg->wol & AQ_NIC_WOL_ENABLED) { in aq_fw2x_set_power()
H A Dhw_atl_utils.c894 if (self->aq_nic_cfg->wol & AQ_NIC_WOL_ENABLED) { in aq_fw1x_set_power()
/f-stack/dpdk/drivers/net/atlantic/
H A Datl_ethdev.c406 hw->aq_nic_cfg = &adapter->hw_cfg; in eth_atl_dev_init()
660 speed_mask = hw->aq_nic_cfg->link_speed_msk; in atl_dev_set_link_up()
1550 uint32_t old_flow_control = hw->aq_nic_cfg->flow_control; in atl_flow_ctrl_set()
1557 hw->aq_nic_cfg->flow_control = AQ_NIC_FC_OFF; in atl_flow_ctrl_set()
1559 hw->aq_nic_cfg->flow_control = AQ_NIC_FC_RX; in atl_flow_ctrl_set()
1561 hw->aq_nic_cfg->flow_control = AQ_NIC_FC_TX; in atl_flow_ctrl_set()
1563 hw->aq_nic_cfg->flow_control = (AQ_NIC_FC_RX | AQ_NIC_FC_TX); in atl_flow_ctrl_set()
1565 if (old_flow_control != hw->aq_nic_cfg->flow_control) in atl_flow_ctrl_set()
H A Datl_types.h123 struct aq_hw_cfg_s *aq_nic_cfg; member
H A Datl_rxtx.c341 struct aq_rss_parameters *rss_params = &hw->aq_nic_cfg->aq_rss; in atl_rx_init()