Lines Matching refs:b_next
229 struct i596_cmd *b_next; /* Address from i596 viewpoint */ member
265 struct i596_rfd *b_next; /* Address from i596 viewpoint */ member
276 struct i596_rbd *b_next; member
477 cmd, cmd->status, cmd->command, cmd->b_next); in i596_display_data()
485 rfd, rfd->stat, rfd->cmd, rfd->b_next, rfd->rbd, in i596_display_data()
493 rbd, rbd->count, rbd->b_next, rbd->b_data, rbd->size); in i596_display_data()
557 rbd->b_next = WSWAPrbd(virt_to_bus(rbd+1)); in init_rx_bufs()
570 rbd->b_next = WSWAPrbd(virt_to_bus(lp->rbds)); in init_rx_bufs()
578 rfd->b_next = WSWAPrfd(virt_to_bus(rfd+1)); in init_rx_bufs()
588 rfd->b_next = WSWAPrfd(virt_to_bus(lp->rfds)); in init_rx_bufs()
865 lp->scb.rfd = rfd->b_next; in i596_rx()
896 ptr->v_next = ptr->b_next = I596_NULL; in i596_cleanup_cmd()
901 ptr->v_next = ptr->b_next = I596_NULL; in i596_cleanup_cmd()
946 cmd->v_next = cmd->b_next = I596_NULL; in i596_add_cmd()
952 lp->cmd_tail->b_next = WSWAPcmd(virt_to_bus(&cmd->status)); in i596_add_cmd()
1331 ptr->v_next = ptr->b_next = I596_NULL; in i596_interrupt()