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
430 SWAP32(cmd->b_next)); in i596_display_data()
440 SWAP32(rfd->b_next), SWAP32(rfd->rbd), in i596_display_data()
450 rbd, SWAP16(rbd->count), SWAP32(rbd->b_next), in i596_display_data()
480 rbd->b_next = SWAP32(virt_to_dma(lp, rbd+1)); in init_rx_bufs()
490 rbd->b_next = SWAP32(virt_to_dma(lp, dma->rbds)); in init_rx_bufs()
498 rfd->b_next = SWAP32(virt_to_dma(lp, rfd+1)); in init_rx_bufs()
508 rfd->b_next = SWAP32(virt_to_dma(lp, dma->rfds)); in init_rx_bufs()
779 lp->dma->scb.rfd = rfd->b_next; in i596_rx()
821 ptr->b_next = I596_NULL; in i596_cleanup_cmd()
827 ptr->b_next = I596_NULL; in i596_cleanup_cmd()
879 cmd->b_next = I596_NULL; in i596_add_cmd()
886 lp->cmd_tail->b_next = SWAP32(virt_to_dma(lp, &cmd->status)); in i596_add_cmd()
1238 ptr->b_next = I596_NULL; in i596_interrupt()