Searched refs:next_rs (Results 1 – 8 of 8) sorted by relevance
441 uint16_t next_rs = txq->nb_desc; in fm10k_dev_tx_descriptor_status() local461 if (*r->head >= desc && *r->head < next_rs) in fm10k_dev_tx_descriptor_status()462 next_rs = *r->head; in fm10k_dev_tx_descriptor_status()466 txdp = &txq->hw_ring[next_rs]; in fm10k_dev_tx_descriptor_status()520 uint16_t next_rs, count = 0; in tx_free_descriptors() local522 next_rs = fifo_peek(&q->rs_tracker); in tx_free_descriptors()523 if (!(q->hw_ring[next_rs].flags & FM10K_TXD_FLAG_DONE)) in tx_free_descriptors()532 if (q->last_free > next_rs) { in tx_free_descriptors()539 q->nb_free += count + (next_rs + 1 - q->last_free); in tx_free_descriptors()542 if (q->last_free <= next_rs) { in tx_free_descriptors()[all …]
867 txq->next_rs = (uint16_t)(txq->rs_thresh - 1); in fm10k_xmit_fixed_burst_vec()879 if (tx_id > txq->next_rs) { in fm10k_xmit_fixed_burst_vec()880 txq->hw_ring[txq->next_rs].flags |= FM10K_TXD_FLAG_RS; in fm10k_xmit_fixed_burst_vec()881 txq->next_rs = (uint16_t)(txq->next_rs + txq->rs_thresh); in fm10k_xmit_fixed_burst_vec()907 txq->next_rs = (uint16_t)(txq->rs_thresh - 1); in fm10k_reset_tx_queue()
207 uint16_t next_rs; /* Next pos to set RS flag */ member
1149 txq->next_rs = (uint16_t)(txq->rs_thresh - 1); in iavf_xmit_fixed_burst_vec()1161 if (tx_id > txq->next_rs) { in iavf_xmit_fixed_burst_vec()1162 txq->tx_ring[txq->next_rs].cmd_type_offset_bsz |= in iavf_xmit_fixed_burst_vec()1165 txq->next_rs = in iavf_xmit_fixed_burst_vec()1166 (uint16_t)(txq->next_rs + txq->rs_thresh); in iavf_xmit_fixed_burst_vec()
1479 txq->next_rs = (uint16_t)(txq->rs_thresh - 1); in iavf_xmit_fixed_burst_vec_avx2()1491 if (tx_id > txq->next_rs) { in iavf_xmit_fixed_burst_vec_avx2()1492 txq->tx_ring[txq->next_rs].cmd_type_offset_bsz |= in iavf_xmit_fixed_burst_vec_avx2()1495 txq->next_rs = in iavf_xmit_fixed_burst_vec_avx2()1496 (uint16_t)(txq->next_rs + txq->rs_thresh); in iavf_xmit_fixed_burst_vec_avx2()
1937 txq->next_rs = (uint16_t)(txq->rs_thresh - 1); in iavf_xmit_fixed_burst_vec_avx512()1950 if (tx_id > txq->next_rs) { in iavf_xmit_fixed_burst_vec_avx512()1951 txq->tx_ring[txq->next_rs].cmd_type_offset_bsz |= in iavf_xmit_fixed_burst_vec_avx512()1954 txq->next_rs = in iavf_xmit_fixed_burst_vec_avx512()1955 (uint16_t)(txq->next_rs + txq->rs_thresh); in iavf_xmit_fixed_burst_vec_avx512()
257 uint16_t next_rs; /* next to check DD, for VPMD */ member
275 txq->next_rs = txq->rs_thresh - 1; in reset_tx_queue()