Symbol: i596_rfd
drivers/net/ethernet/i825xx/82596.c
111
#define WSWAPrfd(x) ((struct i596_rfd *) (((u32)(x)<<16) | ((((u32)(x)))>>16)))
drivers/net/ethernet/i825xx/82596.c
128
#define WSWAPrfd(x) ((struct i596_rfd *)((long)x))
drivers/net/ethernet/i825xx/82596.c
265
struct i596_rfd *b_next; /* Address from i596 viewpoint */
drivers/net/ethernet/i825xx/82596.c
269
struct i596_rfd *v_next; /* Address from CPUs viewpoint */
drivers/net/ethernet/i825xx/82596.c
270
struct i596_rfd *v_prev;
drivers/net/ethernet/i825xx/82596.c
293
struct i596_rfd *rfd;
drivers/net/ethernet/i825xx/82596.c
325
struct i596_rfd *rfd_head;
drivers/net/ethernet/i825xx/82596.c
331
struct i596_rfd rfds[RX_RING_SIZE];
drivers/net/ethernet/i825xx/82596.c
459
struct i596_rfd *rfd;
drivers/net/ethernet/i825xx/82596.c
543
struct i596_rfd *rfd;
drivers/net/ethernet/i825xx/82596.c
747
struct i596_rfd *rfd;
drivers/net/ethernet/i825xx/lib82596.c
1081
BUILD_BUG_ON(sizeof(struct i596_rfd) != 32);
drivers/net/ethernet/i825xx/lib82596.c
242
struct i596_rfd *v_next; /* Address from CPUs viewpoint */
drivers/net/ethernet/i825xx/lib82596.c
243
struct i596_rfd *v_prev;
drivers/net/ethernet/i825xx/lib82596.c
307
struct i596_rfd rfds[RX_RING_SIZE] __attribute__((aligned(32)));
drivers/net/ethernet/i825xx/lib82596.c
317
struct i596_rfd *rfd_head;
drivers/net/ethernet/i825xx/lib82596.c
438
struct i596_rfd *rfd;
drivers/net/ethernet/i825xx/lib82596.c
492
struct i596_rfd *rfd;
drivers/net/ethernet/i825xx/lib82596.c
678
struct i596_rfd *rfd;
drivers/net/ethernet/i825xx/lib82596.c
689
dma_sync_cpu(dev, rfd, sizeof(struct i596_rfd));
drivers/net/ethernet/i825xx/lib82596.c
809
dma_sync_dev(dev, rfd, sizeof(struct i596_rfd));
drivers/net/ethernet/i825xx/lib82596.c
814
dma_sync_dev(dev, rfd->v_prev, sizeof(struct i596_rfd));
drivers/net/ethernet/i825xx/lib82596.c
816
dma_sync_cpu(dev, rfd, sizeof(struct i596_rfd));