Lines Matching defs:ntc
2014 #define idpf_tx_splitq_clean_bump_ntc(txq, ntc, desc, buf) \
2016 if (unlikely(++(ntc) == (txq)->desc_count)) { \
2017 ntc = 0; \
2049 u32 ntc = tx_q->next_to_clean;
2063 tx_desc = &tx_q->flex_tx[ntc];
2065 tx_buf = &tx_q->tx_buf[ntc];
2084 while (ntc != eop_idx) {
2085 idpf_tx_splitq_clean_bump_ntc(tx_q, ntc,
2093 idpf_tx_splitq_clean_bump_ntc(tx_q, ntc, tx_desc, tx_buf);
2096 tx_q->next_to_clean = ntc;
2179 s16 ntc = complq->next_to_clean;
2186 tx_desc = &complq->comp[ntc];
2187 ntc -= complq->desc_count;
2243 ntc++;
2244 if (unlikely(!ntc)) {
2245 ntc -= complq->desc_count;
2292 ntc += complq->desc_count;
2293 complq->next_to_clean = ntc;
2312 u32 ntc;
2318 ntc = complq->next_to_clean;
2330 tx_desc = flow ? &complq->comp[ntc].common :
2331 &complq->comp_4b[ntc];
2351 if (unlikely(++ntc == complq->desc_count)) {
2352 ntc = 0;
2358 complq->next_to_clean = ntc;
2551 u32 ntc = refillq->next_to_clean;
2554 refill_desc = refillq->ring[ntc];
2562 if (unlikely(++ntc == refillq->desc_count)) {
2564 ntc = 0;
2567 refillq->next_to_clean = ntc;
3503 u16 ntc = rxq->next_to_clean;
3524 rx_desc = &rxq->rx[ntc].flex_adv_nic_3_wb;
3537 IDPF_RX_BUMP_NTC(rxq, ntc);
3598 IDPF_RX_BUMP_NTC(rxq, ntc);
3609 rxq->next_to_clean = ntc;
3675 u16 ntc = refillq->next_to_clean;
3682 u32 buf_id, refill_desc = refillq->ring[ntc];
3694 if (unlikely(++ntc == refillq->desc_count)) {
3696 ntc = 0;
3722 refillq->next_to_clean = ntc;