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
484 cmd, cmd->status, cmd->command, cmd->b_next); in i596_display_data()
492 rfd, rfd->stat, rfd->cmd, rfd->b_next, rfd->rbd, in i596_display_data()
500 rbd, rbd->count, rbd->b_next, rbd->b_data, rbd->size); in i596_display_data()
547 rbd->b_next = WSWAPrbd(virt_to_bus(rbd+1)); in init_rx_bufs()
560 rbd->b_next = WSWAPrbd(virt_to_bus(lp->rbds)); in init_rx_bufs()
568 rfd->b_next = WSWAPrfd(virt_to_bus(rfd+1)); in init_rx_bufs()
578 rfd->b_next = WSWAPrfd(virt_to_bus(lp->rfds)); in init_rx_bufs()
893 lp->scb.rfd = rfd->b_next; in i596_rx()
924 ptr->v_next = ptr->b_next = I596_NULL; in i596_cleanup_cmd()
929 ptr->v_next = ptr->b_next = I596_NULL; in i596_cleanup_cmd()
973 cmd->v_next = cmd->b_next = I596_NULL; in i596_add_cmd()
979 lp->cmd_tail->b_next = WSWAPcmd(virt_to_bus(&cmd->status)); in i596_add_cmd()
1354 ptr->v_next = ptr->b_next = I596_NULL; in i596_interrupt()