Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/i825xx/
D82596.c117 #define WSWAPtbd(x) ((struct i596_tbd *) (((u32)(x)<<16) | ((((u32)(x)))>>16)))
134 #define WSWAPtbd(x) ((struct i596_tbd *)((long)x))
209 struct i596_tbd { struct
212 struct i596_tbd *next; argument
235 struct i596_tbd *tbd; argument
335 struct i596_tbd tbds[TX_RING_SIZE];
1054 struct i596_tbd *tbd; in i596_start_xmit()
Dlib82596.c175 struct i596_tbd { struct
311 struct i596_tbd tbds[TX_RING_SIZE] __attribute__((aligned(32)));
1001 struct i596_tbd *tbd; in i596_start_xmit()
1046 dma_sync_dev(dev, tbd, sizeof(struct i596_tbd)); in i596_start_xmit()
1085 BUILD_BUG_ON(sizeof(struct i596_tbd) != 32); in i82596_probe()