Lines Matching refs:b_next
198 u32 b_next; /* Address from i596 viewpoint */ member
240 u32 b_next; /* Address from i596 viewpoint */ member
255 u32 b_next; member
431 SWAP32(cmd->b_next)); in i596_display_data()
441 SWAP32(rfd->b_next), SWAP32(rfd->rbd), in i596_display_data()
451 rbd, SWAP16(rbd->count), SWAP32(rbd->b_next), in i596_display_data()
481 rbd->b_next = SWAP32(virt_to_dma(lp, rbd+1)); in init_rx_bufs()
491 rbd->b_next = SWAP32(virt_to_dma(lp, dma->rbds)); in init_rx_bufs()
499 rfd->b_next = SWAP32(virt_to_dma(lp, rfd+1)); in init_rx_bufs()
509 rfd->b_next = SWAP32(virt_to_dma(lp, dma->rfds)); in init_rx_bufs()
782 lp->dma->scb.rfd = rfd->b_next; in i596_rx()
824 ptr->b_next = I596_NULL; in i596_cleanup_cmd()
830 ptr->b_next = I596_NULL; in i596_cleanup_cmd()
882 cmd->b_next = I596_NULL; in i596_add_cmd()
889 lp->cmd_tail->b_next = SWAP32(virt_to_dma(lp, &cmd->status)); in i596_add_cmd()
1241 ptr->b_next = I596_NULL; in i596_interrupt()