Lines Matching refs:NTXBLOCKS
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()
2794 if (lp->tx_n_in_use < NTXBLOCKS - 1) in wv_packet_write()
2849 if (lp->tx_n_in_use == (NTXBLOCKS - 1)) in wavelan_packet_xmit()
3160 i < NTXBLOCKS; i++, txblock += TXBLOCKZ) { in wv_cu_start()
3196 OFFSET_CU + (NTXBLOCKS - 1) * TXBLOCKZ + sizeof(ac_tx_t); in wv_cu_start()
3400 if (lp->tx_n_in_use == (NTXBLOCKS - 1)) { in wv_82586_config()
3412 txpred += NTXBLOCKS * TXBLOCKZ; in wv_82586_config()
3414 if (lp->tx_first_free >= OFFSET_CU + NTXBLOCKS * TXBLOCKZ) in wv_82586_config()
3415 lp->tx_first_free -= NTXBLOCKS * TXBLOCKZ; in wv_82586_config()
3542 if (lp->tx_n_in_use == (NTXBLOCKS - 1)) in wv_82586_config()
3872 if (lp->tx_n_in_use < NTXBLOCKS - 1) in wavelan_watchdog()