/* structure for defining internal context copying */ struct fman_sp_int_context_data_copy { /* < Offset in External buffer to which internal * context is copied to (Rx) or taken from (Tx, Op).
*/
u16 ext_buf_offset; /* Offset within internal context to copy from * (Rx) or to copy to (Tx, Op).
*/
u8 int_context_offset; /* Internal offset size to be copied */
u16 size;
};
/* struct for defining external buffer margins */ struct fman_sp_buf_margins { /* Number of bytes to be left at the beginning * of the external buffer (must be divisible by 16)
*/
u16 start_margins; /* number of bytes to be left at the end * of the external buffer(must be divisible by 16)
*/
u16 end_margins;
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.