| /Linux-v5.15/fs/cifs/ |
| D | transport.c | 517 int optype; in wait_for_free_credits() local 526 optype = flags & CIFS_OP_MASK; in wait_for_free_credits() 530 credits = server->ops->get_credits_field(server, optype); in wait_for_free_credits() 532 if (*credits <= 0 && optype == CIFS_ECHO_OP) in wait_for_free_credits() 599 if (!optype && num_credits == 1 && in wait_for_free_credits() 813 int optype; in cifs_call_async() local 815 optype = flags & CIFS_OP_MASK; in cifs_call_async() 835 add_credits_and_wake_if(server, &credits, optype); in cifs_call_async() 842 add_credits_and_wake_if(server, &credits, optype); in cifs_call_async() 877 add_credits_and_wake_if(server, &credits, optype); in cifs_call_async() [all …]
|
| D | cifsglob.h | 223 const int optype); 724 const int optype) in add_credits() argument 726 server->ops->add_credits(server, credits, optype); in add_credits() 731 const struct cifs_credits *credits, const int optype) in add_credits_and_wake_if() argument 734 server->ops->add_credits(server, credits, optype); in add_credits_and_wake_if() 1539 unsigned int optype; /* operation type */ member
|
| D | smb1ops.c | 110 const struct cifs_credits *credits, const int optype) in cifs_add_credits() argument 129 cifs_get_credits_field(struct TCP_Server_Info *server, const int optype) in cifs_get_credits_field() argument
|
| D | smb2ops.c | 63 const struct cifs_credits *credits, const int optype) in smb2_add_credits() argument 73 val = server->ops->get_credits_field(server, optype); in smb2_add_credits() 76 if (((optype & CIFS_OP_MASK) == CIFS_NEG_OP) && (*val != 0)) in smb2_add_credits() 90 ((optype & CIFS_OP_MASK) != CIFS_NEG_OP) && in smb2_add_credits() 91 ((optype & CIFS_OP_MASK) != CIFS_SESS_OP)) in smb2_add_credits() 121 optype, scredits, add); in smb2_add_credits() 174 smb2_get_credits_field(struct TCP_Server_Info *server, const int optype) in smb2_get_credits_field() argument 176 switch (optype) { in smb2_get_credits_field()
|
| D | smb2misc.c | 824 if ((mid->optype & CIFS_CP_CREATE_CLOSE_OP) || sync_hdr->Command != SMB2_CREATE || in smb2_handle_cancelled_mid()
|
| /Linux-v5.15/drivers/crypto/caam/ |
| D | qi.h | 36 enum optype { enum 68 enum optype op_type;
|
| D | caamalg_qi2.h | 163 enum optype { enum
|
| /Linux-v5.15/drivers/edac/ |
| D | skx_common.c | 531 char *optype; in skx_mce_output_error() local 570 optype = "Can't parse: it is not a mem"; in skx_mce_output_error() 574 optype = "generic undef request error"; in skx_mce_output_error() 577 optype = "memory read error"; in skx_mce_output_error() 580 optype = "memory write error"; in skx_mce_output_error() 583 optype = "addr/cmd error"; in skx_mce_output_error() 586 optype = "memory scrubbing error"; in skx_mce_output_error() 590 optype = "reserved"; in skx_mce_output_error() 618 optype, skx_msg); in skx_mce_output_error()
|
| D | pnd2_edac.c | 1147 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()
|
| D | i7core_edac.c | 1698 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()
|
| D | sb_edac.c | 2953 char *optype, msg[256]; in sbridge_mce_output_error() local 3003 optype = "generic undef request error"; in sbridge_mce_output_error() 3006 optype = "memory read error"; in sbridge_mce_output_error() 3009 optype = "memory write error"; in sbridge_mce_output_error() 3012 optype = "addr/cmd error"; in sbridge_mce_output_error() 3015 optype = "memory scrubbing error"; in sbridge_mce_output_error() 3018 optype = "reserved"; in sbridge_mce_output_error() 3051 optype, msg); in sbridge_mce_output_error() 3114 optype, msg); in sbridge_mce_output_error()
|
| /Linux-v5.15/drivers/dma/idxd/ |
| D | submit.c | 36 struct idxd_desc *idxd_alloc_desc(struct idxd_wq *wq, enum idxd_op_type optype) in idxd_alloc_desc() argument 50 if (optype == IDXD_OP_NONBLOCK) in idxd_alloc_desc()
|
| D | idxd.h | 574 struct idxd_desc *idxd_alloc_desc(struct idxd_wq *wq, enum idxd_op_type optype);
|
| /Linux-v5.15/include/uapi/linux/ |
| D | dlm_plock.h | 31 __u8 optype; member
|
| /Linux-v5.15/fs/dlm/ |
| D | plock.c | 86 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.15/drivers/mtd/spi-nor/controllers/ |
| D | intel-spi.c | 427 static int intel_spi_opcode_index(struct intel_spi *ispi, u8 opcode, int optype) in intel_spi_opcode_index() argument 443 writel(optype << 16 | preop, ispi->sregs + PREOP_OPTYPE); in intel_spi_opcode_index() 492 int optype) in intel_spi_sw_cycle() argument 498 ret = intel_spi_opcode_index(ispi, opcode, optype); in intel_spi_sw_cycle() 521 switch (optype) { in intel_spi_sw_cycle()
|
| D | hisi-sfc.c | 180 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-v5.15/drivers/scsi/ |
| D | myrb.h | 592 unsigned char optype; /* Byte 2 */ member 618 unsigned char optype; /* Byte 2 */ member
|
| D | myrb.c | 301 mbox->type3E.optype = DAC960_V1_GetEventLogEntry; in myrb_get_event() 597 mbox->type3B.optype = 0x20; in myrb_bgi_control()
|
| /Linux-v5.15/fs/xfs/ |
| D | xfs_log.c | 2246 uint optype) in xlog_write_calc_vec_length() argument 2253 if (optype & XLOG_START_TRANS) in xlog_write_calc_vec_length() 2466 uint optype) in xlog_write() argument 2494 len = xlog_write_calc_vec_length(ticket, log_vector, optype); in xlog_write() 2545 if (optype & XLOG_START_TRANS) { in xlog_write() 2549 optype &= ~XLOG_START_TRANS; in xlog_write() 2553 ophdr = xlog_write_setup_ophdr(log, ptr, ticket, optype); in xlog_write() 2590 error = xlog_write_copy_finish(log, iclog, optype, in xlog_write()
|
| D | xfs_log_priv.h | 521 uint optype);
|
| /Linux-v5.15/drivers/net/ethernet/emulex/benet/ |
| D | be_cmds.c | 2688 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() 2857 status = be_flash(adapter, p, flash_cmd, pflashcomp[i].optype, in be_flash_BEx() [all …]
|
| D | be_cmds.h | 1344 int optype; member 1411 u16 optype; member
|
| /Linux-v5.15/drivers/media/platform/ |
| D | via-camera.c | 128 #define sensor_call(cam, optype, func, args...) \ argument 129 v4l2_subdev_call(cam->sensor, optype, func, ##args)
|
| /Linux-v5.15/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
|