Home
last modified time | relevance | path

Searched refs:op_idx (Results 1 – 6 of 6) 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.c609 int op_idx; member
1065 ceph_wbc->op_idx = -1; in ceph_init_writeback_ctl()
1495 ceph_wbc->op_idx = 0; in ceph_submit_write()
1508 if (ceph_wbc->op_idx + 1 == req->r_num_ops) in ceph_submit_write()
1515 osd_req_op_extent_dup_last(req, ceph_wbc->op_idx, in ceph_submit_write()
1520 osd_req_op_extent_osd_data_pages(req, ceph_wbc->op_idx, in ceph_submit_write()
1525 osd_req_op_extent_update(req, ceph_wbc->op_idx, len); in ceph_submit_write()
1530 ceph_wbc->op_idx++; in ceph_submit_write()
1568 osd_req_op_extent_osd_data_pages(req, ceph_wbc->op_idx, in ceph_submit_write()
1571 osd_req_op_extent_update(req, ceph_wbc->op_idx, len); in ceph_submit_write()
[all …]