Searched refs:fctype (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.10/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) : \ 68 __field(u8, fctype) 81 __entry->fctype = cmd->fabrics.fctype; 95 __entry->fctype), 97 __entry->fctype, __entry->cdw10))
|
| D | fabrics-cmd.c | 89 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() 295 if (cmd->fabrics.fctype != nvme_fabrics_type_connect) { in nvmet_parse_connect_cmd() 297 cmd->fabrics.fctype); in nvmet_parse_connect_cmd() 298 req->error_loc = offsetof(struct nvmf_common_command, fctype); in nvmet_parse_connect_cmd()
|
| D | trace.c | 173 u8 fctype, u8 *spc) in nvmet_trace_parse_fabrics_cmd() argument 175 switch (fctype) { in nvmet_trace_parse_fabrics_cmd()
|
| /Linux-v5.10/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 | 150 cmd.prop_get.fctype = nvme_fabrics_type_property_get; in nvmf_reg_read32() 196 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() 376 cmd.connect.fctype = nvme_fabrics_type_connect; in nvmf_connect_admin_queue() 446 cmd.connect.fctype = nvme_fabrics_type_connect; in nvmf_connect_io_queue() 585 req->cmd->fabrics.fctype == nvme_fabrics_type_connect) in __nvmf_check_ready()
|
| D | trace.c | 231 u8 fctype, u8 *spc) in nvme_trace_parse_fabrics_cmd() argument 233 switch (fctype) { in nvme_trace_parse_fabrics_cmd()
|
| D | fc.c | 2539 sqe->connect.fctype, sqe->common.cdw10, sqe->common.cdw11); in nvme_fc_timeout()
|
| /Linux-v5.10/include/linux/ |
| D | nvme.h | 1251 #define show_opcode_name(qid, opcode, fctype) \ argument 1253 show_fabrics_type_name(fctype) : \ 1262 __u8 fctype; member 1323 __u8 fctype; member 1348 __u8 fctype; member 1361 __u8 fctype; member 1444 return cmd->fabrics.fctype & 1; in nvme_is_write()
|
| /Linux-v5.10/net/decnet/ |
| D | af_decnet.c | 1826 unsigned char fctype = scp->services_rem & NSP_FC_MASK; in dn_queue_too_long() local 1829 if (fctype != NSP_FC_NONE) { in dn_queue_too_long() 1923 unsigned char fctype; in dn_sendmsg() local 1963 fctype = scp->services_rem & NSP_FC_MASK; in dn_sendmsg() 2042 if (fctype != NSP_FC_NONE) in dn_sendmsg() 2054 if (fctype == NSP_FC_SCMC) in dn_sendmsg() 2057 if (fctype == NSP_FC_SRC) in dn_sendmsg()
|
| D | dn_nsp_in.c | 512 unsigned char fctype = scp->services_rem & NSP_FC_MASK; in dn_nsp_linkservice() local 539 (fctype == NSP_FC_SCMC)) { in dn_nsp_linkservice()
|