Searched refs:NTXBLOCKS (Results 1 – 2 of 2) sorted by relevance
764 NTXBLOCKS * TXBLOCKZ) lp->tx_first_in_use -= in wv_complete()765 NTXBLOCKS * TXBLOCKZ; in wv_complete()845 if (lp->tx_n_in_use < NTXBLOCKS - 1) { in wv_complete()1211 for (i = 0, p = lp->tx_first_in_use; i < NTXBLOCKS; i++) { in wv_cu_show()1215 if (p >= OFFSET_CU + NTXBLOCKS * TXBLOCKZ) in wv_cu_show()1216 p -= NTXBLOCKS * TXBLOCKZ; in wv_cu_show()2711 if (lp->tx_n_in_use == (NTXBLOCKS - 1)) { in wv_packet_write()2724 txpred += NTXBLOCKS * TXBLOCKZ; in wv_packet_write()2726 if (lp->tx_first_free >= OFFSET_CU + NTXBLOCKS * TXBLOCKZ) in wv_packet_write()2727 lp->tx_first_free -= NTXBLOCKS * TXBLOCKZ; in wv_packet_write()[all …]
151 #define NTXBLOCKS ((OFFSET_SCB - OFFSET_CU) / TXBLOCKZ) macro