Searched refs:op_idx (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_init_ops.h | 238 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 D | bpf_dummy_struct_ops.c | 138 unsigned int op_idx; in bpf_struct_ops_test_run() local 176 op_idx = prog->expected_attach_type; in bpf_struct_ops_test_run() 178 &st_ops->func_models[op_idx], in bpf_struct_ops_test_run()
|
/linux/fs/ceph/ |
H A D | addr.c | 1050 int num_ops = 0, op_idx; in ceph_writepages_start() local 1271 op_idx = 0; in ceph_writepages_start() 1282 if (op_idx + 1 == req->r_num_ops) in ceph_writepages_start() 1289 osd_req_op_extent_dup_last(req, op_idx, in ceph_writepages_start() 1293 osd_req_op_extent_osd_data_pages(req, op_idx, in ceph_writepages_start() 1296 osd_req_op_extent_update(req, op_idx, len); in ceph_writepages_start() 1301 op_idx++; in ceph_writepages_start() 1333 osd_req_op_extent_osd_data_pages(req, op_idx, data_pages, len, in ceph_writepages_start() 1335 osd_req_op_extent_update(req, op_idx, len); in ceph_writepages_start() 1337 BUG_ON(op_idx + 1 != req->r_num_ops); in ceph_writepages_start()
|