Lines Matching refs:split
2201 uint32_t split; local
2258 for (split = 0; split < BGE_SPLIT; ++split) {
2259 pbuf = brp->buf[split];
2362 uint32_t split; local
2433 for (split = 0; split < BGE_SPLIT; ++split) {
2434 pbuf = srp->buf[0][split];
2452 uint32_t split; local
2468 for (split = 0; split < BGE_SPLIT; ++split)
2469 bge_free_dma_mem(&srp->buf[array][split]);
2527 uint32_t split; local
2535 for (split = 0; split < BGE_SPLIT; ++split)
2536 bge_free_dma_mem(&srp->buf[array][split]);
2563 uint32_t split; local
2577 for (split = 0; split < BGE_SPLIT; ++split) {
2580 &srp->buf[array][split]);
2583 for (slot = 0; slot <= split; ++slot)
2594 for (split = 0; split < BGE_SPLIT; ++split) {
2595 area = srp->buf[array][split];
2649 int split; local
2690 for (split = 0; split < BGE_SPLIT; ++split) {
2693 &bgep->rx_buff[split]);
2705 for (split = 0; split < BGE_SPLIT; ++split) {
2708 &bgep->tx_buff[split]);
2727 for (split = 0; split < rx_rings; ++split) {
2730 &bgep->rx_desc[split]);
2744 DDI_DMA_RDWR | DDI_DMA_CONSISTENT, &bgep->rx_desc[split]);
2766 for (split = 0; split < BGE_SPLIT; ++split) {
2767 area = bgep->rx_buff[split];
2770 split,
2777 bge_slice_chunk(&bgep->buff[BGE_STD_BUFF_RING].buf[split],
2782 split,
2783 bgep->buff[BGE_STD_BUFF_RING].buf[split].mem_va,
2784 bgep->buff[BGE_STD_BUFF_RING].buf[split].alength,
2785 bgep->buff[BGE_STD_BUFF_RING].buf[split].offset,
2786 bgep->buff[BGE_STD_BUFF_RING].buf[split].cookie.dmac_laddress,
2787 bgep->buff[BGE_STD_BUFF_RING].buf[split].cookie.dmac_size,
2791 bge_slice_chunk(&bgep->buff[BGE_JUMBO_BUFF_RING].buf[split],
2798 split,
2799 bgep->buff[BGE_JUMBO_BUFF_RING].buf[split].mem_va,
2800 bgep->buff[BGE_JUMBO_BUFF_RING].buf[split].alength,
2801 bgep->buff[BGE_JUMBO_BUFF_RING].buf[split].offset,
2802 bgep->buff[BGE_JUMBO_BUFF_RING].buf[split].cookie.dmac_laddress,
2803 bgep->buff[BGE_JUMBO_BUFF_RING].buf[split].cookie.dmac_size,
2808 bge_slice_chunk(&bgep->buff[BGE_MINI_BUFF_RING].buf[split],
2815 split,
2816 bgep->buff[BGE_MINI_BUFF_RING].buf[split].mem_va,
2817 bgep->buff[BGE_MINI_BUFF_RING].buf[split].alength,
2818 bgep->buff[BGE_MINI_BUFF_RING].buf[split].offset,
2819 bgep->buff[BGE_MINI_BUFF_RING].buf[split].cookie.dmac_laddress,
2820 bgep->buff[BGE_MINI_BUFF_RING].buf[split].cookie.dmac_size,
2826 split,
2835 for (split = 0; split < BGE_SPLIT; ++split) {
2836 area = bgep->tx_buff[split];
2839 split,
2847 bge_slice_chunk(&bgep->send[ring].buf[0][split],
2852 split, ring,
2853 bgep->send[ring].buf[0][split].mem_va,
2854 bgep->send[ring].buf[0][split].alength,
2855 bgep->send[ring].buf[0][split].offset,
2856 bgep->send[ring].buf[0][split].cookie.dmac_laddress,
2857 bgep->send[ring].buf[0][split].cookie.dmac_size,
2863 bge_slice_chunk(&bgep->send[ring].buf[0][split],
2868 split,
3019 int split; local
3025 for (split = 0; split < BGE_RECV_RINGS_SPLIT; ++split)
3026 bge_free_dma_mem(&bgep->rx_desc[split]);
3027 for (split = 0; split < BGE_SPLIT; ++split)
3028 bge_free_dma_mem(&bgep->tx_buff[split]);
3029 for (split = 0; split < BGE_SPLIT; ++split)
3030 bge_free_dma_mem(&bgep->rx_buff[split]);