Lines Matching refs:op_len
578 int op_len, err;
591 op_len = 0;
596 op_len = sizeof(u32);
601 op_len = sizeof(u32);
606 op_len = sizeof(struct vio_disk_vtoc);
611 op_len = sizeof(struct vio_disk_vtoc);
616 op_len = sizeof(struct vio_disk_geom);
621 op_len = sizeof(struct vio_disk_geom);
626 op_len = 16;
631 op_len = sizeof(struct vio_disk_devid);
642 op_len = (op_len + 7) & ~7;
643 req_buf = kzalloc(op_len, GFP_KERNEL);
647 if (len > op_len)
648 len = op_len;
662 err = ldc_map_single(port->vio.lp, req_buf, op_len,
681 desc->size = op_len;