Lines Matching refs:b_next
184 * the next command as seen by the CPU, b_next is the address of the next
185 * command as seen by the 82596. The b_next pointer, as used by the 82596
197 u32 b_next; /* Address from i596 viewpoint */
239 u32 b_next; /* Address from i596 viewpoint */
254 u32 b_next;
459 " .b_next = %08x\n",
461 SWAP32(cmd->b_next));
468 " %p .stat %04x, .cmd %04x, b_next %08x, rbd %08x,"
471 SWAP32(rfd->b_next), SWAP32(rfd->rbd),
479 " %p .count %04x, b_next %08x, b_data %08x,"
481 rbd, SWAP16(rbd->count), SWAP32(rbd->b_next),
508 rbd->b_next = SWAP32(virt_to_dma(lp, rbd+1));
518 rbd->b_next = SWAP32(virt_to_dma(lp, dma->rbds));
526 rfd->b_next = SWAP32(virt_to_dma(lp, rfd+1));
536 rfd->b_next = SWAP32(virt_to_dma(lp, dma->rfds));
808 lp->dma->scb.rfd = rfd->b_next;
850 ptr->b_next = I596_NULL;
856 ptr->b_next = I596_NULL;
908 cmd->b_next = I596_NULL;
915 lp->cmd_tail->b_next = SWAP32(virt_to_dma(lp, &cmd->status));
1253 ptr->b_next = I596_NULL;