Lines Matching defs:mlx_eventlog_entry
325 struct mlx_eventlog_entry /* MLX_CMD_LOGOP/MLX_LOGOP_GET */ struct
327 u_int8_t el_type;
328 u_int8_t el_length;
329 u_char el_target:5;
330 u_char el_channel:3;
331 u_char el_lun:6;
332 u_char res1:2;
333 u_int16_t el_seqno;
334 u_char el_errorcode:7;
335 u_char el_valid:1;
336 u_int8_t el_segment;
337 u_char el_sensekey:4;
338 u_char res2:1;
339 u_char el_ILI:1;
340 u_char el_EOM:1;
341 u_char el_filemark:1;
342 u_int8_t el_information[4];
343 u_int8_t el_addsense;
344 u_int8_t el_csi[4];
345 u_int8_t el_asc;
346 u_int8_t el_asq;
347 u_int8_t res3[12];