Searched defs:ar9003_txc (Results 1 – 1 of 1) sorted by relevance
71 struct ar9003_txc { struct72 u32 info; /* descriptor information */73 u32 link; /* link pointer */74 u32 data0; /* data pointer to 1st buffer */75 u32 ctl3; /* DMA control 3 */76 u32 data1; /* data pointer to 2nd buffer */77 u32 ctl5; /* DMA control 5 */78 u32 data2; /* data pointer to 3rd buffer */79 u32 ctl7; /* DMA control 7 */80 u32 data3; /* data pointer to 4th buffer */[all …]