Searched defs:mvpp21_tx_desc (Results 1 – 1 of 1) sorted by relevance
1213 struct mvpp21_tx_desc { struct1214 __le32 command; /* Options used by HW for packet transmitting.*/1215 u8 packet_offset; /* the offset from the buffer beginning */1216 u8 phys_txq; /* destination queue ID */1217 __le16 data_size; /* data size of transmitted packet in bytes */1218 __le32 buf_dma_addr; /* physical addr of transmitted buffer */1219 __le32 buf_cookie; /* cookie for access to TX buffer in tx path */1220 __le32 reserved1[3]; /* hw_cmd (for future use, BM, PON, PNC) */1221 __le32 reserved2; /* reserved (for future use) */