i596_rfd          112 drivers/net/ethernet/i825xx/82596.c #define WSWAPrfd(x)  ((struct i596_rfd *) (((u32)(x)<<16) | ((((u32)(x)))>>16)))
i596_rfd          129 drivers/net/ethernet/i825xx/82596.c #define WSWAPrfd(x)     ((struct i596_rfd *)((long)x))
i596_rfd          266 drivers/net/ethernet/i825xx/82596.c 	struct i596_rfd *b_next;	/* Address from i596 viewpoint */
i596_rfd          270 drivers/net/ethernet/i825xx/82596.c 	struct i596_rfd *v_next;	/* Address from CPUs viewpoint */
i596_rfd          271 drivers/net/ethernet/i825xx/82596.c 	struct i596_rfd *v_prev;
i596_rfd          294 drivers/net/ethernet/i825xx/82596.c 	struct i596_rfd *rfd;
i596_rfd          326 drivers/net/ethernet/i825xx/82596.c 	struct i596_rfd *rfd_head;
i596_rfd          332 drivers/net/ethernet/i825xx/82596.c 	struct i596_rfd rfds[RX_RING_SIZE];
i596_rfd          460 drivers/net/ethernet/i825xx/82596.c 	struct i596_rfd *rfd;
i596_rfd          544 drivers/net/ethernet/i825xx/82596.c 	struct i596_rfd *rfd;
i596_rfd          748 drivers/net/ethernet/i825xx/82596.c 	struct i596_rfd *rfd;
i596_rfd          243 drivers/net/ethernet/i825xx/lib82596.c 	struct i596_rfd *v_next;	/* Address from CPUs viewpoint */
i596_rfd          244 drivers/net/ethernet/i825xx/lib82596.c 	struct i596_rfd *v_prev;
i596_rfd          308 drivers/net/ethernet/i825xx/lib82596.c 	struct i596_rfd rfds[RX_RING_SIZE]	__attribute__((aligned(32)));
i596_rfd          318 drivers/net/ethernet/i825xx/lib82596.c 	struct i596_rfd *rfd_head;
i596_rfd          408 drivers/net/ethernet/i825xx/lib82596.c 	struct i596_rfd *rfd;
i596_rfd          465 drivers/net/ethernet/i825xx/lib82596.c 	struct i596_rfd *rfd;
i596_rfd          651 drivers/net/ethernet/i825xx/lib82596.c 	struct i596_rfd *rfd;
i596_rfd          662 drivers/net/ethernet/i825xx/lib82596.c 	DMA_INV(dev, rfd, sizeof(struct i596_rfd));
i596_rfd          782 drivers/net/ethernet/i825xx/lib82596.c 		DMA_WBACK_INV(dev, rfd, sizeof(struct i596_rfd));
i596_rfd          787 drivers/net/ethernet/i825xx/lib82596.c 		DMA_WBACK_INV(dev, rfd->v_prev, sizeof(struct i596_rfd));
i596_rfd          789 drivers/net/ethernet/i825xx/lib82596.c 		DMA_INV(dev, rfd, sizeof(struct i596_rfd));
i596_rfd         1055 drivers/net/ethernet/i825xx/lib82596.c 	BUILD_BUG_ON(sizeof(struct i596_rfd) != 32);