Searched refs:fctype (Results 1 - 12 of 12) sorted by relevance

/linux-master/drivers/nvme/host/
H 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) \
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))
H A Dtrace.c425 u8 fctype, u8 *spc)
427 switch (fctype) {
424 nvme_trace_parse_fabrics_cmd(struct trace_seq *p, u8 fctype, u8 *spc) argument
H A Dfabrics.c179 cmd.prop_get.fctype = nvme_fabrics_type_property_get;
224 cmd.prop_get.fctype = nvme_fabrics_type_property_get;
268 cmd.prop_set.fctype = nvme_fabrics_type_property_set;
400 cmd->connect.fctype = nvme_fabrics_type_connect;
H A Dauth.c75 cmd.auth_send.fctype = nvme_fabrics_type_auth_send;
78 cmd.auth_receive.fctype = nvme_fabrics_type_auth_receive;
H A Dnvme.h1180 return nvme_get_fabrics_opcode_str(cmd->fabrics.fctype);
H A Dcore.c795 (req->cmd->fabrics.fctype == nvme_fabrics_type_connect ||
796 req->cmd->fabrics.fctype == nvme_fabrics_type_auth_send ||
797 req->cmd->fabrics.fctype == nvme_fabrics_type_auth_receive))
H A Dfc.c2579 "NVME-FC{%d.%d}: io timeout: opcode %d fctype %d (%s) w10/11: "
2581 ctrl->cnum, qnum, sqe->common.opcode, sqe->fabrics.fctype,
/linux-master/drivers/nvme/target/
H 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) \
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))
H A Dfabrics-cmd.c89 switch (cmd->fabrics.fctype) {
106 cmd->fabrics.fctype);
107 req->error_loc = offsetof(struct nvmf_common_command, fctype);
118 switch (cmd->fabrics.fctype) {
129 cmd->fabrics.fctype);
130 req->error_loc = offsetof(struct nvmf_common_command, fctype);
360 if (cmd->fabrics.fctype != nvme_fabrics_type_connect) {
362 cmd->fabrics.fctype);
363 req->error_loc = offsetof(struct nvmf_common_command, fctype);
H A Dtrace.c283 u8 fctype, u8 *spc)
285 switch (fctype) {
282 nvmet_trace_parse_fabrics_cmd(struct trace_seq *p, u8 fctype, u8 *spc) argument
H A Dfcloop.c590 pr_info("%s: seq opcd x%02x fctype x%02x: drop F %s op x%02x "
592 __func__, sqe->common.opcode, sqe->fabrics.fctype,
598 sqe->fabrics.fctype != drop_opcode)) ||
/linux-master/include/linux/
H A Dnvme.h1434 * If not fabrics command, fctype will be ignored.
1436 #define show_opcode_name(qid, opcode, fctype) \
1438 show_fabrics_type_name(fctype) : \
1447 __u8 fctype; member in struct:nvmf_common_command
1518 __u8 fctype; member in struct:nvmf_connect_command
1548 __u8 fctype; member in struct:nvmf_property_set_command
1561 __u8 fctype; member in struct:nvmf_property_get_command
1573 __u8 fctype; member in struct:nvmf_auth_common_command
1588 __u8 fctype; member in struct:nvmf_auth_send_command
1603 __u8 fctype; member in struct:nvmf_auth_receive_command
[all...]

Completed in 188 milliseconds