Searched refs:txRingSize (Results 1 – 3 of 3) sorted by relevance
803 char txRingSize; member890 lp->tx_old+lp->txRingSize-lp->tx_new-1:\1219 lp->txRingSize = NUM_TX_DESC; in de4x5_hw_init()1223 lp->tx_ring[lp->txRingSize - 1].des1 |= cpu_to_le32(TD_TER); in de4x5_hw_init()1423 for (i = 0; i < lp->txRingSize; i++) { in de4x5_sw_reset()1449 lp->tx_new = (lp->tx_new + 1) % lp->txRingSize; in de4x5_sw_reset()1507 lp->tx_new = (lp->tx_new + 1) % lp->txRingSize; in de4x5_queue_pkt()1730 lp->tx_old = (lp->tx_old + 1) % lp->txRingSize; in de4x5_tx()1901 int entry = (lp->tx_new ? lp->tx_new-1 : lp->txRingSize-1); in load_packet()1936 lp->tx_new = (lp->tx_new + 1) % lp->txRingSize; in set_multicast_list()[all …]
497 __le32 txRingSize; /* # of tx desc */ member
2534 tqc->txRingSize = cpu_to_le32(tq->tx_ring.size); in vmxnet3_setup_driver_shared()