Home
last modified time | relevance | path

Searched refs:num_ops (Results 1 – 2 of 2) sorted by relevance

/drivers/block/
Drbd.c1908 unsigned int num_ops, in rbd_osd_req_create() argument
1926 rbd_assert(num_ops == 1 || ((op_type == OBJ_OP_WRITE) && num_ops == 2)); in rbd_osd_req_create()
1931 osd_req = ceph_osdc_alloc_request(osdc, snapc, num_ops, false, in rbd_osd_req_create()
2349 unsigned int num_ops) in rbd_img_obj_request_fill() argument
2378 osd_req_op_alloc_hint_init(osd_request, num_ops, in rbd_img_obj_request_fill()
2380 num_ops++; in rbd_img_obj_request_fill()
2385 osd_req_op_extent_init(osd_request, num_ops, opcode, offset, length, in rbd_img_obj_request_fill()
2388 osd_req_op_extent_osd_data_bio(osd_request, num_ops, in rbd_img_obj_request_fill()
2391 osd_req_op_extent_osd_data_pages(osd_request, num_ops, in rbd_img_obj_request_fill()
/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c12812 u32 offset, len, num_ops; in bnx2x_check_firmware() local
12839 num_ops = be32_to_cpu(fw_hdr->init_ops.len) / sizeof(struct raw_op); in bnx2x_check_firmware()
12842 if (be16_to_cpu(ops_offsets[i]) > num_ops) { in bnx2x_check_firmware()