Searched refs:fctype (Results 1 – 9 of 9) sorted by relevance
/drivers/nvme/target/ |
D | trace.h | 25 const char *nvmet_trace_parse_fabrics_cmd(struct trace_seq *p, u8 fctype, 28 #define parse_nvme_cmd(qid, opcode, fctype, cdw10) \ argument 30 nvmet_trace_parse_fabrics_cmd(p, fctype, cdw10) : \ 70 __field(u8, fctype) 83 __entry->fctype = cmd->fabrics.fctype; 97 __entry->fctype), 99 __entry->fctype, __entry->cdw10))
|
D | fabrics-cmd.c | 89 switch (cmd->fabrics.fctype) { in nvmet_parse_fabrics_cmd() 98 cmd->fabrics.fctype); in nvmet_parse_fabrics_cmd() 99 req->error_loc = offsetof(struct nvmf_common_command, fctype); in nvmet_parse_fabrics_cmd() 314 if (cmd->fabrics.fctype != nvme_fabrics_type_connect) { in nvmet_parse_connect_cmd() 316 cmd->fabrics.fctype); in nvmet_parse_connect_cmd() 317 req->error_loc = offsetof(struct nvmf_common_command, fctype); in nvmet_parse_connect_cmd()
|
D | trace.c | 189 u8 fctype, u8 *spc) in nvmet_trace_parse_fabrics_cmd() argument 191 switch (fctype) { in nvmet_trace_parse_fabrics_cmd()
|
D | fcloop.c | 592 __func__, sqe->common.opcode, sqe->fabrics.fctype, in check_for_drop() 598 sqe->fabrics.fctype != drop_opcode)) || in check_for_drop()
|
/drivers/nvme/host/ |
D | trace.h | 23 const char *nvme_trace_parse_fabrics_cmd(struct trace_seq *p, u8 fctype, 26 #define parse_nvme_cmd(qid, opcode, fctype, cdw10) \ argument 28 nvme_trace_parse_fabrics_cmd(p, fctype, cdw10) : \ 56 __field(u8, fctype) 70 __entry->fctype = cmd->fabrics.fctype; 80 __entry->fctype), 82 __entry->fctype, __entry->cdw10))
|
D | fabrics.c | 153 cmd.prop_get.fctype = nvme_fabrics_type_property_get; in nvmf_reg_read32() 198 cmd.prop_get.fctype = nvme_fabrics_type_property_get; in nvmf_reg_read64() 242 cmd.prop_set.fctype = nvme_fabrics_type_property_set; in nvmf_reg_write32() 371 cmd.connect.fctype = nvme_fabrics_type_connect; in nvmf_connect_admin_queue() 437 cmd.connect.fctype = nvme_fabrics_type_connect; in nvmf_connect_io_queue()
|
D | trace.c | 300 u8 fctype, u8 *spc) in nvme_trace_parse_fabrics_cmd() argument 302 switch (fctype) { in nvme_trace_parse_fabrics_cmd()
|
D | fc.c | 2558 sqe->connect.fctype, sqe->common.cdw10, sqe->common.cdw11); in nvme_fc_timeout()
|
D | core.c | 709 req->cmd->fabrics.fctype == nvme_fabrics_type_connect) in __nvme_check_ready()
|