Lines Matching refs:b_next
183 * the next command as seen by the CPU, b_next is the address of the next
184 * command as seen by the 82596. The b_next pointer, as used by the 82596
196 u32 b_next; /* Address from i596 viewpoint */
238 u32 b_next; /* Address from i596 viewpoint */
253 u32 b_next;
458 " .b_next = %08x\n",
460 SWAP32(cmd->b_next));
467 " %p .stat %04x, .cmd %04x, b_next %08x, rbd %08x,"
470 SWAP32(rfd->b_next), SWAP32(rfd->rbd),
478 " %p .count %04x, b_next %08x, b_data %08x,"
480 rbd, SWAP16(rbd->count), SWAP32(rbd->b_next),
507 rbd->b_next = SWAP32(virt_to_dma(lp, rbd+1));
517 rbd->b_next = SWAP32(virt_to_dma(lp, dma->rbds));
525 rfd->b_next = SWAP32(virt_to_dma(lp, rfd+1));
535 rfd->b_next = SWAP32(virt_to_dma(lp, dma->rfds));
807 lp->dma->scb.rfd = rfd->b_next;
849 ptr->b_next = I596_NULL;
855 ptr->b_next = I596_NULL;
907 cmd->b_next = I596_NULL;
914 lp->cmd_tail->b_next = SWAP32(virt_to_dma(lp, &cmd->status));
1252 ptr->b_next = I596_NULL;