Symbol: op_type
arch/powerpc/perf/isa207-common.c
341
u32 op_type;
arch/powerpc/perf/isa207-common.c
356
op_type = (mmcra >> MMCRA_SAMP_ELIG_SHIFT) & MMCRA_SAMP_ELIG_MASK;
arch/powerpc/perf/isa207-common.c
357
switch (op_type) {
arch/s390/include/asm/atomic_ops.h
102
#define __ATOMIC_CONST_OPS(op_name, op_type, op_string) \
arch/s390/include/asm/atomic_ops.h
103
__ATOMIC_CONST_OP(op_name, op_type, op_string, "") \
arch/s390/include/asm/atomic_ops.h
104
__ATOMIC_CONST_OP(op_name##_barrier, op_type, op_string, "\nbcr 14,0")
arch/s390/include/asm/atomic_ops.h
175
#define __ATOMIC_TEST_OP(op_name, op_type, op_string, op_barrier) \
arch/s390/include/asm/atomic_ops.h
176
static __always_inline bool op_name(op_type val, op_type *ptr) \
arch/s390/include/asm/atomic_ops.h
178
op_type tmp; \
arch/s390/include/asm/atomic_ops.h
190
#define __ATOMIC_TEST_OPS(op_name, op_type, op_string) \
arch/s390/include/asm/atomic_ops.h
191
__ATOMIC_TEST_OP(op_name, op_type, op_string, "") \
arch/s390/include/asm/atomic_ops.h
192
__ATOMIC_TEST_OP(op_name##_barrier, op_type, op_string, "\nbcr 14,0")
arch/s390/include/asm/atomic_ops.h
200
#define __ATOMIC_CONST_TEST_OP(op_name, op_type, op_string, op_barrier) \
arch/s390/include/asm/atomic_ops.h
201
static __always_inline bool op_name(op_type val, op_type *ptr) \
arch/s390/include/asm/atomic_ops.h
214
#define __ATOMIC_CONST_TEST_OPS(op_name, op_type, op_string) \
arch/s390/include/asm/atomic_ops.h
215
__ATOMIC_CONST_TEST_OP(op_name, op_type, op_string, "") \
arch/s390/include/asm/atomic_ops.h
216
__ATOMIC_CONST_TEST_OP(op_name##_barrier, op_type, op_string, "\nbcr 14,0")
arch/s390/include/asm/atomic_ops.h
226
#define __ATOMIC_TEST_OP(op_name, op_func, op_type) \
arch/s390/include/asm/atomic_ops.h
227
static __always_inline bool op_name(op_type val, op_type *ptr) \
arch/s390/include/asm/atomic_ops.h
63
#define __ATOMIC_OP(op_name, op_type, op_string, op_barrier) \
arch/s390/include/asm/atomic_ops.h
64
static __always_inline op_type op_name(op_type val, op_type *ptr) \
arch/s390/include/asm/atomic_ops.h
66
op_type old; \
arch/s390/include/asm/atomic_ops.h
76
#define __ATOMIC_OPS(op_name, op_type, op_string) \
arch/s390/include/asm/atomic_ops.h
77
__ATOMIC_OP(op_name, op_type, op_string, "") \
arch/s390/include/asm/atomic_ops.h
78
__ATOMIC_OP(op_name##_barrier, op_type, op_string, "\nbcr 14,0")
arch/s390/include/asm/atomic_ops.h
93
#define __ATOMIC_CONST_OP(op_name, op_type, op_string, op_barrier) \
arch/s390/include/asm/atomic_ops.h
94
static __always_inline void op_name(op_type val, op_type *ptr) \
drivers/accel/ivpu/vpu_jsm_api.h
438
u64 op_type;
drivers/accel/qaic/qaic_ras.c
148
u16 op_type;
drivers/accel/qaic/qaic_ras.c
260
le16_to_cpus(&sysbus2_syndrome->op_type);
drivers/accel/qaic/qaic_ras.c
438
sysbus2_syndrome->op_type,
drivers/acpi/acpica/acdebug.h
56
u32 op_type))
drivers/acpi/acpica/acparser.h
112
u8 acpi_ps_get_argument_count(u32 op_type);
drivers/acpi/acpica/dswexec.c
331
u32 op_type;
drivers/acpi/acpica/dswexec.c
343
op_type = walk_state->op_info->type;
drivers/acpi/acpica/dswexec.c
415
acpi_gbl_op_type_dispatch[op_type] (walk_state);
drivers/acpi/acpica/dswexec.c
457
switch (op_type) {
drivers/acpi/acpica/dswexec.c
697
op_class, op_type, op->common.aml_opcode,
drivers/acpi/acpica/psopinfo.c
157
u8 acpi_ps_get_argument_count(u32 op_type)
drivers/acpi/acpica/psopinfo.c
160
if (op_type <= AML_TYPE_EXEC_6A_0T_1R) {
drivers/acpi/acpica/psopinfo.c
161
return (acpi_gbl_argument_count[op_type]);
drivers/block/rbd.c
1344
if (obj_req->img_request->op_type == OBJ_OP_DISCARD) {
drivers/block/rbd.c
1374
switch (img_req->op_type) {
drivers/block/rbd.c
1589
enum obj_operation_type op_type)
drivers/block/rbd.c
1594
img_request->op_type = op_type;
drivers/block/rbd.c
2378
switch (img_req->op_type) {
drivers/block/rbd.c
2403
switch (obj_req->img_request->op_type) {
drivers/block/rbd.c
2429
switch (img_req->op_type) {
drivers/block/rbd.c
332
enum obj_operation_type op_type;
drivers/block/rbd.c
3401
obj_op_name(img_req->op_type), obj_req->ex.oe_objno,
drivers/block/rbd.c
3605
obj_op_name(img_req->op_type), *result);
drivers/block/rbd.c
4742
enum obj_operation_type op_type = img_request->op_type;
drivers/block/rbd.c
4762
img_request, obj_op_name(op_type), offset, length);
drivers/block/rbd.c
4764
if (op_type == OBJ_OP_DISCARD || op_type == OBJ_OP_ZEROOUT)
drivers/block/rbd.c
4779
obj_op_name(op_type), length, offset, result);
drivers/block/rbd.c
4788
enum obj_operation_type op_type;
drivers/block/rbd.c
4792
op_type = OBJ_OP_DISCARD;
drivers/block/rbd.c
4795
op_type = OBJ_OP_ZEROOUT;
drivers/block/rbd.c
4798
op_type = OBJ_OP_WRITE;
drivers/block/rbd.c
4801
op_type = OBJ_OP_READ;
drivers/block/rbd.c
4808
rbd_img_request_init(img_req, rbd_dev, op_type);
drivers/block/rbd.c
4813
obj_op_name(img_req->op_type));
drivers/block/rbd.c
851
static char* obj_op_name(enum obj_operation_type op_type)
drivers/block/rbd.c
853
switch (op_type) {
drivers/crypto/caam/caamalg_qi.c
861
drv_ctx->op_type = type;
drivers/crypto/caam/qi.h
72
enum optype op_type;
drivers/crypto/ccree/cc_aead.c
1216
int direct = req_ctx->gen_ctx.op_type;
drivers/crypto/ccree/cc_aead.c
1269
int direct = req_ctx->gen_ctx.op_type;
drivers/crypto/ccree/cc_aead.c
1419
if (req_ctx->gen_ctx.op_type == DRV_CRYPTO_DIRECTION_DECRYPT) {
drivers/crypto/ccree/cc_aead.c
1547
unsigned int cryptlen = (req_ctx->gen_ctx.op_type ==
drivers/crypto/ccree/cc_aead.c
1737
if (req_ctx->gen_ctx.op_type == DRV_CRYPTO_DIRECTION_DECRYPT) {
drivers/crypto/ccree/cc_aead.c
1809
if (req_ctx->gen_ctx.op_type == DRV_CRYPTO_DIRECTION_DECRYPT) {
drivers/crypto/ccree/cc_aead.c
1836
unsigned int cryptlen = (req_ctx->gen_ctx.op_type ==
drivers/crypto/ccree/cc_aead.c
1922
areq_ctx->gen_ctx.op_type = direct;
drivers/crypto/ccree/cc_aead.c
227
if (areq_ctx->gen_ctx.op_type == DRV_CRYPTO_DIRECTION_DECRYPT) {
drivers/crypto/ccree/cc_aead.c
880
int direct = req_ctx->gen_ctx.op_type;
drivers/crypto/ccree/cc_aead.c
929
int direct = req_ctx->gen_ctx.op_type;
drivers/crypto/ccree/cc_aead.c
969
int direct = req_ctx->gen_ctx.op_type;
drivers/crypto/ccree/cc_buffer_mgr.c
1056
if ((areq_ctx->gen_ctx.op_type == DRV_CRYPTO_DIRECTION_ENCRYPT) &&
drivers/crypto/ccree/cc_buffer_mgr.c
528
areq_ctx->gen_ctx.op_type == DRV_CRYPTO_DIRECTION_DECRYPT &&
drivers/crypto/ccree/cc_buffer_mgr.c
656
enum drv_crypto_direction direct = areq_ctx->gen_ctx.op_type;
drivers/crypto/ccree/cc_buffer_mgr.c
682
enum drv_crypto_direction direct = areq_ctx->gen_ctx.op_type;
drivers/crypto/ccree/cc_buffer_mgr.c
795
enum drv_crypto_direction direct = areq_ctx->gen_ctx.op_type;
drivers/crypto/ccree/cc_buffer_mgr.c
918
if (areq_ctx->gen_ctx.op_type ==
drivers/crypto/ccree/cc_buffer_mgr.c
967
areq_ctx->gen_ctx.op_type == DRV_CRYPTO_DIRECTION_DECRYPT &&
drivers/crypto/ccree/cc_buffer_mgr.c
972
areq_ctx->cryptlen = (areq_ctx->gen_ctx.op_type ==
drivers/crypto/ccree/cc_cipher.c
513
int direction = req_ctx->gen_ctx.op_type;
drivers/crypto/ccree/cc_cipher.c
570
int direction = req_ctx->gen_ctx.op_type;
drivers/crypto/ccree/cc_cipher.c
614
int direction = req_ctx->gen_ctx.op_type;
drivers/crypto/ccree/cc_cipher.c
691
int direction = req_ctx->gen_ctx.op_type;
drivers/crypto/ccree/cc_cipher.c
939
req_ctx->gen_ctx.op_type = direction;
drivers/crypto/ccree/cc_driver.h
191
enum drv_crypto_direction op_type;
drivers/crypto/chelsio/chcr_algo.c
1216
unsigned short op_type)
drivers/crypto/chelsio/chcr_algo.c
1306
op_type);
drivers/crypto/chelsio/chcr_algo.c
1309
reqctx->op = op_type;
drivers/crypto/chelsio/chcr_algo.c
2319
unsigned short op_type)
drivers/crypto/chelsio/chcr_algo.c
2323
if (((req->cryptlen - (op_type ? authsize : 0)) == 0) ||
drivers/crypto/chelsio/chcr_algo.c
2331
static int chcr_aead_fallback(struct aead_request *req, unsigned short op_type)
drivers/crypto/chelsio/chcr_algo.c
2343
return op_type ? crypto_aead_decrypt(subreq) :
drivers/crypto/chelsio/chcr_algo.c
2491
unsigned short op_type)
drivers/crypto/chelsio/chcr_algo.c
2503
src_len = req->assoclen + req->cryptlen + (op_type ?
drivers/crypto/chelsio/chcr_algo.c
2508
dst_len = req->assoclen + req->cryptlen + (op_type ?
drivers/crypto/chelsio/chcr_algo.c
2553
unsigned short op_type)
drivers/crypto/chelsio/chcr_algo.c
2564
src_len = req->assoclen + req->cryptlen + (op_type ?
drivers/crypto/chelsio/chcr_algo.c
2569
dst_len = req->assoclen + req->cryptlen + (op_type ?
drivers/crypto/chelsio/chcr_algo.c
2807
unsigned short op_type)
drivers/crypto/chelsio/chcr_algo.c
2829
(op_type == CHCR_DECRYPT_OP) ?
drivers/crypto/chelsio/chcr_algo.c
2847
unsigned short op_type,
drivers/crypto/chelsio/chcr_algo.c
2866
rc = generate_b0(req, ivptr, op_type);
drivers/crypto/chelsio/chcr_algo.c
2875
unsigned short op_type)
drivers/crypto/chelsio/chcr_algo.c
2900
if (op_type == CHCR_DECRYPT_OP) {
drivers/crypto/chelsio/chcr_algo.c
2917
(op_type == CHCR_ENCRYPT_OP) ? 0 :
drivers/crypto/chelsio/chcr_algo.c
2919
sec_cpl->seqno_numivs = FILL_SEC_CPL_SCMD0_SEQNO(op_type,
drivers/crypto/chelsio/chcr_algo.c
2920
(op_type == CHCR_ENCRYPT_OP) ? 0 : 1,
drivers/crypto/chelsio/chcr_algo.c
2928
static int aead_ccm_validate_input(unsigned short op_type,
drivers/crypto/chelsio/chcr_algo.c
663
unsigned short op_type)
drivers/crypto/chelsio/chcr_algo.c
674
err = op_type ? crypto_skcipher_decrypt(&reqctx->fallback_req) :
drivers/crypto/chelsio/chcr_crypto.h
330
unsigned short op_type);
drivers/crypto/chelsio/chcr_crypto.h
332
unsigned short op_type);
drivers/crypto/virtio/virtio_crypto_skcipher_algs.c
151
sym_create_session->op_type = cpu_to_le32(VIRTIO_CRYPTO_SYM_OP_CIPHER);
drivers/crypto/virtio/virtio_crypto_skcipher_algs.c
380
req_data->u.sym_req.op_type = cpu_to_le32(VIRTIO_CRYPTO_SYM_OP_CIPHER);
drivers/firmware/efi/cper-arm.c
113
op_type = ((error_info >> CPER_ARM_ERR_OPERATION_SHIFT)
drivers/firmware/efi/cper-arm.c
116
if (op_type < ARRAY_SIZE(arm_cache_err_op_strs)) {
drivers/firmware/efi/cper-arm.c
118
arm_cache_err_op_strs[op_type]);
drivers/firmware/efi/cper-arm.c
122
if (op_type < ARRAY_SIZE(arm_tlb_err_op_strs)) {
drivers/firmware/efi/cper-arm.c
124
arm_tlb_err_op_strs[op_type]);
drivers/firmware/efi/cper-arm.c
128
if (op_type < ARRAY_SIZE(arm_bus_err_op_strs)) {
drivers/firmware/efi/cper-arm.c
130
arm_bus_err_op_strs[op_type]);
drivers/firmware/efi/cper-arm.c
91
u8 trans_type, op_type, level, participation_type, address_space;
drivers/gpu/drm/panthor/panthor_mmu.c
2268
u32 op_type = op->flags & DRM_PANTHOR_VM_BIND_OP_TYPE_MASK;
drivers/gpu/drm/panthor/panthor_mmu.c
2271
if (op_type == DRM_PANTHOR_VM_BIND_OP_TYPE_SYNC_ONLY)
drivers/gpu/drm/panthor/panthor_mmu.c
2281
switch (op_type) {
drivers/infiniband/hw/bnxt_re/main.c
2137
static void bnxt_re_dev_uninit(struct bnxt_re_dev *rdev, u8 op_type)
drivers/infiniband/hw/bnxt_re/main.c
2176
if (op_type == BNXT_RE_COMPLETE_REMOVE) {
drivers/infiniband/hw/bnxt_re/main.c
2182
static int bnxt_re_dev_init(struct bnxt_re_dev *rdev, u8 op_type)
drivers/infiniband/hw/bnxt_re/main.c
2191
if (op_type == BNXT_RE_COMPLETE_INIT) {
drivers/infiniband/hw/bnxt_re/main.c
2412
static int bnxt_re_add_device(struct auxiliary_device *adev, u8 op_type)
drivers/infiniband/hw/bnxt_re/main.c
2433
rc = bnxt_re_dev_init(rdev, op_type);
drivers/infiniband/hw/bnxt_re/main.c
2459
static void bnxt_re_remove_device(struct bnxt_re_dev *rdev, u8 op_type,
drivers/infiniband/hw/bnxt_re/main.c
2464
bnxt_re_dev_uninit(rdev, op_type);
drivers/infiniband/hw/irdma/uk.c
1281
info->op_type = (u8)FIELD_GET(IRDMACQ_OP, qword3);
drivers/infiniband/hw/irdma/uk.c
1361
info->op_type = (u8)FIELD_GET(IRDMACQ_OP, qword3);
drivers/infiniband/hw/irdma/uk.c
1379
info->op_type = (u8)FIELD_GET(IRDMAQPSQ_OPCODE,
drivers/infiniband/hw/irdma/uk.c
1383
if (info->op_type != IRDMAQP_OP_NOP) {
drivers/infiniband/hw/irdma/uk.c
1389
if (info->op_type == IRDMA_OP_TYPE_BIND_MW &&
drivers/infiniband/hw/irdma/uk.c
296
FIELD_PREP(IRDMAQPSQ_OPCODE, info->op_type) |
drivers/infiniband/hw/irdma/uk.c
626
FIELD_PREP(IRDMAQPSQ_OPCODE, info->op_type) |
drivers/infiniband/hw/irdma/uk.c
838
FIELD_PREP(IRDMAQPSQ_OPCODE, info->op_type) |
drivers/infiniband/hw/irdma/uk.c
908
FIELD_PREP(IRDMAQPSQ_OPCODE, info->op_type) |
drivers/infiniband/hw/irdma/user.h
345
u8 op_type;
drivers/infiniband/hw/irdma/user.h
383
u8 op_type;
drivers/infiniband/hw/irdma/utils.c
2381
__func__, cq_poll_info->qp_id, cq_poll_info->op_type,
drivers/infiniband/hw/irdma/utils.c
2445
cmpl->cpi.op_type = (u8)FIELD_GET(IRDMAQPSQ_OPCODE, IRDMAQPSQ_OPCODE);
drivers/infiniband/hw/irdma/utils.c
2450
if (cmpl->cpi.op_type == IRDMAQP_OP_NOP) {
drivers/infiniband/hw/irdma/utils.c
2487
cmpl->cpi.op_type = IRDMA_OP_TYPE_REC;
drivers/infiniband/hw/irdma/verbs.c
3984
info.op_type = IRDMA_OP_TYPE_ATOMIC_COMPARE_AND_SWAP;
drivers/infiniband/hw/irdma/verbs.c
4001
info.op_type = IRDMA_OP_TYPE_ATOMIC_FETCH_AND_ADD;
drivers/infiniband/hw/irdma/verbs.c
4026
info.op_type = IRDMA_OP_TYPE_SEND_SOL;
drivers/infiniband/hw/irdma/verbs.c
4028
info.op_type = IRDMA_OP_TYPE_SEND;
drivers/infiniband/hw/irdma/verbs.c
4031
info.op_type = IRDMA_OP_TYPE_SEND_SOL_INV;
drivers/infiniband/hw/irdma/verbs.c
4033
info.op_type = IRDMA_OP_TYPE_SEND_INV;
drivers/infiniband/hw/irdma/verbs.c
4063
info.op_type = IRDMA_OP_TYPE_RDMA_WRITE_SOL;
drivers/infiniband/hw/irdma/verbs.c
4065
info.op_type = IRDMA_OP_TYPE_RDMA_WRITE;
drivers/infiniband/hw/irdma/verbs.c
4086
info.op_type = IRDMA_OP_TYPE_RDMA_READ;
drivers/infiniband/hw/irdma/verbs.c
4094
info.op_type = IRDMA_OP_TYPE_INV_STAG;
drivers/infiniband/hw/irdma/verbs.h
264
switch (cq_poll_info->op_type) {
drivers/infiniband/hw/irdma/verbs.h
299
switch (info->op_type) {
drivers/infiniband/hw/irdma/verbs.h
323
switch (cq_poll_info->op_type) {
drivers/mtd/spi-nor/controllers/hisi-sfc.c
230
dma_addr_t dma_buf, size_t len, u8 op_type)
drivers/mtd/spi-nor/controllers/hisi-sfc.c
249
if (op_type == FMC_OP_READ)
drivers/mtd/spi-nor/controllers/hisi-sfc.c
254
if (op_type == FMC_OP_READ)
drivers/mtd/spi-nor/controllers/hisi-sfc.c
259
reg = OP_CTRL_RW_OP(op_type) | OP_CTRL_DMA_OP_READY;
drivers/mtd/spi-nor/controllers/hisi-sfc.c
260
reg |= (op_type == FMC_OP_READ)
drivers/net/ethernet/broadcom/bnx2x/bnx2x_init_ops.h
238
u32 op_idx, op_type, addr, len;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_init_ops.h
251
op_type = op->raw.op;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_init_ops.h
260
switch (op_type) {
drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h
3645
__be32 op_type;
drivers/net/ethernet/emulex/benet/be_cmds.c
2554
req->params.op_type = cpu_to_le32(flash_type);
drivers/net/ethernet/emulex/benet/be_cmds.c
2600
req->params.op_type = cpu_to_le32(img_optype);
drivers/net/ethernet/emulex/benet/be_cmds.h
1438
u32 op_type;
drivers/net/ethernet/hisilicon/hns/hns_dsaf_misc.c
103
&hns_dsaf_acpi_dsm_guid, 0, op_type, &argv4);
drivers/net/ethernet/hisilicon/hns/hns_dsaf_misc.c
250
static void hns_dsaf_acpi_srst_by_port(struct dsaf_device *dsaf_dev, u8 op_type,
drivers/net/ethernet/hisilicon/hns/hns_dsaf_misc.c
268
&hns_dsaf_acpi_dsm_guid, 0, op_type, &argv4);
drivers/net/ethernet/hisilicon/hns/hns_dsaf_misc.c
58
static void hns_dsaf_acpi_ledctrl_by_port(struct hns_mac_cb *mac_cb, u8 op_type,
drivers/net/ethernet/hisilicon/hns/hns_dsaf_misc.c
76
&hns_dsaf_acpi_dsm_guid, 0, op_type, &argv4);
drivers/net/ethernet/hisilicon/hns/hns_dsaf_misc.c
87
u8 op_type, u32 locate,
drivers/net/ethernet/huawei/hinic/hinic_devlink.c
379
devlink_fmsg_u8_pair_put(fmsg, "Op_type", event->event.phy_fault.op_type);
drivers/net/ethernet/huawei/hinic/hinic_hw_dev.h
539
u8 op_type;
drivers/net/ethernet/qlogic/qed/qed_hsi.h
7030
u8 op_type;
drivers/net/ethernet/qlogic/qlcnic/qlcnic.h
1201
__le32 op_type;
drivers/net/ethernet/qlogic/qlcnic/qlcnic.h
1237
u32 op_type;
drivers/net/ethernet/qlogic/qlcnic/qlcnic.h
1362
u8 op_type;
drivers/net/ethernet/qlogic/qlcnic/qlcnic.h
1528
u32 op_type;
drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c
2443
npar_info->op_type = cmd.rsp.arg[1];
drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c
2554
int qlcnic_83xx_config_intrpt(struct qlcnic_adapter *adapter, bool op_type)
drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c
2572
type = op_type ? QLCNIC_INTRPT_ADD : QLCNIC_INTRPT_DEL;
drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c
2594
if (op_type) {
drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c
3964
if (cmd->op_type != QLC_83XX_MBX_POST_BC_OP) {
drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c
454
if (cmd->op_type == QLC_83XX_MBX_POST_BC_OP)
drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c
802
if (cmd->op_type == QLC_83XX_MBX_POST_BC_OP)
drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c
907
mbx->op_type = QLC_83XX_FW_MBX_CMD;
drivers/net/ethernet/qlogic/qlcnic/qlcnic_ctx.c
773
int qlcnic_82xx_config_intrpt(struct qlcnic_adapter *adapter, u8 op_type)
drivers/net/ethernet/qlogic/qlcnic/qlcnic_ctx.c
786
type = op_type ? QLCNIC_INTRPT_ADD : QLCNIC_INTRPT_DEL;
drivers/net/ethernet/qlogic/qlcnic/qlcnic_ctx.c
794
op_type == QLCNIC_INTRPT_ADD ? "Add" :
drivers/net/ethernet/qlogic/qlcnic/qlcnic_ctx.c
806
if (op_type) {
drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c
879
int qlcnic_82xx_mq_intrpt(struct qlcnic_adapter *adapter, int op_type)
drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov.h
27
u8 op_type:1;
drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov.h
37
u8 op_type:1;
drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c
1206
hdr->op_type != QLC_BC_CMD &&
drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c
1220
if (hdr->op_type == QLC_BC_CMD)
drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c
1230
cmd.op_type = hdr->op_type;
drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c
324
cmd.op_type = QLC_83XX_MBX_POST_BC_OP;
drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c
729
mbx->op_type = QLC_BC_CMD;
drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c
798
cmd->op_type = trans->req_hdr->op_type;
drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c
806
hdr[i].op_type = cmd->op_type;
drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_pf.c
1497
if (trans->req_hdr->op_type == QLC_BC_CMD) {
drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_pf.c
1728
(hdr->op_type == QLC_BC_CMD) &&
drivers/net/ethernet/qlogic/qlcnic/qlcnic_sysfs.c
525
if (!esw_cfg[i].op_type)
drivers/net/ethernet/qlogic/qlcnic/qlcnic_sysfs.c
529
if (!esw_cfg[i].op_type)
drivers/net/wireless/quantenna/qtnfmac/commands.c
2607
cmd->op_type = QLINK_TXPWR_GET;
drivers/net/wireless/quantenna/qtnfmac/commands.c
2642
cmd->op_type = QLINK_TXPWR_SET;
drivers/net/wireless/quantenna/qtnfmac/qlink.h
860
u8 op_type;
drivers/net/wwan/iosm/iosm_ipc_imem.c
425
if (IPC_CB(skb)->op_type == UL_USR_OP_BLOCKED)
drivers/net/wwan/iosm/iosm_ipc_imem.c
429
if (IPC_CB(skb)->op_type == UL_MUX_OP_ADB) {
drivers/net/wwan/iosm/iosm_ipc_imem_ops.c
136
IPC_CB(skb)->op_type = (u8)UL_DEFAULT;
drivers/net/wwan/iosm/iosm_ipc_imem_ops.c
607
IPC_CB(skb)->op_type = UL_USR_OP_BLOCKED;
drivers/net/wwan/iosm/iosm_ipc_mux_codec.c
720
IPC_CB(skb)->op_type = (u8)UL_MUX_OP_ADB;
drivers/net/wwan/iosm/iosm_ipc_pcie.c
491
IPC_CB(skb)->op_type = (u8)UL_DEFAULT;
drivers/net/wwan/iosm/iosm_ipc_pcie.h
92
u8 op_type;
drivers/scsi/csiostor/csio_mb.c
1135
if ((FW_DEBUG_CMD_TYPE_G(ntohl(dbg->op_type))) == 1) {
drivers/staging/media/ipu3/ipu3-abi.h
667
u8 op_type;
drivers/staging/media/ipu3/ipu3-css-params.c
1331
p_op[op_idx].op_type =
drivers/staging/media/ipu3/ipu3-css-params.c
1345
p_op[op_idx].op_type =
drivers/staging/media/ipu3/ipu3-css-params.c
1549
p_op[op_idx].op_type =
drivers/staging/media/ipu3/ipu3-css-params.c
1589
p_op[op_idx].op_type =
drivers/staging/media/ipu3/ipu3-css-params.c
1910
acc->dvs_stat.operations_data.ops[0].op_type =
include/uapi/linux/virtio_crypto.h
284
__le32 op_type;
include/uapi/linux/virtio_crypto.h
451
__le32 op_type;
net/rds/ib_send.c
137
if (op->op_type == RDS_ATOMIC_TYPE_CSWP)
net/rds/ib_send.c
813
if (op->op_type == RDS_ATOMIC_TYPE_CSWP) {
net/rds/rdma.c
881
rm->atomic.op_type = RDS_ATOMIC_TYPE_FADD;
net/rds/rdma.c
886
rm->atomic.op_type = RDS_ATOMIC_TYPE_FADD;
net/rds/rdma.c
891
rm->atomic.op_type = RDS_ATOMIC_TYPE_CSWP;
net/rds/rdma.c
898
rm->atomic.op_type = RDS_ATOMIC_TYPE_CSWP;
net/rds/rds.h
450
int op_type;