Searched refs:d204 (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/hypfs/
H A Dhypfs_diag.c547 u64 len; /* Length of d204 buffer without header */
555 char buf[]; /* d204 buffer */
559 struct dbfs_d204 *d204; /* Aligned d204 data with header */ member in struct:dbfs_d204_private
566 struct dbfs_d204 *d204; local
572 buf_size = PAGE_SIZE * (diag204_buf_pages + 1) + sizeof(d204->hdr);
579 d204 = page_align_ptr(data->base + sizeof(d204->hdr))
580 - sizeof(d204->hdr);
581 rc = diag204_do_store(&d204
[all...]

Completed in 63 milliseconds