Searched refs:num_qs (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Dlio_ethtool.c35 static int lio_reset_queues(struct net_device *netdev, uint32_t num_qs);
1085 static int lio_reset_queues(struct net_device *netdev, uint32_t num_qs) argument
1114 if (num_qs != oct->num_iqs) {
1115 ret = netif_set_real_num_rx_queues(netdev, num_qs);
1122 ret = netif_set_real_num_tx_queues(netdev, num_qs);
1169 oct->sriov_info.num_pf_rings = num_qs;
1176 num_qs = oct->sriov_info.num_pf_rings;
1206 if (lio_irq_reallocate_irqs(oct, num_qs)) {
1232 if (liquidio_setup_io_queues(oct, 0, num_qs, num_qs)) {
[all...]
H A Docteon_network.h238 int lio_setup_glists(struct octeon_device *oct, struct lio *lio, int num_qs);
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_common.h198 u16 buf_size, u16 num_qs, u8 oldport, u8 newport,
H A Dice_common.c4231 u16 item_size = struct_size(item, q_id, item->num_qs);
4234 if ((item->num_qs % 2) == 0)
4264 * @num_qs: number of queues being configured
4276 u16 buf_size, u16 num_qs, u8 oldport, u8 newport,
4291 cmd->num_qs = num_qs;
4740 qg_list->num_qs = 1;
4941 qg_list->num_qs = 1;
4275 ice_aq_cfg_lan_txq(struct ice_hw *hw, struct ice_aqc_cfg_txqs_buf *buf, u16 buf_size, u16 num_qs, u8 oldport, u8 newport, struct ice_sq_cd *cd) argument
H A Dice_adminq_cmd.h2022 u8 num_qs; member in struct:ice_aqc_dis_txq_item
2024 /* The length of the q_id array varies according to num_qs */
2041 u8 num_qs; member in struct:ice_aqc_cfg_txqs
H A Dice_sched.c1606 * @num_qs: number of queues
1613 ice_sched_calc_vsi_child_nodes(struct ice_hw *hw, u16 num_qs, u16 *num_nodes) argument
1615 u16 num = num_qs;
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dpci.c1006 u8 num_qs)
1013 queue_group->q = kcalloc(num_qs, sizeof(*queue_group->q), GFP_KERNEL);
1017 for (i = 0; i < num_qs; i++) {
1023 queue_group->count = num_qs;
1004 mlxsw_pci_queue_group_init(struct mlxsw_pci *mlxsw_pci, char *mbox, const struct mlxsw_pci_queue_ops *q_ops, u8 num_qs) argument
/linux-master/drivers/net/ethernet/intel/idpf/
H A Didpf_txrx.c1046 u32 num_qs; local
1075 num_qs = num_txq_grps * (num_req_tx_qs ? num_req_tx_qs :
1077 vport_msg->num_tx_q = cpu_to_le16(num_qs);
1088 num_qs = num_rxq_grps * (num_req_rx_qs ? num_req_rx_qs :
1090 vport_msg->num_rx_q = cpu_to_le16(num_qs);

Completed in 199 milliseconds