Home
last modified time | relevance | path

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

/drivers/net/ethernet/i825xx/
D82596.c113 #define WSWAPrbd(x) ((struct i596_rbd *) (((u32)(x)<<16) | ((((u32)(x)))>>16)))
130 #define WSWAPrbd(x) ((struct i596_rbd *)((long)x))
267 struct i596_rbd *rbd;
274 struct i596_rbd { struct
277 struct i596_rbd *b_next; argument
282 struct i596_rbd *v_next; argument
283 struct i596_rbd *b_addr; /* This rbd addr from i596 view */ argument
327 struct i596_rbd *rbd_head;
333 struct i596_rbd rbds[RX_RING_SIZE];
461 struct i596_rbd *rbd; in i596_display_data()
[all …]
Dlib82596.c250 struct i596_rbd { struct
260 struct i596_rbd *v_next; argument
309 struct i596_rbd rbds[RX_RING_SIZE] __attribute__((aligned(32)));
319 struct i596_rbd *rbd_head;
409 struct i596_rbd *rbd; in i596_display_data()
466 struct i596_rbd *rbd; in init_rx_bufs()
518 struct i596_rbd *rbd; in remove_rx_bufs()
652 struct i596_rbd *rbd; in i596_rx()
668 DMA_INV(dev, rbd, sizeof(struct i596_rbd)); in i596_rx()
716 DMA_WBACK_INV(dev, rbd, sizeof(struct i596_rbd)); in i596_rx()
[all …]