Searched refs:BGE_SPLIT (Results 1 – 2 of 2) sorted by relevance
310 ASSERT(brp->buf[0].nslots == nslots/BGE_SPLIT); in bge_reinit_buff_ring()2238 ASSERT(brp->buf[0].nslots == nslots/BGE_SPLIT);2272 for (split = 0; split < BGE_SPLIT; ++split) {2274 for (slot = 0; slot < nslots/BGE_SPLIT; ++srbdp, ++slot)2447 for (split = 0; split < BGE_SPLIT; ++split) {2449 for (slot = 0; slot < BGE_SEND_BUF_NUM/BGE_SPLIT; ++slot) {2482 for (split = 0; split < BGE_SPLIT; ++split)2549 for (split = 0; split < BGE_SPLIT; ++split)2590 ASSERT((txbuffsize % BGE_SPLIT) == 0);2591 for (split = 0; split < BGE_SPLIT; ++split) {[all …]
303 #define BGE_SPLIT 1 /* no split required */ macro307 #define BGE_SPLIT 128 /* split 128 ways */ macro309 #define BGE_SPLIT 16 /* split 16 ways */ macro390 dma_area_t buf[BGE_SPLIT]; /* (const) related */507 dma_area_t buf[BGE_SEND_BUF_ARRAY][BGE_SPLIT];782 dma_area_t tx_buff[BGE_SPLIT];783 dma_area_t rx_buff[BGE_SPLIT];