Searched defs:mvpp21_tx_desc (Results 1 – 1 of 1) sorted by relevance
893 struct mvpp21_tx_desc { struct894 __le32 command; /* Options used by HW for packet transmitting.*/895 u8 packet_offset; /* the offset from the buffer beginning */896 u8 phys_txq; /* destination queue ID */897 __le16 data_size; /* data size of transmitted packet in bytes */898 __le32 buf_dma_addr; /* physical addr of transmitted buffer */899 __le32 buf_cookie; /* cookie for access to TX buffer in tx path */900 __le32 reserved1[3]; /* hw_cmd (for future use, BM, PON, PNC) */901 __le32 reserved2; /* reserved (for future use) */