/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/liquidio/ |
H A D | lio_ethtool.c | 34 static int lio_reset_queues(struct net_device *netdev, uint32_t num_qs); 1080 static int lio_reset_queues(struct net_device *netdev, uint32_t num_qs) in lio_reset_queues() argument 1109 if (num_qs != oct->num_iqs) { in lio_reset_queues() 1110 ret = netif_set_real_num_rx_queues(netdev, num_qs); in lio_reset_queues() 1117 ret = netif_set_real_num_tx_queues(netdev, num_qs); in lio_reset_queues() 1164 oct->sriov_info.num_pf_rings = num_qs; in lio_reset_queues() 1171 num_qs = oct->sriov_info.num_pf_rings; in lio_reset_queues() 1201 if (lio_irq_reallocate_irqs(oct, num_qs)) { in lio_reset_queues() 1227 if (liquidio_setup_io_queues(oct, 0, num_qs, num_qs)) { in lio_reset_queues() [all...] |
H A D | octeon_network.h | 238 int lio_setup_glists(struct octeon_device *oct, struct lio *lio, int num_qs);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/liquidio/ |
H A D | lio_ethtool.c | 35 static int lio_reset_queues(struct net_device *netdev, uint32_t num_qs); 1083 static int lio_reset_queues(struct net_device *netdev, uint32_t num_qs) in lio_reset_queues() argument 1112 if (num_qs != oct->num_iqs) { in lio_reset_queues() 1113 ret = netif_set_real_num_rx_queues(netdev, num_qs); in lio_reset_queues() 1120 ret = netif_set_real_num_tx_queues(netdev, num_qs); in lio_reset_queues() 1167 oct->sriov_info.num_pf_rings = num_qs; in lio_reset_queues() 1174 num_qs = oct->sriov_info.num_pf_rings; in lio_reset_queues() 1204 if (lio_irq_reallocate_irqs(oct, num_qs)) { in lio_reset_queues() 1230 if (liquidio_setup_io_queues(oct, 0, num_qs, num_qs)) { in lio_reset_queues() [all...] |
H A D | octeon_network.h | 238 int lio_setup_glists(struct octeon_device *oct, struct lio *lio, int num_qs);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_common.c | 4231 u16 item_size = struct_size(item, q_id, item->num_qs); in ice_aq_dis_lan_txq() 4234 if ((item->num_qs % 2) == 0) in ice_aq_dis_lan_txq() 4264 * @num_qs: number of queues being configured 4276 u16 buf_size, u16 num_qs, u8 oldport, u8 newport, in ice_aq_cfg_lan_txq() 4291 cmd->num_qs = num_qs; in ice_aq_cfg_lan_txq() 4776 qg_list->num_qs = 1; in ice_dis_vsi_txq() 4983 qg_list->num_qs = 1; in ice_dis_vsi_rdma_qset() 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) ice_aq_cfg_lan_txq() argument
|
H A D | ice_common.h | 191 u16 buf_size, u16 num_qs, u8 oldport, u8 newport,
|
H A D | ice_adminq_cmd.h | 1925 u8 num_qs; member 1927 /* The length of the q_id array varies according to num_qs */ 1944 u8 num_qs; member
|
H A D | ice_sched.c | 1619 * @num_qs: number of queues 1626 ice_sched_calc_vsi_child_nodes(struct ice_hw *hw, u16 num_qs, u16 *num_nodes) in ice_sched_calc_vsi_child_nodes() argument 1628 u16 num = num_qs; in ice_sched_calc_vsi_child_nodes()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | pci.c | 915 u8 num_qs) in mlxsw_pci_queue_group_init() 922 queue_group->q = kcalloc(num_qs, sizeof(*queue_group->q), GFP_KERNEL); in mlxsw_pci_queue_group_init() 926 for (i = 0; i < num_qs; i++) { in mlxsw_pci_queue_group_init() 932 queue_group->count = num_qs; in mlxsw_pci_queue_group_init() 913 mlxsw_pci_queue_group_init(struct mlxsw_pci *mlxsw_pci, char *mbox, const struct mlxsw_pci_queue_ops *q_ops, u8 num_qs) mlxsw_pci_queue_group_init() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | pci.c | 1000 u8 num_qs) in mlxsw_pci_queue_group_init() 1007 queue_group->q = kcalloc(num_qs, sizeof(*queue_group->q), GFP_KERNEL); in mlxsw_pci_queue_group_init() 1011 for (i = 0; i < num_qs; i++) { in mlxsw_pci_queue_group_init() 1017 queue_group->count = num_qs; in mlxsw_pci_queue_group_init() 998 mlxsw_pci_queue_group_init(struct mlxsw_pci *mlxsw_pci, char *mbox, const struct mlxsw_pci_queue_ops *q_ops, u8 num_qs) mlxsw_pci_queue_group_init() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_sched.c | 1401 * @num_qs: number of queues 1408 ice_sched_calc_vsi_child_nodes(struct ice_hw *hw, u16 num_qs, u16 *num_nodes) in ice_sched_calc_vsi_child_nodes() argument 1410 u16 num = num_qs; in ice_sched_calc_vsi_child_nodes()
|
H A D | ice_common.c | 3566 u16 item_size = struct_size(item, q_id, item->num_qs); in ice_aq_dis_lan_txq() 3569 if ((item->num_qs % 2) == 0) in ice_aq_dis_lan_txq() 4020 qg_list->num_qs = 1; in ice_dis_vsi_txq()
|
H A D | ice_adminq_cmd.h | 1680 u8 num_qs; member 1682 /* The length of the q_id array varies according to num_qs */
|