Lines Matching defs:frame
147 struct avc_frame *frame =
154 info = &opcode_info[frame->opcode];
157 "(unknown opcode 0x%02x)", frame->opcode);
164 ctype_names[frame->ctype], subunit_type_names[frame->subunit_type],
165 frame->subunit_id, name);
176 struct avc_frame *frame =
186 switch (frame->cts) {
191 printf("cal fcp frame (cts=0x01)\n");
194 printf("ehs fcp frame (cts=0x02)\n");
197 printf("havi fcp frame (cts=0x03)\n");
200 printf("vendor specific fcp frame (cts=0x0e)\n");
206 printf("reserved fcp frame (ctx=0x%02x)\n", frame->cts);