Searched defs:mvpp21_tx_desc (Results 1 – 1 of 1) sorted by relevance
1309 struct mvpp21_tx_desc { struct1310 __le32 command; /* Options used by HW for packet transmitting.*/1311 u8 packet_offset; /* the offset from the buffer beginning */1312 u8 phys_txq; /* destination queue ID */1313 __le16 data_size; /* data size of transmitted packet in bytes */1314 __le32 buf_dma_addr; /* physical addr of transmitted buffer */1315 __le32 buf_cookie; /* cookie for access to TX buffer in tx path */1316 __le32 reserved1[3]; /* hw_cmd (for future use, BM, PON, PNC) */1317 __le32 reserved2; /* reserved (for future use) */