Lines Matching refs:brx_ring
222 struct lance_rx_desc brx_ring[RX_RING_SIZE];
474 leptr = offsetof(struct lance_init_block, brx_ring);
480 leptr, (uint)lib_off(brx_ring, lp->type));
513 *lib_ptr(ib, brx_ring[i].rmd0, lp->type) = leptr;
514 *lib_ptr(ib, brx_ring[i].rmd1, lp->type) = ((leptr >> 16) &
517 *lib_ptr(ib, brx_ring[i].length, lp->type) = -RX_BUFF_SIZE |
519 *lib_ptr(ib, brx_ring[i].mblength, lp->type) = 0;
572 printk("%s", *lib_ptr(ib, brx_ring[i].rmd1,
576 printk("%s", *lib_ptr(ib, brx_ring[i].rmd1,
584 for (rd = lib_ptr(ib, brx_ring[lp->rx_new], lp->type);
586 rd = lib_ptr(ib, brx_ring[lp->rx_new], lp->type)) {