Home
last modified time | relevance | path

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

/linux/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) \ 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))
H A Dfcloop.c633 __func__, sqe->common.opcode, sqe->fabrics.fctype, in check_for_drop()
639 sqe->fabrics.fctype != drop_opcode)) || in check_for_drop()
/linux/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) \ 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))
H 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()
H A Dauth.c78 cmd.auth_send.fctype = nvme_fabrics_type_auth_send; in nvme_auth_submit()
81 cmd.auth_receive.fctype = nvme_fabrics_type_auth_receive; in nvme_auth_submit()
H A Dfc.c2544 "NVME-FC{%d.%d}: io timeout: opcode %d fctype %d (%s) w10/11: " in nvme_fc_timeout()
2546 ctrl->cnum, qnum, sqe->common.opcode, sqe->fabrics.fctype, in nvme_fc_timeout()
/linux/include/linux/
H A Dnvme.h1620 #define show_opcode_name(qid, opcode, fctype) \ argument
1622 show_fabrics_type_name(fctype) : \
1631 __u8 fctype; member
1702 __u8 fctype; member
1732 __u8 fctype; member
1745 __u8 fctype; member
1757 __u8 fctype; member
1772 __u8 fctype; member
1787 __u8 fctype; member
2046 return nvme_get_fabrics_opcode_str(cmd->fabrics.fctype); in nvme_fabrics_opcode_str()
[all …]