Searched refs:NRXBLOCKS (Results 1 – 2 of 2) sorted by relevance
150 #define NRXBLOCKS ((OFFSET_CU - OFFSET_RU) / RXBLOCKZ) macro
3073 for (i = 0, rx = lp->rx_head; i < NRXBLOCKS; i++, rx = rx_next) { in wv_ru_start()3075 (i == NRXBLOCKS - 1) ? lp->rx_head : rx + RXBLOCKZ; in wv_ru_start()3078 fd.fd_command = (i == NRXBLOCKS - 1) ? FD_COMMAND_EL : 0; in wv_ru_start()