Searched defs:mvpp21_tx_desc (Results 1 – 1 of 1) sorted by relevance
1191 struct mvpp21_tx_desc { struct1192 __le32 command; /* Options used by HW for packet transmitting.*/1193 u8 packet_offset; /* the offset from the buffer beginning */1194 u8 phys_txq; /* destination queue ID */1195 __le16 data_size; /* data size of transmitted packet in bytes */1196 __le32 buf_dma_addr; /* physical addr of transmitted buffer */1197 __le32 buf_cookie; /* cookie for access to TX buffer in tx path */1198 __le32 reserved1[3]; /* hw_cmd (for future use, BM, PON, PNC) */1199 __le32 reserved2; /* reserved (for future use) */