i596_rbd          113 drivers/net/ethernet/i825xx/82596.c #define WSWAPrbd(x)  ((struct i596_rbd *) (((u32)(x)<<16) | ((((u32)(x)))>>16)))
i596_rbd          130 drivers/net/ethernet/i825xx/82596.c #define WSWAPrbd(x)     ((struct i596_rbd *)((long)x))
i596_rbd          267 drivers/net/ethernet/i825xx/82596.c 	struct i596_rbd *rbd;
i596_rbd          277 drivers/net/ethernet/i825xx/82596.c     struct i596_rbd *b_next;
i596_rbd          282 drivers/net/ethernet/i825xx/82596.c     struct i596_rbd *v_next;
i596_rbd          283 drivers/net/ethernet/i825xx/82596.c     struct i596_rbd *b_addr;		/* This rbd addr from i596 view */
i596_rbd          327 drivers/net/ethernet/i825xx/82596.c 	struct i596_rbd *rbd_head;
i596_rbd          333 drivers/net/ethernet/i825xx/82596.c 	struct i596_rbd rbds[RX_RING_SIZE];
i596_rbd          461 drivers/net/ethernet/i825xx/82596.c 	struct i596_rbd *rbd;
i596_rbd          529 drivers/net/ethernet/i825xx/82596.c 	struct i596_rbd *rbd;
i596_rbd          545 drivers/net/ethernet/i825xx/82596.c 	struct i596_rbd *rbd;
i596_rbd          749 drivers/net/ethernet/i825xx/82596.c 	struct i596_rbd *rbd;
i596_rbd          260 drivers/net/ethernet/i825xx/lib82596.c 	struct i596_rbd *v_next;
i596_rbd          309 drivers/net/ethernet/i825xx/lib82596.c 	struct i596_rbd rbds[RX_RING_SIZE]	__attribute__((aligned(32)));
i596_rbd          319 drivers/net/ethernet/i825xx/lib82596.c 	struct i596_rbd *rbd_head;
i596_rbd          409 drivers/net/ethernet/i825xx/lib82596.c 	struct i596_rbd *rbd;
i596_rbd          466 drivers/net/ethernet/i825xx/lib82596.c 	struct i596_rbd *rbd;
i596_rbd          518 drivers/net/ethernet/i825xx/lib82596.c 	struct i596_rbd *rbd;
i596_rbd          652 drivers/net/ethernet/i825xx/lib82596.c 	struct i596_rbd *rbd;
i596_rbd          668 drivers/net/ethernet/i825xx/lib82596.c 			DMA_INV(dev, rbd, sizeof(struct i596_rbd));
i596_rbd          716 drivers/net/ethernet/i825xx/lib82596.c 				DMA_WBACK_INV(dev, rbd, sizeof(struct i596_rbd));
i596_rbd          768 drivers/net/ethernet/i825xx/lib82596.c 			DMA_WBACK_INV(dev, rbd, sizeof(struct i596_rbd));
i596_rbd         1056 drivers/net/ethernet/i825xx/lib82596.c 	BUILD_BUG_ON(sizeof(struct i596_rbd) &  31);