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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/mm/
H A Dextmem.c176 struct qin64 *qin = kmalloc (sizeof(struct qin64), GFP_DMA); local
182 if ((qin == NULL) || (qout == NULL)) {
188 qin->qopcode = DCSS_FINDSEGA;
189 qin->qoutptr = (unsigned long) qout;
190 qin->qoutlen = sizeof(struct qout64);
191 memcpy (qin->qname, seg->dcss_name, 8);
193 diag_cc = dcss_diag (DCSS_SEGEXT, qin, &dummy, &vmrc);
239 kfree(qin);

Completed in 22 milliseconds