Lines Matching refs:b_next
197 u32 b_next; /* Address from i596 viewpoint */ member
239 u32 b_next; /* Address from i596 viewpoint */ member
254 u32 b_next; member
461 SWAP32(cmd->b_next)); in i596_display_data()
471 SWAP32(rfd->b_next), SWAP32(rfd->rbd), in i596_display_data()
481 rbd, SWAP16(rbd->count), SWAP32(rbd->b_next), in i596_display_data()
508 rbd->b_next = SWAP32(virt_to_dma(lp, rbd+1)); in init_rx_bufs()
518 rbd->b_next = SWAP32(virt_to_dma(lp, dma->rbds)); in init_rx_bufs()
526 rfd->b_next = SWAP32(virt_to_dma(lp, rfd+1)); in init_rx_bufs()
536 rfd->b_next = SWAP32(virt_to_dma(lp, dma->rfds)); in init_rx_bufs()
808 lp->dma->scb.rfd = rfd->b_next; in i596_rx()
850 ptr->b_next = I596_NULL; in i596_cleanup_cmd()
856 ptr->b_next = I596_NULL; in i596_cleanup_cmd()
908 cmd->b_next = I596_NULL; in i596_add_cmd()
915 lp->cmd_tail->b_next = SWAP32(virt_to_dma(lp, &cmd->status)); in i596_add_cmd()
1253 ptr->b_next = I596_NULL; in i596_interrupt()