Searched refs:op_idx (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/ |
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-v4.19/fs/ceph/ |
D | addr.c | 869 int num_ops = 0, op_idx; in ceph_writepages_start() local 1065 op_idx = 0; in ceph_writepages_start() 1069 if (op_idx + 1 == req->r_num_ops) in ceph_writepages_start() 1071 osd_req_op_extent_dup_last(req, op_idx, in ceph_writepages_start() 1075 osd_req_op_extent_osd_data_pages(req, op_idx, in ceph_writepages_start() 1078 osd_req_op_extent_update(req, op_idx, len); in ceph_writepages_start() 1083 op_idx++; in ceph_writepages_start() 1103 osd_req_op_extent_osd_data_pages(req, op_idx, data_pages, len, in ceph_writepages_start() 1105 osd_req_op_extent_update(req, op_idx, len); in ceph_writepages_start() 1107 BUG_ON(op_idx + 1 != req->r_num_ops); in ceph_writepages_start()
|