Lines Matching refs:op_len
580 int op_len, err;
593 op_len = 0;
598 op_len = sizeof(u32);
603 op_len = sizeof(u32);
608 op_len = sizeof(struct vio_disk_vtoc);
613 op_len = sizeof(struct vio_disk_vtoc);
618 op_len = sizeof(struct vio_disk_geom);
623 op_len = sizeof(struct vio_disk_geom);
628 op_len = 16;
633 op_len = sizeof(struct vio_disk_devid);
644 op_len = (op_len + 7) & ~7;
645 req_buf = kzalloc(op_len, GFP_KERNEL);
649 if (len > op_len)
650 len = op_len;
664 err = ldc_map_single(port->vio.lp, req_buf, op_len,
683 desc->size = op_len;