Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/
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
582 rfd->b_next = WSWAPrfd(virt_to_bus(rfd+1)); in init_rx_bufs()
586 lp->scb.rfd = WSWAPrfd(virt_to_bus(lp->rfds)); in init_rx_bufs()
592 rfd->b_next = WSWAPrfd(virt_to_bus(lp->rfds)); in init_rx_bufs()
612 lp->scb.rfd = WSWAPrfd(virt_to_bus(lp->rfds)); in rebuild_rx_bufs()