Searched refs:pa_next (Results 1 - 2 of 2) sorted by relevance

/drivers/net/ethernet/i825xx/
H A Dlp486e.c218 phys_addr pa_next; /* va_to_pa(struct i596_cmd *next) */ member in struct:i596_cmd
227 phys_addr pa_next; /* va_to_pa(struct i596_tbd *next) */ member in struct:i596_tbd
260 phys_addr pa_next; /* va_to_pa(struct i596_rfd *next) */ member in struct:i596_rfd
277 phys_addr pa_next; /* va_to_pa(struct i596_tbd *next) */ member in struct:i596_rbd
432 rfd->pa_next = lp->scb.pa_rfd;
434 lp->rx_tail->pa_next = lp->scb.pa_rfd;
470 lp->rx_tail->pa_next = I596_NULL;
474 lp->scb.pa_rfd = rfd->pa_next;
726 lp->scb.pa_rfd = rfd->pa_next;
742 lp->cmd_head = pa_to_va(lp->cmd_head->pa_next);
[all...]
/drivers/staging/tidspbridge/core/
H A Dtiomap3430.c1721 u32 pa_next; local
1738 pa_next = page_to_phys(page[0]);
1741 * Reuse pa_next from the previous iteraion to avoid
1744 pa_curr = pa_next;
1754 pa_next = page_to_phys(page[0]);
1756 if (pa_next == (pa_curr + size_curr))
1762 if (pa_next == 0) {

Completed in 73 milliseconds