Searched defs:mvpp2_tx_desc (Results 1 – 1 of 1) sorted by relevance
735 struct mvpp2_tx_desc { struct736 u32 command; /* Options used by HW for packet transmitting.*/737 u8 packet_offset; /* the offset from the buffer beginning */738 u8 phys_txq; /* destination queue ID */739 u16 data_size; /* data size of transmitted packet in bytes */740 u32 buf_phys_addr; /* physical addr of transmitted buffer */741 u32 buf_cookie; /* cookie for access to TX buffer in tx path */742 u32 reserved1[3]; /* hw_cmd (for future use, BM, PON, PNC) */743 u32 reserved2; /* reserved (for future use) */