Home
last modified time | relevance | path

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

/drivers/net/ethernet/i825xx/
D82596.c113 #define WSWAPrbd(x) ((struct i596_rbd *) (((u32)(x)<<16) | ((((u32)(x)))>>16))) macro
130 #define WSWAPrbd(x) ((struct i596_rbd *)((long)x))
558 rbd->b_next = WSWAPrbd(virt_to_bus(rbd+1)); in init_rx_bufs()
559 rbd->b_addr = WSWAPrbd(virt_to_bus(rbd)); in init_rx_bufs()
571 rbd->b_next = WSWAPrbd(virt_to_bus(lp->rbds)); in init_rx_bufs()
611 lp->rfds[0].rbd = WSWAPrbd(virt_to_bus(lp->rbds)); in rebuild_rx_bufs()