Searched defs:cdmac_bd (Results 1 – 2 of 2) sorted by relevance
320 struct cdmac_bd { struct321 u32 next; /* Physical address of next buffer descriptor */322 u32 phys;323 u32 len;324 u32 app0;325 u32 app1; /* TX start << 16 | insert */326 u32 app2; /* TX csum */327 u32 app3;328 u32 app4; /* skb for TX length for RX */
54 struct cdmac_bd { struct55 struct cdmac_bd *next_p; /* Next Descriptor Pointer */ argument56 u8 *phys_buf_p; /* Buffer Address */57 u32 buf_len; /* Buffer Length */58 union {