/* as appears in efa_admin_aq_opcode */
u8 opcode;
/* * 0 : phase * 1 : ctrl_data - control buffer address valid * 2 : ctrl_data_indirect - control buffer address * points to list of pages with addresses of control * buffers * 7:3 : reserved3
*/
u8 flags;
};
/* * used in efa_admin_aq_entry. Can point directly to control data, or to a * page list chunk. Used also at the end of indirect mode page list chunks, * for chaining.
*/ struct efa_admin_ctrl_buff_info {
u32 length;
struct efa_admin_acq_common_desc { /* * command identifier to associate it with the aq descriptor * 11:0 : command_id * 15:12 : reserved12
*/
u16 command;
u8 status;
/* * 0 : phase * 7:1 : reserved1
*/
u8 flags;
u16 extended_status;
/* * indicates to the driver which AQ entry has been consumed by the * device and could be reused
*/
u16 sq_head_indx;
};
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.