Lines Matching defs:count

285  * Returns the count of items in the lump
290 int count = 0;
300 count++;
304 return count;
601 * to report stats that count from zero.
627 * to report stats that count from zero. In the process, we also manage
1248 * Returns count of mac filters
1946 num_qps = vsi->mqprio_qopt.qopt.count[0];
1955 /* Setup queue offset/count for all TCs for given VSI */
1956 max_qcount = vsi->mqprio_qopt.qopt.count[0];
1961 qcount = vsi->mqprio_qopt.qopt.count[i];
1987 /* Reconfigure RSS for main VSI with max queue count */
2000 /* Find queue count available for channel VSIs and starting offset
2003 override_q = vsi->mqprio_qopt.qopt.count[0];
2045 * queue count via ethtool's set_channels, so use this
2087 /* Setup queue offset/count for all TCs for given VSI */
2305 * @count: Number of filters added
2313 i40e_update_filter_state(int count,
2320 for (i = 0; i < count; i++) {
2617 * filters we have now. Does not count filters which
3486 tx_ctx.qlen = ring->count;
3496 (ring->count * sizeof(struct i40e_tx_desc));
3646 rx_ctx.qlen = ring->count;
4446 i -= tx_ring->count;
4473 i -= tx_ring->count;
4497 i -= tx_ring->count;
4506 i += tx_ring->count;
4549 q_vector->tx.count++;
4558 q_vector->tx.count++;
4564 q_vector->rx.count++;
4599 q_vector->rx.count = 0;
4600 q_vector->tx.count = 0;
5510 /* MFP mode return count of enabled TCs for this PF */
6044 * channel VSIs with non-power-of-2 queue count.
6635 * of TC0's queue count
6678 "Set tx rate of %llu Mbps (count of 50Mbps %llu) for vsi->seid %u\n",
6687 /* and update main_vsi's count for queue_available to use */
7650 if (!mqprio_qopt->qopt.count[i])
7664 (mqprio_qopt->qopt.offset[i] + mqprio_qopt->qopt.count[i]))
7668 (mqprio_qopt->qopt.offset[i] + mqprio_qopt->qopt.count[i])) {
7947 /* Reconfigure RSS for main VSI with new max queue count */
8238 /* Check whether tc count is within enabled limit */
8241 "TC count greater than enabled on link for adapter\n");
8313 "Set tx rate of %llu Mbps (count of 50Mbps %llu) for vsi->seid %u\n",
9849 * i40e_get_current_atr_cnt - Get the count of total FD ATR filters programmed
10700 "Set tx rate of %llu Mbps (count of 50Mbps %llu) for vsi->seid %u\n",
11063 "Set tx rate of %llu Mbps (count of 50Mbps %llu) for vsi->seid %u\n",
11685 ring->count = vsi->num_tx_desc;
11702 ring->count = vsi->num_tx_desc;
11718 ring->count = vsi->num_rx_desc;
11781 * - The CPU count within the NUMA node if iWARP is enabled
11782 * Once we count this up, try the request.
12494 * @queue_count: the requested queue count for rss.
12497 * count which may be different from the requested queue count.
12538 dev_info(&pf->pdev->dev, "User requested queue count/HW max RSS count: %d/%d\n",
15925 "limiting the VSI count due to UDP tunnel limitation %d > %d\n",