/Linux-v4.19/drivers/media/common/saa7146/ |
D | saa7146_i2c.c | 32 int mem = 0, op_count = 0; in saa7146_i2c_msg_prepare() local 61 h1 = op_count/3; h2 = op_count%3; in saa7146_i2c_msg_prepare() 64 op_count++; in saa7146_i2c_msg_prepare() 69 h1 = op_count/3; h2 = op_count%3; in saa7146_i2c_msg_prepare() 72 op_count++; in saa7146_i2c_msg_prepare() 79 h1 = (op_count-1)/3; h2 = (op_count-1)%3; in saa7146_i2c_msg_prepare() 96 int op_count = 0; in saa7146_i2c_msg_cleanup() local 101 op_count++; in saa7146_i2c_msg_cleanup() 106 m[i].buf[j] = (le32_to_cpu(op[op_count/3]) >> ((3-(op_count%3))*8)); in saa7146_i2c_msg_cleanup() 107 op_count++; in saa7146_i2c_msg_cleanup()
|
/Linux-v4.19/drivers/scsi/qla2xxx/ |
D | qla_nx2.h | 308 uint32_t op_count; member 330 uint32_t op_count; member 351 uint32_t op_count; member 392 uint32_t op_count; member 408 uint32_t op_count; member 426 uint16_t op_count; member 484 uint32_t op_count; member
|
D | qla_nx.h | 1039 uint32_t op_count; member 1066 uint32_t op_count; member 1092 uint32_t op_count; member 1127 uint32_t op_count; member 1145 uint32_t op_count; member
|
D | qla_nx2.c | 2224 for (i = 0; i < crb_entry->op_count; i++) { in qla8044_minidump_process_control() 2339 loop_cnt = crb_hdr->op_count; in qla8044_minidump_process_rdcrb() 2486 loop_count = cache_hdr->op_count; in qla8044_minidump_process_l2tag() 2539 loop_count = cache_hdr->op_count; in qla8044_minidump_process_l1cache() 2576 loop_cnt = ocm_hdr->op_count; in qla8044_minidump_process_rdocm() 2609 loop_cnt = mux_hdr->op_count; in qla8044_minidump_process_rdmux() 2637 loop_cnt = q_hdr->op_count; in qla8044_minidump_process_queue() 2672 for (i = 0; i < pollrd_hdr->op_count; i++) { in qla8044_minidump_process_pollrd() 2718 for (i = 0; i < rdmux2_hdr->op_count; i++) { in qla8044_minidump_process_rdmux2()
|
D | qla_nx.c | 3729 for (i = 0; i < crb_entry->op_count; i++) { in qla82xx_minidump_process_control() 3841 loop_cnt = ocm_hdr->op_count; in qla82xx_minidump_process_rdocm() 3865 loop_cnt = mux_hdr->op_count; in qla82xx_minidump_process_rdmux() 3889 loop_cnt = crb_hdr->op_count; in qla82xx_minidump_process_rdcrb() 3914 loop_count = cache_hdr->op_count; in qla82xx_minidump_process_l2tag() 3971 loop_count = cache_hdr->op_count; in qla82xx_minidump_process_l1cache() 4009 loop_cnt = q_hdr->op_count; in qla82xx_minidump_process_queue()
|
/Linux-v4.19/net/rds/ |
D | ib_send.c | 554 rm->data.op_count = ib_dma_map_sg(dev, in rds_ib_xmit() 558 rdsdebug("ic %p mapping rm %p: %d\n", ic, rm, rm->data.op_count); in rds_ib_xmit() 559 if (rm->data.op_count == 0) { in rds_ib_xmit() 566 rm->data.op_count = 0; in rds_ib_xmit() 646 && scat != &rm->data.op_sg[rm->data.op_count]) { in rds_ib_xmit() 699 && scat != &rm->data.op_sg[rm->data.op_count]); in rds_ib_xmit() 707 if (scat == &rm->data.op_sg[rm->data.op_count]) { in rds_ib_xmit() 865 op->op_count = ib_dma_map_sg(ic->i_cm_id->device, in rds_ib_xmit_rdma() 868 rdsdebug("ic %p mapping op %p: %d\n", ic, op, op->op_count); in rds_ib_xmit_rdma() 869 if (op->op_count == 0) { in rds_ib_xmit_rdma() [all …]
|
D | rds.h | 456 unsigned int op_count; member 466 unsigned int op_count; member
|
/Linux-v4.19/drivers/staging/greybus/ |
D | i2c.c | 83 u16 op_count; in gb_i2c_operation_create() local 91 op_count = (u16)msg_count; in gb_i2c_operation_create() 115 request->op_count = cpu_to_le16(op_count); in gb_i2c_operation_create()
|
D | greybus_protocols.h | 726 __le16 op_count; member
|
/Linux-v4.19/drivers/scsi/qla4xxx/ |
D | ql4_nx.h | 912 uint32_t op_count; member 934 uint32_t op_count; member 955 uint32_t op_count; member 984 uint32_t op_count; member 1000 uint32_t op_count; member
|
D | ql4_83xx.h | 250 uint16_t op_count; member 308 uint32_t op_count; member
|
D | ql4_nx.c | 1933 loop_cnt = crb_hdr->op_count; in qla4_8xxx_minidump_process_rdcrb() 2161 loop_count = cache_hdr->op_count; in qla4_8xxx_minidump_process_l2tag() 2221 for (i = 0; i < crb_entry->op_count; i++) { in qla4_8xxx_minidump_process_control() 2334 loop_cnt = ocm_hdr->op_count; in qla4_8xxx_minidump_process_rdocm() 2364 loop_cnt = mux_hdr->op_count; in qla4_8xxx_minidump_process_rdmux() 2387 loop_count = cache_hdr->op_count; in qla4_8xxx_minidump_process_l1cache() 2425 loop_cnt = q_hdr->op_count; in qla4_8xxx_minidump_process_queue() 2610 for (i = 0; i < le32_to_cpu(pollrd_hdr->op_count); i++) { in qla83xx_minidump_process_pollrd() 2878 for (i = 0; i < rdmux2_hdr->op_count; i++) { in qla83xx_minidump_process_rdmux2()
|
/Linux-v4.19/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic_hw.c | 1953 u32 op_count, stride; in netxen_md_cntrl() local 1957 op_count = crtEntry->op_count; in netxen_md_cntrl() 1960 for (loop_cnt = 0; loop_cnt < op_count; loop_cnt++) { in netxen_md_cntrl() 2110 u32 op_count, addr, stride, value; in netxen_md_rd_crb() local 2113 op_count = crbEntry->op_count; in netxen_md_rd_crb() 2116 for (loop_cnt = 0; loop_cnt < op_count; loop_cnt++) { in netxen_md_rd_crb() 2171 loop_cnt = cacheEntry->op_count; in netxen_md_L2Cache() 2226 loop_cnt = cacheEntry->op_count; in netxen_md_L1Cache() 2261 loop_cnt = ocmEntry->op_count; in netxen_md_rdocm() 2283 for (loop_cnt = 0; loop_cnt < muxEntry->op_count; loop_cnt++) { in netxen_md_rdmux() [all …]
|
D | netxen_nic.h | 1392 u32 op_count; member 1432 u32 op_count; member 1466 u32 op_count; member 1507 u32 op_count; member 1539 u32 op_count; member 1562 u32 op_count; member 1581 u32 op_count; member
|