Searched refs:cmd_opcode (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/include/trace/events/ | 
| D | mmc.h | 20 		__field(u32,			cmd_opcode)48 		__entry->cmd_opcode = mrq->cmd ? mrq->cmd->opcode : 0;
 83 		  __entry->cmd_opcode, __entry->cmd_arg,
 103 		__field(u32,			cmd_opcode)
 129 		__entry->cmd_opcode = mrq->cmd ? mrq->cmd->opcode : 0;
 172 		  __entry->cmd_opcode, __entry->cmd_err,
 
 | 
| /Linux-v5.4/drivers/infiniband/hw/efa/ | 
| D | efa_com.c | 51 	u8 cmd_opcode;  member349 	comp_ctx->cmd_opcode = cmd->aq_common_descriptor.opcode;  in __efa_com_submit_admin_cmd()
 571 				efa_com_cmd_str(comp_ctx->cmd_opcode),  in efa_com_wait_and_process_admin_cq_interrupts()
 572 				comp_ctx->cmd_opcode, comp_ctx->status,  in efa_com_wait_and_process_admin_cq_interrupts()
 578 				efa_com_cmd_str(comp_ctx->cmd_opcode),  in efa_com_wait_and_process_admin_cq_interrupts()
 579 				comp_ctx->cmd_opcode, comp_ctx->status,  in efa_com_wait_and_process_admin_cq_interrupts()
 
 | 
| /Linux-v5.4/drivers/net/ethernet/amazon/ena/ | 
| D | ena_com.c | 85 	u8 cmd_opcode;  member260 	comp_ctx->cmd_opcode = cmd->aq_common_descriptor.opcode;  in __ena_com_submit_admin_cmd()
 767 			       comp_ctx->cmd_opcode,  in ena_com_wait_and_process_admin_cq_interrupts()
 774 			       comp_ctx->cmd_opcode, comp_ctx->status);  in ena_com_wait_and_process_admin_cq_interrupts()
 
 | 
| /Linux-v5.4/drivers/scsi/ | 
| D | sg.c | 113 	unsigned char cmd_opcode; /* first byte of command */  member502 	    ((srp->data.cmd_opcode >= 0xc0) && (12 == hp->cmd_len)) ? 1 : 0;  in sg_read()
 794 	srp->data.cmd_opcode = cmnd[0];	/* hold opcode of command */  in sg_common_write()
 2568 				   (int) srp->data.cmd_opcode);  in sg_proc_debug_helper()
 
 |