Lines Matching refs:rx_count
281 channel->rx_count = pfvf->hw.rx_queues; in otx2_get_channels()
293 if (!channel->rx_count || !channel->tx_count) in otx2_set_channels()
309 channel->rx_count); in otx2_set_channels()
313 pfvf->hw.rx_queues = channel->rx_count; in otx2_set_channels()
316 pfvf->hw.xdp_queues = channel->rx_count; in otx2_set_channels()
403 u32 rx_count, tx_count; in otx2_set_ringparam() local
424 rx_count = ring->rx_pending; in otx2_set_ringparam()
428 if (rx_count < pfvf->hw.rq_skid) in otx2_set_ringparam()
429 rx_count = pfvf->hw.rq_skid; in otx2_set_ringparam()
430 rx_count = Q_COUNT(Q_SIZE(rx_count, 3)); in otx2_set_ringparam()
440 if (tx_count == qs->sqe_cnt && rx_count == qs->rqe_cnt && in otx2_set_ringparam()
449 qs->rqe_cnt = rx_count; in otx2_set_ringparam()