Searched refs:b_next (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/i825xx/ |
H A D | lib82596.c | 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 */ member 239 u32 b_next; /* Address from i596 viewpoint */ member 254 u32 b_next; member 459 " .b_next = %08x\n", in i596_display_data() 461 SWAP32(cmd->b_next)); in i596_display_data() 468 " %p .stat %04x, .cmd %04x, b_next %08x, rbd %08x," in i596_display_data() 471 SWAP32(rfd->b_next), SWAP32(rfd->rbd), in i596_display_data() 479 " %p .count %04x, b_next in i596_display_data() [all...] |
H A D | 82596.c | 217 * the next command as seen by the CPU, b_next is the address of the next 218 * command as seen by the 82596. The b_next pointer, as used by the 82596 230 struct i596_cmd *b_next; /* Address from i596 viewpoint */ member 266 struct i596_rfd *b_next; /* Address from i596 viewpoint */ member 277 struct i596_rbd *b_next; member 477 printk(KERN_ERR "cmd at %p, .status = %04x, .command = %04x, .b_next = %p\n", in i596_display_data() 478 cmd, cmd->status, cmd->command, cmd->b_next); in i596_display_data() 484 printk(KERN_ERR " %p .stat %04x, .cmd %04x, b_next %p, rbd %p," in i596_display_data() 486 rfd, rfd->stat, rfd->cmd, rfd->b_next, rfd->rbd, in i596_display_data() 493 printk(KERN_ERR " %p .count %04x, b_next in i596_display_data() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/i825xx/ |
H A D | 82596.c | 216 * the next command as seen by the CPU, b_next is the address of the next 217 * command as seen by the 82596. The b_next pointer, as used by the 82596 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 476 printk(KERN_ERR "cmd at %p, .status = %04x, .command = %04x, .b_next = %p\n", in i596_display_data() 477 cmd, cmd->status, cmd->command, cmd->b_next); in i596_display_data() 483 printk(KERN_ERR " %p .stat %04x, .cmd %04x, b_next %p, rbd %p," in i596_display_data() 485 rfd, rfd->stat, rfd->cmd, rfd->b_next, rfd->rbd, in i596_display_data() 492 printk(KERN_ERR " %p .count %04x, b_next in i596_display_data() [all...] |
H A D | lib82596.c | 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 */ member 238 u32 b_next; /* Address from i596 viewpoint */ member 253 u32 b_next; member 458 " .b_next = %08x\n", in i596_display_data() 460 SWAP32(cmd->b_next)); in i596_display_data() 467 " %p .stat %04x, .cmd %04x, b_next %08x, rbd %08x," in i596_display_data() 470 SWAP32(rfd->b_next), SWAP32(rfd->rbd), in i596_display_data() 478 " %p .count %04x, b_next in i596_display_data() [all...] |
Completed in 6 milliseconds