Home
last modified time | relevance | path

Searched refs:fctype (Results 1 – 10 of 10) sorted by relevance

/drivers/nvme/target/
A Dtrace.h25 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) : \
76 __field(u8, fctype)
89 __entry->fctype = cmd->fabrics.fctype;
103 __entry->fctype),
105 __entry->fctype, __entry->cdw10))
A Dfabrics-cmd.c92 switch (cmd->fabrics.fctype) { in nvmet_fabrics_admin_cmd_data_len()
108 switch (cmd->fabrics.fctype) { in nvmet_parse_fabrics_admin_cmd()
125 cmd->fabrics.fctype); in nvmet_parse_fabrics_admin_cmd()
126 req->error_loc = offsetof(struct nvmf_common_command, fctype); in nvmet_parse_fabrics_admin_cmd()
137 switch (cmd->fabrics.fctype) { in nvmet_fabrics_io_cmd_data_len()
153 switch (cmd->fabrics.fctype) { in nvmet_parse_fabrics_io_cmd()
164 cmd->fabrics.fctype); in nvmet_parse_fabrics_io_cmd()
165 req->error_loc = offsetof(struct nvmf_common_command, fctype); in nvmet_parse_fabrics_io_cmd()
402 cmd->fabrics.fctype != nvme_fabrics_type_connect) in nvmet_connect_cmd_data_len()
418 if (cmd->fabrics.fctype != nvme_fabrics_type_connect) { in nvmet_parse_connect_cmd()
[all …]
A Dtrace.c391 u8 fctype, u8 *spc) in nvmet_trace_parse_fabrics_cmd() argument
393 switch (fctype) { in nvmet_trace_parse_fabrics_cmd()
A Dfcloop.c632 __func__, sqe->common.opcode, sqe->fabrics.fctype, in check_for_drop()
638 sqe->fabrics.fctype != drop_opcode)) || in check_for_drop()
/drivers/nvme/host/
A Dtrace.h23 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))
A Dtrace.c471 u8 fctype, u8 *spc) in nvme_trace_parse_fabrics_cmd() argument
473 switch (fctype) { in nvme_trace_parse_fabrics_cmd()
A Dfabrics.c179 cmd.prop_get.fctype = nvme_fabrics_type_property_get; in nvmf_reg_read32()
224 cmd.prop_get.fctype = nvme_fabrics_type_property_get; in nvmf_reg_read64()
268 cmd.prop_set.fctype = nvme_fabrics_type_property_set; in nvmf_reg_write32()
415 cmd->connect.fctype = nvme_fabrics_type_connect; in nvmf_connect_cmd_prep()
A Dauth.c77 cmd.auth_send.fctype = nvme_fabrics_type_auth_send; in nvme_auth_submit()
80 cmd.auth_receive.fctype = nvme_fabrics_type_auth_receive; in nvme_auth_submit()
A Dcore.c800 (req->cmd->fabrics.fctype == nvme_fabrics_type_connect || in __nvme_check_ready()
801 req->cmd->fabrics.fctype == nvme_fabrics_type_auth_send || in __nvme_check_ready()
802 req->cmd->fabrics.fctype == nvme_fabrics_type_auth_receive)) in __nvme_check_ready()
A Dfc.c2548 ctrl->cnum, qnum, sqe->common.opcode, sqe->fabrics.fctype, in nvme_fc_timeout()

Completed in 34 milliseconds