Home
last modified time | relevance | path

Searched refs:optype (Results 1 – 24 of 24) sorted by relevance

/linux/fs/dlm/
H A Dplock.c110 op->info.optype = DLM_PLOCK_OP_CANCEL; in do_lock_cancel()
140 op->info.optype = DLM_PLOCK_OP_LOCK; in dlm_posix_lock()
319 op->info.optype = DLM_PLOCK_OP_UNLOCK; in dlm_posix_unlock()
403 WARN_ON(op->info.optype != DLM_PLOCK_OP_LOCK); in dlm_posix_cancel()
439 op->info.optype = DLM_PLOCK_OP_GET; in dlm_posix_get()
560 WARN_ON(op->info.optype != DLM_PLOCK_OP_LOCK); in dev_write()
564 op->info.optype != info.optype); in dev_write()
/linux/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) in get_drv_ctx()
/linux/drivers/dma/idxd/
H A Dsubmit.c27 struct idxd_desc *idxd_alloc_desc(struct idxd_wq *wq, enum idxd_op_type optype) in idxd_alloc_desc() argument
41 if (optype == IDXD_OP_NONBLOCK) in idxd_alloc_desc()
H A Didxd.h792 struct idxd_desc *idxd_alloc_desc(struct idxd_wq *wq, enum idxd_op_type optype);
/linux/include/uapi/linux/
H A Ddlm_plock.h32 __u8 optype; member
/linux/drivers/edac/
H A Dpnd2_edac.c1126 char *optype, msg[PND2_MSG_SIZE]; in pnd2_mce_output_error() local
1152 optype = "Can't parse: it is not a mem"; in pnd2_mce_output_error()
1156 optype = "generic undef request error"; in pnd2_mce_output_error()
1159 optype = "memory read error"; in pnd2_mce_output_error()
1162 optype = "memory write error"; in pnd2_mce_output_error()
1165 optype = "addr/cmd error"; in pnd2_mce_output_error()
1168 optype = "memory scrubbing error"; in pnd2_mce_output_error()
1171 optype = "reserved"; in pnd2_mce_output_error()
1193 m->addr & ~PAGE_MASK, 0, daddr->chan, daddr->dimm, -1, optype, msg); in pnd2_mce_output_error()
H A Di7core_edac.c1698 char *optype, *err; in i7core_mce_output_error() local
1722 optype = "generic undef request"; in i7core_mce_output_error()
1725 optype = "read error"; in i7core_mce_output_error()
1728 optype = "write error"; in i7core_mce_output_error()
1731 optype = "addr/cmd error"; in i7core_mce_output_error()
1734 optype = "scrubbing error"; in i7core_mce_output_error()
1737 optype = "reserved"; in i7core_mce_output_error()
1784 err, optype); in i7core_mce_output_error()
H A Dsb_edac.c3099 char *optype, *area_type = "DRAM"; in sbridge_mce_output_error() local
3133 optype = "generic undef request error"; in sbridge_mce_output_error()
3136 optype = "memory read error"; in sbridge_mce_output_error()
3139 optype = "memory write error"; in sbridge_mce_output_error()
3142 optype = "addr/cmd error"; in sbridge_mce_output_error()
3145 optype = "memory scrubbing error"; in sbridge_mce_output_error()
3148 optype = "reserved"; in sbridge_mce_output_error()
3181 optype, sb_msg); in sbridge_mce_output_error()
3243 optype, sb_msg_full); in sbridge_mce_output_error()
/linux/include/trace/events/
H A Ddlm.h588 __field(uint8_t, optype)
603 __entry->optype = info->optype;
619 __entry->optype, __entry->ex, __entry->wait,
/linux/fs/smb/client/
H A Dcifsglob.h330 const int optype);
911 const int optype) in add_credits() argument
913 server->ops->add_credits(server, credits, optype); in add_credits()
918 struct cifs_credits *credits, const int optype) in add_credits_and_wake_if() argument
921 server->ops->add_credits(server, credits, optype); in add_credits_and_wake_if()
1721 unsigned int optype; /* operation type */ member
H A Dsmb1ops.c111 struct cifs_credits *credits, const int optype) in cifs_add_credits() argument
130 cifs_get_credits_field(struct TCP_Server_Info *server, const int optype) in cifs_get_credits_field() argument
H A Dsmb2ops.c70 struct cifs_credits *credits, const int optype) in smb2_add_credits() argument
80 val = server->ops->get_credits_field(server, optype); in smb2_add_credits()
83 if (((optype & CIFS_OP_MASK) == CIFS_NEG_OP) && (*val != 0)) in smb2_add_credits()
115 ((optype & CIFS_OP_MASK) != CIFS_NEG_OP) && in smb2_add_credits()
116 ((optype & CIFS_OP_MASK) != CIFS_SESS_OP)) in smb2_add_credits()
129 ((optype & CIFS_OP_MASK) == CIFS_OBREAK_OP)) in smb2_add_credits()
150 optype, scredits, add); in smb2_add_credits()
216 smb2_get_credits_field(struct TCP_Server_Info *server, const int optype) in smb2_get_credits_field() argument
218 switch (optype) { in smb2_get_credits_field()
H A Dsmb2misc.c848 if ((mid->optype & CIFS_CP_CREATE_CLOSE_OP) || hdr->Command != SMB2_CREATE || in smb2_handle_cancelled_mid()
/linux/drivers/spi/
H A Dspi-intel.c339 static int intel_spi_opcode_index(struct intel_spi *ispi, u8 opcode, int optype) in intel_spi_opcode_index() argument
355 writel(optype << 16 | preop, ispi->sregs + PREOP_OPTYPE); in intel_spi_opcode_index()
391 int optype) in intel_spi_sw_cycle() argument
397 ret = intel_spi_opcode_index(ispi, opcode, optype); in intel_spi_sw_cycle()
417 switch (optype) { in intel_spi_sw_cycle()
/linux/drivers/scsi/
H A Dmyrb.h592 unsigned char optype; /* Byte 2 */ member
618 unsigned char optype; /* Byte 2 */ member
H A Dmyrb.c300 mbox->type3E.optype = DAC960_V1_GetEventLogEntry; in myrb_get_event()
596 mbox->type3B.optype = 0x20; in myrb_bgi_control()
/linux/drivers/mtd/spi-nor/controllers/
H A Dhisi-sfc.c180 u8 opcode, size_t len, u8 optype) in hisi_spi_nor_op_reg() argument
196 reg = FMC_OP_CMD1_EN | FMC_OP_REG_OP_START | optype; in hisi_spi_nor_op_reg()
/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.c2689 struct be_dma_mem *flash_cmd, int optype, int img_size, in be_flash() argument
2702 if (optype == OPTYPE_PHY_FW) in be_flash()
2707 if (optype == OPTYPE_PHY_FW) in be_flash()
2715 status = be_cmd_write_flashrom(adapter, flash_cmd, optype, in be_flash()
2719 optype == OPTYPE_PHY_FW) in be_flash()
2825 if ((pflashcomp[i].optype == OPTYPE_NCSI_FW) && in be_flash_BEx()
2831 if (pflashcomp[i].optype == OPTYPE_PHY_FW && in be_flash_BEx()
2835 if (pflashcomp[i].optype == OPTYPE_REDBOOT) { in be_flash_BEx()
2845 pflashcomp[i].optype); in be_flash_BEx()
2858 status = be_flash(adapter, p, flash_cmd, pflashcomp[i].optype, in be_flash_BEx()
[all …]
H A Dbe_cmds.h1344 int optype; member
1411 u16 optype; member
/linux/arch/m68k/ifpsp060/src/
H A Dpfpsp.S928 mov.b %d0,DTAG(%a6) # save dst optype tag
1275 mov.b %d0,STAG(%a6) # save src optype tag
1839 mov.b %d0,DTAG(%a6) # save dst optype tag
2085 mov.b %d0,STAG(%a6) # save src optype tag
2373 # set_tag_x() - determine optype of src/dst operands #
2557 mov.b %d0,STAG(%a6) # set new optype tag
2576 mov.b %d0,DTAG(%a6) # set new optype tag
H A Dfpsp.S929 mov.b %d0,DTAG(%a6) # save dst optype tag
1276 mov.b %d0,STAG(%a6) # save src optype tag
1840 mov.b %d0,DTAG(%a6) # save dst optype tag
2086 mov.b %d0,STAG(%a6) # save src optype tag
2374 # set_tag_x() - determine optype of src/dst operands #
2558 mov.b %d0,STAG(%a6) # set new optype tag
2577 mov.b %d0,DTAG(%a6) # set new optype tag
H A Dfplsp.S10880 # - returns corresponding optype tag #
10892 # d0 = optype tag - is corrected to one of NORM, DENORM, or ZERO #
10934 mov.b &NORM, %d0 # return new optype tag
10953 mov.b &DENORM, %d0 # return new optype tag
10970 mov.b &DENORM, %d0 # return new optype tag
10979 mov.b &ZERO, %d0 # fix optype tag