Searched refs:v_next (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/i825xx/ |
H A D | lib82596.c | 183 /* The command structure has two 'next' pointers; v_next is the address of 187 * v_next field, because the 82596 is unaware of v_next. It may seem more 188 * logical to put v_next at the end of the structure, but we cannot do that 194 struct i596_cmd *v_next; /* Address from CPUs viewpoint */ member 243 struct i596_rfd *v_next; /* Address from CPUs viewpoint */ member 260 struct i596_rbd *v_next; member 462 cmd = cmd->v_next; in i596_display_data() 473 rfd = rfd->v_next; in i596_display_data() 483 rbd = rbd->v_next; in i596_display_data() [all...] |
H A D | 82596.c | 216 /* The command structure has two 'next' pointers; v_next is the address of 220 * v_next field, because the 82596 is unaware of v_next. It may seem more 221 * logical to put v_next at the end of the structure, but we cannot do that 227 struct i596_cmd *v_next; /* Address from CPUs viewpoint */ member 270 struct i596_rfd *v_next; /* Address from CPUs viewpoint */ member 282 struct i596_rbd *v_next; member 479 cmd = cmd->v_next; in i596_display_data() 488 rfd = rfd->v_next; in i596_display_data() 495 rbd = rbd->v_next; in i596_display_data() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/i825xx/ |
H A D | 82596.c | 215 /* The command structure has two 'next' pointers; v_next is the address of 219 * v_next field, because the 82596 is unaware of v_next. It may seem more 220 * logical to put v_next at the end of the structure, but we cannot do that 226 struct i596_cmd *v_next; /* Address from CPUs viewpoint */ member 269 struct i596_rfd *v_next; /* Address from CPUs viewpoint */ member 281 struct i596_rbd *v_next; member 478 cmd = cmd->v_next; in i596_display_data() 487 rfd = rfd->v_next; in i596_display_data() 494 rbd = rbd->v_next; in i596_display_data() [all...] |
H A D | lib82596.c | 182 /* The command structure has two 'next' pointers; v_next is the address of 186 * v_next field, because the 82596 is unaware of v_next. It may seem more 187 * logical to put v_next at the end of the structure, but we cannot do that 193 struct i596_cmd *v_next; /* Address from CPUs viewpoint */ member 242 struct i596_rfd *v_next; /* Address from CPUs viewpoint */ member 259 struct i596_rbd *v_next; member 461 cmd = cmd->v_next; in i596_display_data() 472 rfd = rfd->v_next; in i596_display_data() 482 rbd = rbd->v_next; in i596_display_data() [all...] |
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | sun6i-dma.c | 405 struct sun6i_dma_lli *v_lli, *v_next; in sun6i_dma_free_desc() local 415 v_next = v_lli->v_lli_next; in sun6i_dma_free_desc() 420 v_lli = v_next; in sun6i_dma_free_desc()
|
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | sun6i-dma.c | 412 struct sun6i_dma_lli *v_lli, *v_next; in sun6i_dma_free_desc() local 422 v_next = v_lli->v_lli_next; in sun6i_dma_free_desc() 427 v_lli = v_next; in sun6i_dma_free_desc()
|
Completed in 10 milliseconds