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

/linux-4.4.14/drivers/net/ethernet/i825xx/
H A D82596.c112 #define WSWAPrfd(x) ((struct i596_rfd *) (((u32)(x)<<16) | ((((u32)(x)))>>16))) macro
129 #define WSWAPrfd(x) ((struct i596_rfd *)((long)x))
579 rfd->b_next = WSWAPrfd(virt_to_bus(rfd+1)); init_rx_bufs()
583 lp->scb.rfd = WSWAPrfd(virt_to_bus(lp->rfds)); init_rx_bufs()
589 rfd->b_next = WSWAPrfd(virt_to_bus(lp->rfds)); init_rx_bufs()
609 lp->scb.rfd = WSWAPrfd(virt_to_bus(lp->rfds)); rebuild_rx_bufs()

Completed in 91 milliseconds