Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/i825xx/
H A D82596.c111 #define WSWAPrfd(x) ((struct i596_rfd *) (((u32)(x)<<16) | ((((u32)(x)))>>16))) macro
128 #define WSWAPrfd(x) ((struct i596_rfd *)((long)x))
578 rfd->b_next = WSWAPrfd(virt_to_bus(rfd+1)); in init_rx_bufs()
582 lp->scb.rfd = WSWAPrfd(virt_to_bus(lp->rfds)); in init_rx_bufs()
588 rfd->b_next = WSWAPrfd(virt_to_bus(lp->rfds)); in init_rx_bufs()
608 lp->scb.rfd = WSWAPrfd(virt_to_bus(lp->rfds)); in rebuild_rx_bufs()