new_tx_pending 3497 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c u16 new_tx_pending = ring->tx_pending; new_tx_pending 3508 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c new_tx_pending = MVPP2_MAX_TXD_MAX; new_tx_pending 3510 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c new_tx_pending = ALIGN(ring->tx_pending, 32); new_tx_pending 3515 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c if (new_tx_pending < MVPP2_MAX_SKB_DESCS) new_tx_pending 3516 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c new_tx_pending = ALIGN(MVPP2_MAX_SKB_DESCS, 32); new_tx_pending 3524 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c if (ring->tx_pending != new_tx_pending) { new_tx_pending 3526 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c ring->tx_pending, new_tx_pending); new_tx_pending 3527 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c ring->tx_pending = new_tx_pending;