Searched refs:fabrics (Results 1 - 11 of 11) sorted by relevance

/linux-master/sound/aoa/
H A DMakefile4 obj-$(CONFIG_SND_AOA) += fabrics/
/linux-master/drivers/nvme/host/
H A DMakefile7 obj-$(CONFIG_NVME_FABRICS) += nvme-fabrics.o
24 nvme-fabrics-y += fabrics.o
H A Dtrace.h70 __entry->fctype = cmd->fabrics.fctype;
H A Dnvme.h1180 return nvme_get_fabrics_opcode_str(cmd->fabrics.fctype);
H A Dcore.c27 #include "fabrics.h"
795 (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))
1916 * The current fabrics transport drivers support namespace
3130 * In fabrics we need to verify the cntlid matches the
3142 "keep-alive support is mandatory for fabrics\n");
H A Dfc.c14 #include "fabrics.h"
2581 ctrl->cnum, qnum, sqe->common.opcode, sqe->fabrics.fctype,
/linux-master/drivers/nvme/target/
H A DMakefile12 nvmet-y += core.o configfs.o admin-cmd.o fabrics-cmd.o \
16 nvmet-$(CONFIG_NVME_TARGET_AUTH) += fabrics-cmd-auth.o auth.o
H A Dfabrics-cmd.c89 switch (cmd->fabrics.fctype) {
106 cmd->fabrics.fctype);
118 switch (cmd->fabrics.fctype) {
129 cmd->fabrics.fctype);
160 /* for fabrics, this value applies to only the I/O Submission Queues */
356 cmd->fabrics.opcode);
360 if (cmd->fabrics.fctype != nvme_fabrics_type_connect) {
362 cmd->fabrics.fctype);
H A Dtrace.h89 __entry->fctype = cmd->fabrics.fctype;
H A Dfcloop.c569 /* fabrics opcode will have a bit set above 1st byte */
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.
1454 * Note that cntlid of value 0 is considered illegal in the fabrics world.
1802 struct nvmf_common_command fabrics; member in union:nvme_command::__anon2321
1841 return cmd->fabrics.fctype & 1;

Completed in 259 milliseconds