Searched refs:optype (Results 1 - 25 of 27) sorted by relevance

12

/linux-master/include/uapi/linux/
H A Ddlm_plock.h32 __u8 optype; member in struct:dlm_plock_info
/linux-master/drivers/crypto/caam/
H A Dqi.h38 enum optype { enum
72 enum optype op_type;
H A Dcaamalg_qi2.h161 enum optype { enum
H A Dcaamalg_qi.c835 enum optype type)
/linux-master/drivers/edac/
H A Dskx_common.c538 char *optype; local
565 optype = "generic undef request error";
568 optype = "memory read error";
571 optype = "memory write error";
574 optype = "addr/cmd error";
577 optype = "memory scrubbing error";
581 optype = "reserved";
609 optype, skx_msg);
H A Dpnd2_edac.c1126 char *optype, msg[PND2_MSG_SIZE]; local
1152 optype = "Can't parse: it is not a mem";
1156 optype = "generic undef request error";
1159 optype = "memory read error";
1162 optype = "memory write error";
1165 optype = "addr/cmd error";
1168 optype = "memory scrubbing error";
1171 optype = "reserved";
1193 m->addr & ~PAGE_MASK, 0, daddr->chan, daddr->dimm, -1, optype, msg);
H A Di7core_edac.c1698 char *optype, *err; local
1722 optype = "generic undef request";
1725 optype = "read error";
1728 optype = "write error";
1731 optype = "addr/cmd error";
1734 optype = "scrubbing error";
1737 optype = "reserved";
1784 err, optype);
H A Dsb_edac.c3082 char *optype, msg[256], msg_full[512]; local
3132 optype = "generic undef request error";
3135 optype = "memory read error";
3138 optype = "memory write error";
3141 optype = "addr/cmd error";
3144 optype = "memory scrubbing error";
3147 optype = "reserved";
3180 optype, msg);
3242 optype, msg_full);
/linux-master/fs/dlm/
H A Dplock.c110 op->info.optype = DLM_PLOCK_OP_CANCEL;
140 op->info.optype = DLM_PLOCK_OP_LOCK;
319 op->info.optype = DLM_PLOCK_OP_UNLOCK;
403 WARN_ON(op->info.optype != DLM_PLOCK_OP_LOCK);
439 op->info.optype = DLM_PLOCK_OP_GET;
560 WARN_ON(op->info.optype != DLM_PLOCK_OP_LOCK);
564 op->info.optype != info.optype);
/linux-master/fs/smb/client/
H A Dtransport.c492 int optype; local
501 optype = flags & CIFS_OP_MASK;
505 credits = server->ops->get_credits_field(server, optype);
507 if (*credits <= 0 && optype == CIFS_ECHO_OP)
579 if (!optype && num_credits == 1 &&
792 int optype; local
794 optype = flags & CIFS_OP_MASK;
814 add_credits_and_wake_if(server, &credits, optype);
821 add_credits_and_wake_if(server, &credits, optype);
854 add_credits_and_wake_if(server, &credits, optype);
1076 int i, j, optype, rc = 0; local
[all...]
H A Dcifsglob.h295 const int optype);
879 const int optype)
881 server->ops->add_credits(server, credits, optype);
886 const struct cifs_credits *credits, const int optype)
889 server->ops->add_credits(server, credits, optype);
1728 unsigned int optype; /* operation type */ member in struct:mid_q_entry
878 add_credits(struct TCP_Server_Info *server, const struct cifs_credits *credits, const int optype) argument
885 add_credits_and_wake_if(struct TCP_Server_Info *server, const struct cifs_credits *credits, const int optype) argument
H A Dsmb1ops.c111 const struct cifs_credits *credits, const int optype)
130 cifs_get_credits_field(struct TCP_Server_Info *server, const int optype) argument
110 cifs_add_credits(struct TCP_Server_Info *server, const struct cifs_credits *credits, const int optype) argument
H A Dsmb2ops.c69 const struct cifs_credits *credits, const int optype)
79 val = server->ops->get_credits_field(server, optype);
82 if (((optype & CIFS_OP_MASK) == CIFS_NEG_OP) && (*val != 0))
100 ((optype & CIFS_OP_MASK) != CIFS_NEG_OP) &&
101 ((optype & CIFS_OP_MASK) != CIFS_SESS_OP))
114 ((optype & CIFS_OP_MASK) == CIFS_OBREAK_OP))
135 optype, scredits, add);
201 smb2_get_credits_field(struct TCP_Server_Info *server, const int optype) argument
203 switch (optype) {
68 smb2_add_credits(struct TCP_Server_Info *server, const struct cifs_credits *credits, const int optype) argument
H A Dsmb2misc.c848 if ((mid->optype & CIFS_CP_CREATE_CLOSE_OP) || hdr->Command != SMB2_CREATE ||
/linux-master/drivers/dma/idxd/
H A Dsubmit.c27 struct idxd_desc *idxd_alloc_desc(struct idxd_wq *wq, enum idxd_op_type optype) argument
41 if (optype == IDXD_OP_NONBLOCK)
H A Didxd.h781 struct idxd_desc *idxd_alloc_desc(struct idxd_wq *wq, enum idxd_op_type optype);
/linux-master/include/trace/events/
H A Ddlm.h596 __field(uint8_t, optype)
611 __entry->optype = info->optype;
625 TP_printk("fsid=%u number=%llx owner=%llx optype=%d ex=%d wait=%d flags=%x pid=%u nodeid=%d rv=%d start=%llx end=%llx",
627 __entry->optype, __entry->ex, __entry->wait,
/linux-master/drivers/spi/
H A Dspi-intel.c335 static int intel_spi_opcode_index(struct intel_spi *ispi, u8 opcode, int optype) argument
351 writel(optype << 16 | preop, ispi->sregs + PREOP_OPTYPE);
387 int optype)
393 ret = intel_spi_opcode_index(ispi, opcode, optype);
413 switch (optype) {
386 intel_spi_sw_cycle(struct intel_spi *ispi, u8 opcode, size_t len, int optype) argument
/linux-master/drivers/scsi/
H A Dmyrb.h592 unsigned char optype; /* Byte 2 */ member in struct:myrb_cmd_mbox::__anon358
618 unsigned char optype; /* Byte 2 */ member in struct:myrb_cmd_mbox::__anon361
H A Dmyrb.c301 mbox->type3E.optype = DAC960_V1_GetEventLogEntry;
597 mbox->type3B.optype = 0x20;
/linux-master/drivers/mtd/spi-nor/controllers/
H A Dhisi-sfc.c180 u8 opcode, size_t len, u8 optype)
196 reg = FMC_OP_CMD1_EN | FMC_OP_REG_OP_START | optype;
179 hisi_spi_nor_op_reg(struct spi_nor *nor, u8 opcode, size_t len, u8 optype) argument
/linux-master/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.c2689 struct be_dma_mem *flash_cmd, int optype, int img_size,
2702 if (optype == OPTYPE_PHY_FW)
2707 if (optype == OPTYPE_PHY_FW)
2715 status = be_cmd_write_flashrom(adapter, flash_cmd, optype,
2719 optype == OPTYPE_PHY_FW)
2825 if ((pflashcomp[i].optype == OPTYPE_NCSI_FW) &&
2831 if (pflashcomp[i].optype == OPTYPE_PHY_FW &&
2835 if (pflashcomp[i].optype == OPTYPE_REDBOOT) {
2845 pflashcomp[i].optype);
2858 status = be_flash(adapter, p, flash_cmd, pflashcomp[i].optype,
2688 be_flash(struct be_adapter *adapter, const u8 *img, struct be_dma_mem *flash_cmd, int optype, int img_size, u32 img_offset) argument
[all...]
H A Dbe_cmds.h1344 int optype; member in struct:flash_comp
1411 u16 optype; member in struct:flash_section_entry
/linux-master/drivers/media/platform/via/
H A Dvia-camera.c127 #define sensor_call(cam, optype, func, args...) \
128 v4l2_subdev_call(cam->sensor, optype, func, ##args)
/linux-master/arch/m68k/ifpsp060/src/
H A Dpfpsp.S587 # set_tag_x() - determine optype of src/dst operands #
685 mov.b %d0,DTAG(%a6) # save dst optype tag
783 mov.b &NORM,STAG(%a6) # set src optype tag
827 # set_tag_x() - determine optype of src/dst operands #
928 mov.b %d0,DTAG(%a6) # save dst optype tag
1057 mov.b &NORM,STAG(%a6) # set src optype tag
1102 # set_tag_x() - determine optype of src/dst operands #
1275 mov.b %d0,STAG(%a6) # save src optype tag
1294 mov.b %d0,DTAG(%a6) # save dst optype tag
1818 bsr.l set_tag_x # set src optype ta
[all...]

Completed in 299 milliseconds

12