/Linux-v4.19/fs/cifs/ |
D | transport.c | 493 const int optype) in wait_for_free_request() argument 497 val = server->ops->get_credits_field(server, optype); in wait_for_free_request() 499 if (*val <= 0 && optype == CIFS_ECHO_OP) in wait_for_free_request() 598 int rc, timeout, optype; in cifs_call_async() local 603 optype = flags & CIFS_OP_MASK; in cifs_call_async() 606 rc = wait_for_free_request(server, timeout, optype); in cifs_call_async() 616 add_credits_and_wake_if(server, credits, optype); in cifs_call_async() 650 add_credits_and_wake_if(server, credits, optype); in cifs_call_async() 787 int timeout, optype; in compound_send_recv() local 793 optype = flags & CIFS_OP_MASK; in compound_send_recv() [all …]
|
D | cifsglob.h | 721 const int optype) in add_credits() argument 723 server->ops->add_credits(server, add, optype); in add_credits() 728 const int optype) in add_credits_and_wake_if() argument 731 server->ops->add_credits(server, add, optype); in add_credits_and_wake_if()
|
D | smb1ops.c | 121 const int optype) in cifs_add_credits() argument 140 cifs_get_credits_field(struct TCP_Server_Info *server, const int optype) in cifs_get_credits_field() argument
|
D | smb2ops.c | 72 const int optype) in smb2_add_credits() argument 76 val = server->ops->get_credits_field(server, optype); in smb2_add_credits() 83 if (server->in_flight == 0 && (optype & CIFS_OP_MASK) != CIFS_NEG_OP) in smb2_add_credits() 111 smb2_get_credits_field(struct TCP_Server_Info *server, const int optype) in smb2_get_credits_field() argument 113 switch (optype) { in smb2_get_credits_field()
|
/Linux-v4.19/drivers/crypto/caam/ |
D | qi.h | 62 enum optype { enum 93 enum optype op_type;
|
D | caamalg_qi.c | 764 enum optype type) in get_drv_ctx() 806 enum optype op_type, dma_addr_t qm_sg_dma, in caam_unmap() 905 enum optype op_type = encrypt ? ENCRYPT : DECRYPT; in aead_edesc_alloc() 1209 enum optype op_type = encrypt ? ENCRYPT : DECRYPT; in ablkcipher_edesc_alloc()
|
/Linux-v4.19/include/uapi/linux/ |
D | dlm_plock.h | 31 __u8 optype; member
|
/Linux-v4.19/drivers/edac/ |
D | skx_edac.c | 949 char *type, *optype, msg[256]; in skx_mce_output_error() local 986 optype = "Can't parse: it is not a mem"; in skx_mce_output_error() 990 optype = "generic undef request error"; in skx_mce_output_error() 993 optype = "memory read error"; in skx_mce_output_error() 996 optype = "memory write error"; in skx_mce_output_error() 999 optype = "addr/cmd error"; in skx_mce_output_error() 1002 optype = "memory scrubbing error"; in skx_mce_output_error() 1005 optype = "reserved"; in skx_mce_output_error() 1024 optype, msg); in skx_mce_output_error()
|
D | pnd2_edac.c | 1150 char *optype, msg[PND2_MSG_SIZE]; in pnd2_mce_output_error() local 1176 optype = "Can't parse: it is not a mem"; in pnd2_mce_output_error() 1180 optype = "generic undef request error"; in pnd2_mce_output_error() 1183 optype = "memory read error"; in pnd2_mce_output_error() 1186 optype = "memory write error"; in pnd2_mce_output_error() 1189 optype = "addr/cmd error"; in pnd2_mce_output_error() 1192 optype = "memory scrubbing error"; in pnd2_mce_output_error() 1195 optype = "reserved"; in pnd2_mce_output_error() 1217 m->addr & ~PAGE_MASK, 0, daddr->chan, daddr->dimm, -1, optype, msg); in pnd2_mce_output_error()
|
D | i7core_edac.c | 1701 char *optype, *err; in i7core_mce_output_error() local 1724 optype = "generic undef request"; in i7core_mce_output_error() 1727 optype = "read error"; in i7core_mce_output_error() 1730 optype = "write error"; in i7core_mce_output_error() 1733 optype = "addr/cmd error"; in i7core_mce_output_error() 1736 optype = "scrubbing error"; in i7core_mce_output_error() 1739 optype = "reserved"; in i7core_mce_output_error() 1786 err, optype); in i7core_mce_output_error()
|
D | sb_edac.c | 2870 char *type, *optype, msg[256]; in sbridge_mce_output_error() local 2915 optype = "Can't parse: it is not a mem"; in sbridge_mce_output_error() 2919 optype = "generic undef request error"; in sbridge_mce_output_error() 2922 optype = "memory read error"; in sbridge_mce_output_error() 2925 optype = "memory write error"; in sbridge_mce_output_error() 2928 optype = "addr/cmd error"; in sbridge_mce_output_error() 2931 optype = "memory scrubbing error"; in sbridge_mce_output_error() 2934 optype = "reserved"; in sbridge_mce_output_error() 2972 optype, msg); in sbridge_mce_output_error() 3030 optype, msg); in sbridge_mce_output_error()
|
/Linux-v4.19/fs/dlm/ |
D | plock.c | 89 op->info.optype = DLM_PLOCK_OP_UNLOCK; in do_unlock_close() 123 op->info.optype = DLM_PLOCK_OP_LOCK; in dlm_posix_lock() 275 op->info.optype = DLM_PLOCK_OP_UNLOCK; in dlm_posix_unlock() 335 op->info.optype = DLM_PLOCK_OP_GET; in dlm_posix_get()
|
/Linux-v4.19/drivers/mtd/spi-nor/ |
D | intel-spi.c | 411 static int intel_spi_opcode_index(struct intel_spi *ispi, u8 opcode, int optype) in intel_spi_opcode_index() argument 427 writel(optype << 16 | preop, ispi->sregs + PREOP_OPTYPE); in intel_spi_opcode_index() 476 int optype) in intel_spi_sw_cycle() argument 482 ret = intel_spi_opcode_index(ispi, opcode, optype); in intel_spi_sw_cycle() 505 switch (optype) { in intel_spi_sw_cycle()
|
D | hisi-sfc.c | 192 u8 opcode, int len, u8 optype) in hisi_spi_nor_op_reg() argument 208 reg = FMC_OP_CMD1_EN | FMC_OP_REG_OP_START | optype; in hisi_spi_nor_op_reg()
|
/Linux-v4.19/drivers/net/ethernet/emulex/benet/ |
D | be_cmds.c | 2692 struct be_dma_mem *flash_cmd, int optype, int img_size, in be_flash() argument 2705 if (optype == OPTYPE_PHY_FW) in be_flash() 2710 if (optype == OPTYPE_PHY_FW) in be_flash() 2718 status = be_cmd_write_flashrom(adapter, flash_cmd, optype, in be_flash() 2722 optype == OPTYPE_PHY_FW) in be_flash() 2828 if ((pflashcomp[i].optype == OPTYPE_NCSI_FW) && in be_flash_BEx() 2834 if (pflashcomp[i].optype == OPTYPE_PHY_FW && in be_flash_BEx() 2838 if (pflashcomp[i].optype == OPTYPE_REDBOOT) { in be_flash_BEx() 2848 pflashcomp[i].optype); in be_flash_BEx() 2861 status = be_flash(adapter, p, flash_cmd, pflashcomp[i].optype, in be_flash_BEx() [all …]
|
D | be_cmds.h | 1348 int optype; member 1415 u16 optype; member
|
/Linux-v4.19/drivers/media/platform/ |
D | via-camera.c | 125 #define sensor_call(cam, optype, func, args...) \ argument 126 v4l2_subdev_call(cam->sensor, optype, func, ##args)
|
/Linux-v4.19/arch/m68k/ifpsp060/src/ |
D | pfpsp.S | 928 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
|
D | fpsp.S | 929 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
|
D | fplsp.S | 10880 # - 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
|