Home
last modified time | relevance | path

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

/linux/drivers/media/common/saa7146/
H A Dsaa7146_i2c.c32 int mem = 0, op_count = 0; in saa7146_i2c_msg_prepare() local
58 h1 = op_count/3; h2 = op_count%3; in saa7146_i2c_msg_prepare()
61 op_count++; in saa7146_i2c_msg_prepare()
66 h1 = op_count/3; h2 = op_count%3; in saa7146_i2c_msg_prepare()
69 op_count++; in saa7146_i2c_msg_prepare()
76 h1 = (op_count-1)/3; h2 = (op_count-1)%3; in saa7146_i2c_msg_prepare()
93 int op_count = 0; in saa7146_i2c_msg_cleanup() local
98 op_count++; in saa7146_i2c_msg_cleanup()
103 m[i].buf[j] = (le32_to_cpu(op[op_count/3]) >> ((3-(op_count%3))*8)); in saa7146_i2c_msg_cleanup()
104 op_count++; in saa7146_i2c_msg_cleanup()
/linux/net/rds/
H A Dib_send.c551 rm->data.op_count = ib_dma_map_sg(dev, in rds_ib_xmit()
555 rdsdebug("ic %p mapping rm %p: %d\n", ic, rm, rm->data.op_count); in rds_ib_xmit()
556 if (rm->data.op_count == 0) { in rds_ib_xmit()
563 rm->data.op_count = 0; in rds_ib_xmit()
650 && scat != &rm->data.op_sg[rm->data.op_count]) { in rds_ib_xmit()
708 && scat != &rm->data.op_sg[rm->data.op_count]); in rds_ib_xmit()
716 if (scat == &rm->data.op_sg[rm->data.op_count]) { in rds_ib_xmit()
877 op->op_count = in rds_ib_xmit_rdma()
883 op->op_count); in rds_ib_xmit_rdma()
884 if (op->op_count == 0) { in rds_ib_xmit_rdma()
[all …]
H A Drds.h467 unsigned int op_count; member
479 unsigned int op_count; member
/linux/drivers/scsi/qla2xxx/
H A Dqla_nx2.h307 uint32_t op_count; member
329 uint32_t op_count; member
350 uint32_t op_count; member
391 uint32_t op_count; member
407 uint32_t op_count; member
425 uint16_t op_count; member
483 uint32_t op_count; member
H A Dqla_nx.h1044 uint32_t op_count; member
1071 uint32_t op_count; member
1097 uint32_t op_count; member
1132 uint32_t op_count; member
1150 uint32_t op_count; member
H A Dqla_nx2.c2220 for (i = 0; i < crb_entry->op_count; i++) { in qla8044_minidump_process_control()
2327 loop_cnt = crb_hdr->op_count; in qla8044_minidump_process_rdcrb()
2474 loop_count = cache_hdr->op_count; in qla8044_minidump_process_l2tag()
2527 loop_count = cache_hdr->op_count; in qla8044_minidump_process_l1cache()
2564 loop_cnt = ocm_hdr->op_count; in qla8044_minidump_process_rdocm()
2597 loop_cnt = mux_hdr->op_count; in qla8044_minidump_process_rdmux()
2625 loop_cnt = q_hdr->op_count; in qla8044_minidump_process_queue()
2660 for (i = 0; i < pollrd_hdr->op_count; i++) { in qla8044_minidump_process_pollrd()
2706 for (i = 0; i < rdmux2_hdr->op_count; i++) { in qla8044_minidump_process_rdmux2()
H A Dqla_nx.c3688 for (i = 0; i < crb_entry->op_count; i++) { in qla82xx_minidump_process_control()
3800 loop_cnt = ocm_hdr->op_count; in qla82xx_minidump_process_rdocm()
3824 loop_cnt = mux_hdr->op_count; in qla82xx_minidump_process_rdmux()
3848 loop_cnt = crb_hdr->op_count; in qla82xx_minidump_process_rdcrb()
3873 loop_count = cache_hdr->op_count; in qla82xx_minidump_process_l2tag()
3930 loop_count = cache_hdr->op_count; in qla82xx_minidump_process_l1cache()
3968 loop_cnt = q_hdr->op_count; in qla82xx_minidump_process_queue()
/linux/drivers/staging/greybus/
H A Di2c.c90 u16 op_count; in gb_i2c_operation_create() local
98 op_count = (u16)msg_count; in gb_i2c_operation_create()
122 request->op_count = cpu_to_le16(op_count); in gb_i2c_operation_create()
/linux/drivers/scsi/qla4xxx/
H A Dql4_nx.h894 uint32_t op_count; member
916 uint32_t op_count; member
937 uint32_t op_count; member
966 uint32_t op_count; member
982 uint32_t op_count; member
H A Dql4_83xx.h232 uint16_t op_count; member
290 uint32_t op_count; member
H A Dql4_nx.c1919 loop_cnt = crb_hdr->op_count; in qla4_8xxx_minidump_process_rdcrb()
2147 loop_count = cache_hdr->op_count; in qla4_8xxx_minidump_process_l2tag()
2207 for (i = 0; i < crb_entry->op_count; i++) { in qla4_8xxx_minidump_process_control()
2320 loop_cnt = ocm_hdr->op_count; in qla4_8xxx_minidump_process_rdocm()
2350 loop_cnt = mux_hdr->op_count; in qla4_8xxx_minidump_process_rdmux()
2373 loop_count = cache_hdr->op_count; in qla4_8xxx_minidump_process_l1cache()
2411 loop_cnt = q_hdr->op_count; in qla4_8xxx_minidump_process_queue()
2596 for (i = 0; i < le32_to_cpu(pollrd_hdr->op_count); i++) { in qla83xx_minidump_process_pollrd()
2861 for (i = 0; i < rdmux2_hdr->op_count; i++) { in qla83xx_minidump_process_rdmux2()
/linux/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_hw.c1937 u32 op_count, stride; in netxen_md_cntrl() local
1941 op_count = crtEntry->op_count; in netxen_md_cntrl()
1944 for (loop_cnt = 0; loop_cnt < op_count; loop_cnt++) { in netxen_md_cntrl()
2094 u32 op_count, addr, stride, value; in netxen_md_rd_crb() local
2097 op_count = crbEntry->op_count; in netxen_md_rd_crb()
2100 for (loop_cnt = 0; loop_cnt < op_count; loop_cnt++) { in netxen_md_rd_crb()
2155 loop_cnt = cacheEntry->op_count; in netxen_md_L2Cache()
2210 loop_cnt = cacheEntry->op_count; in netxen_md_L1Cache()
2245 loop_cnt = ocmEntry->op_count; in netxen_md_rdocm()
2267 for (loop_cnt = 0; loop_cnt < muxEntry->op_count; loop_cnt++) { in netxen_md_rdmux()
[all …]
H A Dnetxen_nic.h1373 u32 op_count; member
1413 u32 op_count; member
1447 u32 op_count; member
1488 u32 op_count; member
1520 u32 op_count; member
1543 u32 op_count; member
1562 u32 op_count; member
/linux/tools/perf/util/
H A Dprint_insn.c82 if (insn->detail && insn->detail->x86.op_count == 1) { in print_insn_x86()
H A Ddisasm.c1413 for (i = 0; i < insn->detail->x86.op_count; i++) { in print_capstone_detail()
/linux/fs/smb/server/
H A Dvfs_cache.h52 atomic_t op_count; member
H A Doplock.c220 return atomic_read(&fp->f_ci->op_count); in opinfo_del()
228 return atomic_inc(&fp->f_ci->op_count);
236 return atomic_dec(&fp->f_ci->op_count);
529 if ((atomic_read(&ci->op_count) + in same_client_has_lease()
540 } else if ((atomic_read(&ci->op_count) + in same_client_has_lease()
H A Dvfs_cache.c169 atomic_set(&ci->op_count, 0); in ksmbd_inode_init()
H A Dsmb2pdu.c7478 if (atomic_read(&fp->f_ci->op_count) > 1) in smb2_lock()
/linux/include/uapi/drm/
H A Dnouveau_drm.h342 __u32 op_count; member
/linux/arch/x86/coco/sev/
H A Dshared.c983 unsigned int ghcb_count, op_count; in vc_handle_ioio() local
996 op_count = (exit_info_1 & IOIO_REP) ? regs->cx : 1; in vc_handle_ioio()
997 exit_info_2 = min(op_count, ghcb_count); in vc_handle_ioio()
/linux/include/linux/greybus/
H A Dgreybus_protocols.h678 __le16 op_count; member
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_uvmm.c1673 u32 opc = req->op_count; in nouveau_uvmm_vm_bind_ucopy()