Searched defs:mvpp2_tx_desc (Results 1 – 1 of 1) sorted by relevance
749 struct mvpp2_tx_desc { struct750 u32 command; /* Options used by HW for packet transmitting.*/751 u8 packet_offset; /* the offset from the buffer beginning */752 u8 phys_txq; /* destination queue ID */753 u16 data_size; /* data size of transmitted packet in bytes */754 u32 buf_phys_addr; /* physical addr of transmitted buffer */755 u32 buf_cookie; /* cookie for access to TX buffer in tx path */756 u32 reserved1[3]; /* hw_cmd (for future use, BM, PON, PNC) */757 u32 reserved2; /* reserved (for future use) */