Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/fs/cifs/
A Dtransport.c481 int optype; in wait_for_free_credits() local
490 optype = flags & CIFS_OP_MASK; in wait_for_free_credits()
496 if (*credits <= 0 && optype == CIFS_ECHO_OP) in wait_for_free_credits()
568 if (!optype && num_credits == 1 && in wait_for_free_credits()
780 int optype; in cifs_call_async() local
782 optype = flags & CIFS_OP_MASK; in cifs_call_async()
1055 int i, j, optype, rc = 0; in compound_send_recv() local
1064 optype = flags & CIFS_OP_MASK; in compound_send_recv()
1136 midQ[i]->optype = optype; in compound_send_recv()
1183 if ((ses->ses_status == SES_NEW) || (optype & CIFS_NEG_OP) || (optype & CIFS_SESS_OP)) { in compound_send_recv()
[all …]
A Dcifsglob.h254 const int optype);
802 const int optype) in add_credits() argument
804 server->ops->add_credits(server, credits, optype); in add_credits()
809 const struct cifs_credits *credits, const int optype) in add_credits_and_wake_if() argument
812 server->ops->add_credits(server, credits, optype); in add_credits_and_wake_if()
1668 unsigned int optype; /* operation type */ member
A Dsmb1ops.c111 const 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
A Dsmb2ops.c66 const struct cifs_credits *credits, const int optype) in smb2_add_credits() argument
76 val = server->ops->get_credits_field(server, optype); in smb2_add_credits()
79 if (((optype & CIFS_OP_MASK) == CIFS_NEG_OP) && (*val != 0)) in smb2_add_credits()
96 ((optype & CIFS_OP_MASK) != CIFS_NEG_OP) && in smb2_add_credits()
97 ((optype & CIFS_OP_MASK) != CIFS_SESS_OP)) in smb2_add_credits()
127 optype, scredits, add); in smb2_add_credits()
184 smb2_get_credits_field(struct TCP_Server_Info *server, const int optype) in smb2_get_credits_field() argument
186 switch (optype) { in smb2_get_credits_field()
A Dsmb2misc.c846 if ((mid->optype & CIFS_CP_CREATE_CLOSE_OP) || hdr->Command != SMB2_CREATE || in smb2_handle_cancelled_mid()
/linux-6.3-rc2/drivers/crypto/caam/
A Dqi.h38 enum optype { enum
72 enum optype op_type;
A Dcaamalg_qi2.h161 enum optype { enum
A Dcaamalg_qi.c835 enum optype type) in get_drv_ctx()
/linux-6.3-rc2/drivers/edac/
A Dskx_common.c538 char *optype; in skx_mce_output_error() local
565 optype = "generic undef request error"; in skx_mce_output_error()
568 optype = "memory read error"; in skx_mce_output_error()
571 optype = "memory write error"; in skx_mce_output_error()
574 optype = "addr/cmd error"; in skx_mce_output_error()
577 optype = "memory scrubbing error"; in skx_mce_output_error()
581 optype = "reserved"; in skx_mce_output_error()
609 optype, skx_msg); in skx_mce_output_error()
A Dpnd2_edac.c1125 char *optype, msg[PND2_MSG_SIZE]; in pnd2_mce_output_error() local
1151 optype = "Can't parse: it is not a mem"; in pnd2_mce_output_error()
1155 optype = "generic undef request error"; in pnd2_mce_output_error()
1158 optype = "memory read error"; in pnd2_mce_output_error()
1161 optype = "memory write error"; in pnd2_mce_output_error()
1164 optype = "addr/cmd error"; in pnd2_mce_output_error()
1167 optype = "memory scrubbing error"; in pnd2_mce_output_error()
1170 optype = "reserved"; in pnd2_mce_output_error()
1192 m->addr & ~PAGE_MASK, 0, daddr->chan, daddr->dimm, -1, optype, msg); in pnd2_mce_output_error()
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()
A Dsb_edac.c3082 char *optype, msg[256], msg_full[512]; in sbridge_mce_output_error() local
3132 optype = "generic undef request error"; in sbridge_mce_output_error()
3135 optype = "memory read error"; in sbridge_mce_output_error()
3138 optype = "memory write error"; in sbridge_mce_output_error()
3141 optype = "addr/cmd error"; in sbridge_mce_output_error()
3144 optype = "memory scrubbing error"; in sbridge_mce_output_error()
3147 optype = "reserved"; in sbridge_mce_output_error()
3180 optype, msg); in sbridge_mce_output_error()
3242 optype, msg_full); in sbridge_mce_output_error()
/linux-6.3-rc2/include/uapi/linux/
A Ddlm_plock.h31 __u8 optype; member
/linux-6.3-rc2/drivers/dma/idxd/
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()
A Didxd.h648 struct idxd_desc *idxd_alloc_desc(struct idxd_wq *wq, enum idxd_op_type optype);
/linux-6.3-rc2/fs/dlm/
A Dplock.c93 op->info.optype = DLM_PLOCK_OP_UNLOCK; in do_unlock_close()
123 op->info.optype = DLM_PLOCK_OP_LOCK; in dlm_posix_lock()
280 op->info.optype = DLM_PLOCK_OP_UNLOCK; in dlm_posix_unlock()
334 op->info.optype = DLM_PLOCK_OP_GET; in dlm_posix_get()
/linux-6.3-rc2/drivers/spi/
A Dspi-intel.c335 static int intel_spi_opcode_index(struct intel_spi *ispi, u8 opcode, int optype) in intel_spi_opcode_index() argument
351 writel(optype << 16 | preop, ispi->sregs + PREOP_OPTYPE); in intel_spi_opcode_index()
387 int optype) in intel_spi_sw_cycle() argument
393 ret = intel_spi_opcode_index(ispi, opcode, optype); in intel_spi_sw_cycle()
413 switch (optype) { in intel_spi_sw_cycle()
/linux-6.3-rc2/drivers/scsi/
A Dmyrb.h592 unsigned char optype; /* Byte 2 */ member
618 unsigned char optype; /* Byte 2 */ member
A Dmyrb.c301 mbox->type3E.optype = DAC960_V1_GetEventLogEntry; in myrb_get_event()
597 mbox->type3B.optype = 0x20; in myrb_bgi_control()
/linux-6.3-rc2/drivers/mtd/spi-nor/controllers/
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-6.3-rc2/drivers/net/ethernet/emulex/benet/
A Dbe_cmds.c2688 struct be_dma_mem *flash_cmd, int optype, int img_size, in be_flash() argument
2701 if (optype == OPTYPE_PHY_FW) in be_flash()
2706 if (optype == OPTYPE_PHY_FW) in be_flash()
2714 status = be_cmd_write_flashrom(adapter, flash_cmd, optype, in be_flash()
2718 optype == OPTYPE_PHY_FW) in be_flash()
2824 if ((pflashcomp[i].optype == OPTYPE_NCSI_FW) && in be_flash_BEx()
2830 if (pflashcomp[i].optype == OPTYPE_PHY_FW && in be_flash_BEx()
2834 if (pflashcomp[i].optype == OPTYPE_REDBOOT) { in be_flash_BEx()
2844 pflashcomp[i].optype); in be_flash_BEx()
2871 u16 img_optype = le16_to_cpu(fsec_entry.optype); in be_get_img_optype()
[all …]
A Dbe_cmds.h1344 int optype; member
1411 u16 optype; member
/linux-6.3-rc2/drivers/media/platform/via/
A Dvia-camera.c128 #define sensor_call(cam, optype, func, args...) \ argument
129 v4l2_subdev_call(cam->sensor, optype, func, ##args)
/linux-6.3-rc2/arch/m68k/ifpsp060/src/
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
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

Completed in 145 milliseconds

12