Lines Matching refs:b_next
196 u32 b_next; /* Address from i596 viewpoint */ member
238 u32 b_next; /* Address from i596 viewpoint */ member
253 u32 b_next; member
460 SWAP32(cmd->b_next)); in i596_display_data()
470 SWAP32(rfd->b_next), SWAP32(rfd->rbd), in i596_display_data()
480 rbd, SWAP16(rbd->count), SWAP32(rbd->b_next), in i596_display_data()
507 rbd->b_next = SWAP32(virt_to_dma(lp, rbd+1)); in init_rx_bufs()
517 rbd->b_next = SWAP32(virt_to_dma(lp, dma->rbds)); in init_rx_bufs()
525 rfd->b_next = SWAP32(virt_to_dma(lp, rfd+1)); in init_rx_bufs()
535 rfd->b_next = SWAP32(virt_to_dma(lp, dma->rfds)); in init_rx_bufs()
807 lp->dma->scb.rfd = rfd->b_next; in i596_rx()
849 ptr->b_next = I596_NULL; in i596_cleanup_cmd()
855 ptr->b_next = I596_NULL; in i596_cleanup_cmd()
907 cmd->b_next = I596_NULL; in i596_add_cmd()
914 lp->cmd_tail->b_next = SWAP32(virt_to_dma(lp, &cmd->status)); in i596_add_cmd()
1252 ptr->b_next = I596_NULL; in i596_interrupt()