Searched refs:fctype (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/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) : \ 71 __field(u8, fctype) 84 __entry->fctype = cmd->fabrics.fctype; 98 __entry->fctype), 100 __entry->fctype, __entry->cdw10))
|
D | fabrics-cmd.c | 89 switch (cmd->fabrics.fctype) { in nvmet_parse_fabrics_admin_cmd() 106 cmd->fabrics.fctype); in nvmet_parse_fabrics_admin_cmd() 107 req->error_loc = offsetof(struct nvmf_common_command, fctype); in nvmet_parse_fabrics_admin_cmd() 118 switch (cmd->fabrics.fctype) { in nvmet_parse_fabrics_io_cmd() 129 cmd->fabrics.fctype); in nvmet_parse_fabrics_io_cmd() 130 req->error_loc = offsetof(struct nvmf_common_command, fctype); in nvmet_parse_fabrics_io_cmd() 357 if (cmd->fabrics.fctype != nvme_fabrics_type_connect) { in nvmet_parse_connect_cmd() 359 cmd->fabrics.fctype); in nvmet_parse_connect_cmd() 360 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()
|
/linux-6.1.9/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 | 152 cmd.prop_get.fctype = nvme_fabrics_type_property_get; in nvmf_reg_read32() 197 cmd.prop_get.fctype = nvme_fabrics_type_property_get; in nvmf_reg_read64() 241 cmd.prop_set.fctype = nvme_fabrics_type_property_set; in nvmf_reg_write32() 381 cmd.connect.fctype = nvme_fabrics_type_connect; in nvmf_connect_admin_queue() 465 cmd.connect.fctype = nvme_fabrics_type_connect; in nvmf_connect_io_queue()
|
D | trace.c | 328 u8 fctype, u8 *spc) in nvme_trace_parse_fabrics_cmd() argument 330 switch (fctype) { in nvme_trace_parse_fabrics_cmd()
|
D | auth.c | 63 cmd.auth_send.fctype = nvme_fabrics_type_auth_send; in nvme_auth_submit() 66 cmd.auth_receive.fctype = nvme_fabrics_type_auth_receive; in nvme_auth_submit()
|
D | core.c | 730 (req->cmd->fabrics.fctype == nvme_fabrics_type_connect || in __nvme_check_ready() 731 req->cmd->fabrics.fctype == nvme_fabrics_type_auth_send || in __nvme_check_ready() 732 req->cmd->fabrics.fctype == nvme_fabrics_type_auth_receive)) in __nvme_check_ready()
|
D | fc.c | 2572 sqe->connect.fctype, sqe->common.cdw10, sqe->common.cdw11); in nvme_fc_timeout()
|
/linux-6.1.9/include/linux/ |
D | nvme.h | 1394 #define show_opcode_name(qid, opcode, fctype) \ argument 1396 show_fabrics_type_name(fctype) : \ 1405 __u8 fctype; member 1473 __u8 fctype; member 1503 __u8 fctype; member 1516 __u8 fctype; member 1528 __u8 fctype; member 1543 __u8 fctype; member 1558 __u8 fctype; member 1796 return cmd->fabrics.fctype & 1; in nvme_is_write()
|