Home
last modified time | relevance | path

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

/Linux-v5.4/fs/cifs/
Dtransport.c515 int optype; in wait_for_free_credits() local
523 optype = flags & CIFS_OP_MASK; in wait_for_free_credits()
527 credits = server->ops->get_credits_field(server, optype); in wait_for_free_credits()
529 if (*credits <= 0 && optype == CIFS_ECHO_OP) in wait_for_free_credits()
580 if (!optype && num_credits == 1 && in wait_for_free_credits()
758 int optype; in cifs_call_async() local
760 optype = flags & CIFS_OP_MASK; in cifs_call_async()
780 add_credits_and_wake_if(server, &credits, optype); in cifs_call_async()
787 add_credits_and_wake_if(server, &credits, optype); in cifs_call_async()
822 add_credits_and_wake_if(server, &credits, optype); in cifs_call_async()
[all …]
Dcifsglob.h242 const int optype);
799 const int optype) in add_credits() argument
801 server->ops->add_credits(server, credits, optype); in add_credits()
806 const struct cifs_credits *credits, const int optype) in add_credits_and_wake_if() argument
809 server->ops->add_credits(server, credits, optype); in add_credits_and_wake_if()
1543 unsigned int optype; /* operation type */ member
Dsmb1ops.c109 const struct cifs_credits *credits, const int optype) in cifs_add_credits() argument
128 cifs_get_credits_field(struct TCP_Server_Info *server, const int optype) in cifs_get_credits_field() argument
Dsmb2ops.c59 const struct cifs_credits *credits, const int optype) in smb2_add_credits() argument
67 val = server->ops->get_credits_field(server, optype); in smb2_add_credits()
70 if (((optype & CIFS_OP_MASK) == CIFS_NEG_OP) && (*val != 0)) in smb2_add_credits()
83 if (server->in_flight == 0 && (optype & CIFS_OP_MASK) != CIFS_NEG_OP) in smb2_add_credits()
139 smb2_get_credits_field(struct TCP_Server_Info *server, const int optype) in smb2_get_credits_field() argument
141 switch (optype) { in smb2_get_credits_field()
/Linux-v5.4/drivers/edac/
Dskx_common.c478 char *type, *optype; in skx_mce_output_error() local
518 optype = "Can't parse: it is not a mem"; in skx_mce_output_error()
522 optype = "generic undef request error"; in skx_mce_output_error()
525 optype = "memory read error"; in skx_mce_output_error()
528 optype = "memory write error"; in skx_mce_output_error()
531 optype = "addr/cmd error"; in skx_mce_output_error()
534 optype = "memory scrubbing error"; in skx_mce_output_error()
537 optype = "reserved"; in skx_mce_output_error()
562 optype, skx_msg); in skx_mce_output_error()
Dpnd2_edac.c1147 char *optype, msg[PND2_MSG_SIZE]; in pnd2_mce_output_error() local
1173 optype = "Can't parse: it is not a mem"; in pnd2_mce_output_error()
1177 optype = "generic undef request error"; in pnd2_mce_output_error()
1180 optype = "memory read error"; in pnd2_mce_output_error()
1183 optype = "memory write error"; in pnd2_mce_output_error()
1186 optype = "addr/cmd error"; in pnd2_mce_output_error()
1189 optype = "memory scrubbing error"; in pnd2_mce_output_error()
1192 optype = "reserved"; in pnd2_mce_output_error()
1214 m->addr & ~PAGE_MASK, 0, daddr->chan, daddr->dimm, -1, optype, msg); in pnd2_mce_output_error()
Di7core_edac.c1699 char *optype, *err; in i7core_mce_output_error() local
1723 optype = "generic undef request"; in i7core_mce_output_error()
1726 optype = "read error"; in i7core_mce_output_error()
1729 optype = "write error"; in i7core_mce_output_error()
1732 optype = "addr/cmd error"; in i7core_mce_output_error()
1735 optype = "scrubbing error"; in i7core_mce_output_error()
1738 optype = "reserved"; in i7core_mce_output_error()
1785 err, optype); in i7core_mce_output_error()
Dsb_edac.c2955 char *type, *optype, msg[256]; in sbridge_mce_output_error() local
3008 optype = "generic undef request error"; in sbridge_mce_output_error()
3011 optype = "memory read error"; in sbridge_mce_output_error()
3014 optype = "memory write error"; in sbridge_mce_output_error()
3017 optype = "addr/cmd error"; in sbridge_mce_output_error()
3020 optype = "memory scrubbing error"; in sbridge_mce_output_error()
3023 optype = "reserved"; in sbridge_mce_output_error()
3056 optype, msg); in sbridge_mce_output_error()
3119 optype, msg); in sbridge_mce_output_error()
/Linux-v5.4/drivers/crypto/caam/
Dqi.h36 enum optype { enum
66 enum optype op_type;
Dcaamalg_qi2.h162 enum optype { enum
Dcaamalg_qi.c832 enum optype type) in get_drv_ctx()
/Linux-v5.4/include/uapi/linux/
Ddlm_plock.h31 __u8 optype; member
/Linux-v5.4/fs/dlm/
Dplock.c86 op->info.optype = DLM_PLOCK_OP_UNLOCK; in do_unlock_close()
120 op->info.optype = DLM_PLOCK_OP_LOCK; in dlm_posix_lock()
272 op->info.optype = DLM_PLOCK_OP_UNLOCK; in dlm_posix_unlock()
332 op->info.optype = DLM_PLOCK_OP_GET; in dlm_posix_get()
/Linux-v5.4/drivers/mtd/spi-nor/
Dintel-spi.c408 static int intel_spi_opcode_index(struct intel_spi *ispi, u8 opcode, int optype) in intel_spi_opcode_index() argument
424 writel(optype << 16 | preop, ispi->sregs + PREOP_OPTYPE); in intel_spi_opcode_index()
473 int optype) in intel_spi_sw_cycle() argument
479 ret = intel_spi_opcode_index(ispi, opcode, optype); in intel_spi_sw_cycle()
502 switch (optype) { in intel_spi_sw_cycle()
Dhisi-sfc.c180 u8 opcode, int 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-v5.4/drivers/scsi/
Dmyrb.h592 unsigned char optype; /* Byte 2 */ member
618 unsigned char optype; /* Byte 2 */ member
Dmyrb.c302 mbox->type3E.optype = DAC960_V1_GetEventLogEntry; in myrb_get_event()
599 mbox->type3B.optype = 0x20; in myrb_bgi_control()
/Linux-v5.4/drivers/net/ethernet/emulex/benet/
Dbe_cmds.c2686 struct be_dma_mem *flash_cmd, int optype, int img_size, in be_flash() argument
2699 if (optype == OPTYPE_PHY_FW) in be_flash()
2704 if (optype == OPTYPE_PHY_FW) in be_flash()
2712 status = be_cmd_write_flashrom(adapter, flash_cmd, optype, in be_flash()
2716 optype == OPTYPE_PHY_FW) in be_flash()
2822 if ((pflashcomp[i].optype == OPTYPE_NCSI_FW) && in be_flash_BEx()
2828 if (pflashcomp[i].optype == OPTYPE_PHY_FW && in be_flash_BEx()
2832 if (pflashcomp[i].optype == OPTYPE_REDBOOT) { in be_flash_BEx()
2842 pflashcomp[i].optype); in be_flash_BEx()
2855 status = be_flash(adapter, p, flash_cmd, pflashcomp[i].optype, in be_flash_BEx()
[all …]
Dbe_cmds.h1344 int optype; member
1411 u16 optype; member
/Linux-v5.4/drivers/media/platform/
Dvia-camera.c128 #define sensor_call(cam, optype, func, args...) \ argument
129 v4l2_subdev_call(cam->sensor, optype, func, ##args)
/Linux-v5.4/arch/m68k/ifpsp060/src/
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
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
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