Home
last modified time | relevance | path

Searched refs:WSWAPrfd (Results 1 – 1 of 1) sorted by relevance

/drivers/net/ethernet/i825xx/
D82596.c115 #define WSWAPrfd(x) ((struct i596_rfd *) (((u32)(x)<<16) | ((((u32)(x)))>>16))) macro
125 #define WSWAPrfd(x) ((struct i596_rfd *)((long)x)) macro
581 rfd->b_next = WSWAPrfd(virt_to_bus(rfd+1)); in init_rx_bufs()
585 lp->scb.rfd = WSWAPrfd(virt_to_bus(lp->rfds)); in init_rx_bufs()
591 rfd->b_next = WSWAPrfd(virt_to_bus(lp->rfds)); in init_rx_bufs()
611 lp->scb.rfd = WSWAPrfd(virt_to_bus(lp->rfds)); in rebuild_rx_bufs()