Home
last modified time | relevance | path

Searched refs:op_idx (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_init_ops.h238 u32 op_idx, op_type, addr, len; in bnx2x_init_block() local
247 for (op_idx = op_start; op_idx < op_end; op_idx++) { in bnx2x_init_block()
249 op = (const union init_op *)&(INIT_OPS(bp)[op_idx]); in bnx2x_init_block()
293 op_idx += op->if_mode.cmd_offset; in bnx2x_init_block()
301 op_idx += op->if_mode.cmd_offset; in bnx2x_init_block()
/linux/net/bpf/
H A Dbpf_dummy_struct_ops.c138 unsigned int op_idx; in bpf_struct_ops_test_run() local
177 op_idx = prog->expected_attach_type; in bpf_struct_ops_test_run()
179 &st_ops->func_models[op_idx], in bpf_struct_ops_test_run()
/linux/drivers/hid/amd-sfh-hid/
H A Damd_sfh_pcie.h82 op_idx = 15, enumerator
H A Damd_sfh_client.c157 case op_idx: in get_sensor_name()
257 if (cl_data->sensor_idx[i] == op_idx) { in amd_sfh_hid_client_init()
330 if (cl_data->sensor_idx[i] == op_idx) { in amd_sfh_hid_client_init()
H A Damd_sfh_pcie.c237 sensor_id[num_of_sensors++] = op_idx; in amd_mp2_get_sensor_num()
/linux/fs/ceph/
H A Daddr.c604 int op_idx; member
1050 ceph_wbc->op_idx = -1; in ceph_init_writeback_ctl()
1483 ceph_wbc->op_idx = 0; in ceph_submit_write()
1496 if (ceph_wbc->op_idx + 1 == req->r_num_ops) in ceph_submit_write()
1503 osd_req_op_extent_dup_last(req, ceph_wbc->op_idx, in ceph_submit_write()
1508 osd_req_op_extent_osd_data_pages(req, ceph_wbc->op_idx, in ceph_submit_write()
1513 osd_req_op_extent_update(req, ceph_wbc->op_idx, len); in ceph_submit_write()
1518 ceph_wbc->op_idx++; in ceph_submit_write()
1556 osd_req_op_extent_osd_data_pages(req, ceph_wbc->op_idx, in ceph_submit_write()
1559 osd_req_op_extent_update(req, ceph_wbc->op_idx, len); in ceph_submit_write()
[all …]
/linux/drivers/i2c/busses/
H A Di2c-mlxbf.c687 u8 op_idx, data_idx, data_len, write_len, read_len; in mlxbf_i2c_smbus_start_transaction() local
738 for (op_idx = 0; op_idx < request->operation_cnt; op_idx++) { in mlxbf_i2c_smbus_start_transaction()
739 operation = &request->operation[op_idx]; in mlxbf_i2c_smbus_start_transaction()
749 if (op_idx == 0 && flags & MLXBF_I2C_F_SMBUS_OPERATION) { in mlxbf_i2c_smbus_start_transaction()