Searched refs:next_desc_to_proc (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/ |
H A D | mvneta.c | 696 int next_desc_to_proc; member 735 int next_desc_to_proc; member 924 int rx_desc = rxq->next_desc_to_proc; in mvneta_rxq_next_desc_get() 926 rxq->next_desc_to_proc = MVNETA_QUEUE_NEXT_DESC(rxq, rx_desc); in mvneta_rxq_next_desc_get() 927 prefetch(rxq->descs + rxq->next_desc_to_proc); in mvneta_rxq_next_desc_get() 984 int tx_desc = txq->next_desc_to_proc; in mvneta_txq_next_desc_get() 986 txq->next_desc_to_proc = MVNETA_QUEUE_NEXT_DESC(txq, tx_desc); in mvneta_txq_next_desc_get() 995 if (txq->next_desc_to_proc == 0) in mvneta_txq_desc_put() 996 txq->next_desc_to_proc = txq->last_desc - 1; in mvneta_txq_desc_put() 998 txq->next_desc_to_proc in mvneta_txq_desc_put() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/ |
H A D | mvneta.c | 656 int next_desc_to_proc; member 695 int next_desc_to_proc; member 884 int rx_desc = rxq->next_desc_to_proc; in mvneta_rxq_next_desc_get() 886 rxq->next_desc_to_proc = MVNETA_QUEUE_NEXT_DESC(rxq, rx_desc); in mvneta_rxq_next_desc_get() 887 prefetch(rxq->descs + rxq->next_desc_to_proc); in mvneta_rxq_next_desc_get() 944 int tx_desc = txq->next_desc_to_proc; in mvneta_txq_next_desc_get() 946 txq->next_desc_to_proc = MVNETA_QUEUE_NEXT_DESC(txq, tx_desc); in mvneta_txq_next_desc_get() 955 if (txq->next_desc_to_proc == 0) in mvneta_txq_desc_put() 956 txq->next_desc_to_proc = txq->last_desc - 1; in mvneta_txq_desc_put() 958 txq->next_desc_to_proc in mvneta_txq_desc_put() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/mvpp2/ |
H A D | mvpp2.h | 1362 int next_desc_to_proc; member 1385 int next_desc_to_proc; member
|
H A D | mvpp2_main.c | 2101 int rx_desc = rxq->next_desc_to_proc; in mvpp2_rxq_next_desc_get() 2103 rxq->next_desc_to_proc = MVPP2_QUEUE_NEXT_DESC(rxq, rx_desc); in mvpp2_rxq_next_desc_get() 2104 prefetch(rxq->descs + rxq->next_desc_to_proc); in mvpp2_rxq_next_desc_get() 2133 int tx_desc = txq->next_desc_to_proc; in mvpp2_txq_next_desc_get() 2135 txq->next_desc_to_proc = MVPP2_QUEUE_NEXT_DESC(txq, tx_desc); in mvpp2_txq_next_desc_get() 2245 if (txq->next_desc_to_proc == 0) in mvpp2_txq_desc_put() 2246 txq->next_desc_to_proc = txq->last_desc - 1; in mvpp2_txq_desc_put() 2248 txq->next_desc_to_proc--; in mvpp2_txq_desc_put() 2570 aggr_txq->next_desc_to_proc = mvpp2_read(priv, in mvpp2_aggr_txq_init() 2720 rxq->next_desc_to_proc in mvpp2_rxq_deinit() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/mvpp2/ |
H A D | mvpp2.h | 1458 int next_desc_to_proc; member 1481 int next_desc_to_proc; member
|
H A D | mvpp2_main.c | 2432 int rx_desc = rxq->next_desc_to_proc; in mvpp2_rxq_next_desc_get() 2434 rxq->next_desc_to_proc = MVPP2_QUEUE_NEXT_DESC(rxq, rx_desc); in mvpp2_rxq_next_desc_get() 2435 prefetch(rxq->descs + rxq->next_desc_to_proc); in mvpp2_rxq_next_desc_get() 2464 int tx_desc = txq->next_desc_to_proc; in mvpp2_txq_next_desc_get() 2466 txq->next_desc_to_proc = MVPP2_QUEUE_NEXT_DESC(txq, tx_desc); in mvpp2_txq_next_desc_get() 2576 if (txq->next_desc_to_proc == 0) in mvpp2_txq_desc_put() 2577 txq->next_desc_to_proc = txq->last_desc - 1; in mvpp2_txq_desc_put() 2579 txq->next_desc_to_proc--; in mvpp2_txq_desc_put() 2923 aggr_txq->next_desc_to_proc = mvpp2_read(priv, in mvpp2_aggr_txq_init() 3076 rxq->next_desc_to_proc in mvpp2_rxq_deinit() [all...] |
Completed in 32 milliseconds