Home
last modified time | relevance | path

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

/linux/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) : \
71 __field(u8, fctype)
84 __entry->fctype = cmd->fabrics.fctype;
98 __entry->fctype),
100 __entry->fctype, __entry->cdw10))
A Dfabrics-cmd.c89 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()
311 if (cmd->fabrics.fctype != nvme_fabrics_type_connect) { in nvmet_parse_connect_cmd()
313 cmd->fabrics.fctype); in nvmet_parse_connect_cmd()
314 req->error_loc = offsetof(struct nvmf_common_command, fctype); in nvmet_parse_connect_cmd()
A Dtrace.c189 u8 fctype, u8 *spc) in nvmet_trace_parse_fabrics_cmd() argument
191 switch (fctype) { in nvmet_trace_parse_fabrics_cmd()
A Dfcloop.c592 __func__, sqe->common.opcode, sqe->fabrics.fctype, in check_for_drop()
598 sqe->fabrics.fctype != drop_opcode)) || in check_for_drop()
/linux/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 Dfabrics.c153 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()
A Dtrace.c300 u8 fctype, u8 *spc) in nvme_trace_parse_fabrics_cmd() argument
302 switch (fctype) { in nvme_trace_parse_fabrics_cmd()
A Dfc.c2566 sqe->connect.fctype, sqe->common.cdw10, sqe->common.cdw11); in nvme_fc_timeout()
A Dcore.c703 req->cmd->fabrics.fctype == nvme_fabrics_type_connect) in __nvme_check_ready()
/linux/include/linux/
A Dnvme.h1293 #define show_opcode_name(qid, opcode, fctype) \ argument
1295 show_fabrics_type_name(fctype) : \
1304 __u8 fctype; member
1372 __u8 fctype; member
1397 __u8 fctype; member
1410 __u8 fctype; member
1493 return cmd->fabrics.fctype & 1; in nvme_is_write()
/linux/net/decnet/
A Daf_decnet.c1823 unsigned char fctype = scp->services_rem & NSP_FC_MASK; in dn_queue_too_long() local
1826 if (fctype != NSP_FC_NONE) { in dn_queue_too_long()
1920 unsigned char fctype; in dn_sendmsg() local
1960 fctype = scp->services_rem & NSP_FC_MASK; in dn_sendmsg()
2039 if (fctype != NSP_FC_NONE) in dn_sendmsg()
2051 if (fctype == NSP_FC_SCMC) in dn_sendmsg()
2054 if (fctype == NSP_FC_SRC) in dn_sendmsg()
A Ddn_nsp_in.c512 unsigned char fctype = scp->services_rem & NSP_FC_MASK; in dn_nsp_linkservice() local
539 (fctype == NSP_FC_SCMC)) { in dn_nsp_linkservice()

Completed in 55 milliseconds