Searched defs:mvpp21_tx_desc (Results 1 – 2 of 2) 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) */
1032 struct mvpp21_tx_desc { struct1033 u32 command; /* Options used by HW for packet transmitting.*/1034 u8 packet_offset; /* the offset from the buffer beginning */1035 u8 phys_txq; /* destination queue ID */1036 u16 data_size; /* data size of transmitted packet in bytes */1037 u32 buf_dma_addr; /* physical addr of transmitted buffer */1038 u32 buf_cookie; /* cookie for access to TX buffer in tx path */1039 u32 reserved1[3]; /* hw_cmd (for future use, BM, PON, PNC) */1040 u32 reserved2; /* reserved (for future use) */