Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/i825xx/
H A D82596.c116 #define WSWAPtbd(x) ((struct i596_tbd *) (((u32)(x)<<16) | ((((u32)(x)))>>16)))
133 #define WSWAPtbd(x) ((struct i596_tbd *)((long)x))
208 struct i596_tbd { struct
211 struct i596_tbd *next; argument
234 struct i596_tbd *tbd; argument
334 struct i596_tbd tbds[TX_RING_SIZE];
1053 struct i596_tbd *tbd; in i596_start_xmit()
H A Dlib82596.c174 struct i596_tbd { struct
310 struct i596_tbd tbds[TX_RING_SIZE] __attribute__((aligned(32)));
1000 struct i596_tbd *tbd; in i596_start_xmit()
1045 dma_sync_dev(dev, tbd, sizeof(struct i596_tbd)); in i596_start_xmit()
1084 BUILD_BUG_ON(sizeof(struct i596_tbd) != 32); in i82596_probe()