Home
last modified time | relevance | path

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

/drivers/net/ethernet/i825xx/
Dlib82596.c251 struct i596_rbd { struct
261 struct i596_rbd *v_next; argument
310 struct i596_rbd rbds[RX_RING_SIZE] __attribute__((aligned(32)));
320 struct i596_rbd *rbd_head;
410 struct i596_rbd *rbd; in i596_display_data()
467 struct i596_rbd *rbd; in init_rx_bufs()
519 struct i596_rbd *rbd; in remove_rx_bufs()
653 struct i596_rbd *rbd; in i596_rx()
669 DMA_INV(dev, rbd, sizeof(struct i596_rbd)); in i596_rx()
717 DMA_WBACK_INV(dev, rbd, sizeof(struct i596_rbd)); in i596_rx()
[all …]
D82596.c116 #define WSWAPrbd(x) ((struct i596_rbd *) (((u32)(x)<<16) | ((((u32)(x)))>>16)))
126 #define WSWAPrbd(x) ((struct i596_rbd *)((long)x))
264 struct i596_rbd *rbd;
271 struct i596_rbd { struct
274 struct i596_rbd *b_next; argument
279 struct i596_rbd *v_next; argument
280 struct i596_rbd *b_addr; /* This rbd addr from i596 view */ argument
324 struct i596_rbd *rbd_head;
330 struct i596_rbd rbds[RX_RING_SIZE];
463 struct i596_rbd *rbd; in i596_display_data()
[all …]
Dlp486e.c274 struct i596_rbd { struct
346 struct i596_rbd *rbd_list;
347 struct i596_rbd *rbd_tail;
439 rbd = kmalloc(sizeof(struct i596_rbd), GFP_KERNEL); in init_rx_bufs()