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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dftw.h106 int descriptors,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dftw.h106 int descriptors,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/arm/
H A Dat91_ether.h81 struct rbf_t descriptors[MAX_RX_DESCR]; /* must be on sizeof (rbf_t) boundary */ member in struct:recv_desc_bufs
H A Dat91_ether.c703 dlist->descriptors[i].addr = (unsigned int) &dlist_phys->recv_buf[i][0];
704 dlist->descriptors[i].size = 0;
708 dlist->descriptors[i-1].addr |= EMAC_DESC_WRAP;
856 * Extract received frame from buffer descriptors and sent to upper layers.
868 while (dlist->descriptors[lp->rxBuffIndex].addr & EMAC_DESC_DONE) {
870 pktlen = dlist->descriptors[lp->rxBuffIndex].size & 0x7ff; /* Length of frame including FCS */
886 if (dlist->descriptors[lp->rxBuffIndex].size & EMAC_MULTICAST)
889 dlist->descriptors[lp->rxBuffIndex].addr &= ~EMAC_DESC_DONE; /* reset ownership bit */
975 /* Allocate memory for DMA Receive descriptors */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dclean-temp.c109 /* List of all open file descriptors to temporary files. */
110 static gl_list_t /* <int> */ volatile descriptors; variable
196 /* First close all file descriptors to temporary files. */
198 gl_list_t fds = descriptors;
602 if (descriptors == NULL)
603 descriptors = gl_list_create_empty (GL_LINKEDHASH_LIST, NULL, NULL, NULL,
605 gl_list_add_first (descriptors, (void *) (uintptr_t) fd);
612 gl_list_t fds = descriptors;
616 /* descriptors should already contain fd. */
620 /* descriptors shoul
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Djazzsonic.c163 /* Allocate the entire chunk of memory for the descriptors.
165 if ((lp->descriptors = dma_alloc_coherent(lp->device,
168 printk(KERN_ERR "%s: couldn't alloc DMA memory for descriptors.\n", lp->device->bus_id);
173 lp->cda = lp->descriptors;
289 lp->descriptors, lp->descriptors_laddr);
H A Dmacsonic.c177 /* Allocate the entire chunk of memory for the descriptors.
179 if ((lp->descriptors = dma_alloc_coherent(lp->device,
182 printk(KERN_ERR "%s: couldn't alloc DMA memory for descriptors.\n", lp->device->bus_id);
187 lp->cda = lp->descriptors;
616 lp->descriptors, lp->descriptors_laddr);
H A Dsonic.h273 #define SONIC_NUM_RDS SONIC_NUM_RRS /* number of receive descriptors */
274 #define SONIC_NUM_TDS 16 /* number of transmit descriptors */
295 void *descriptors; member in struct:sonic_local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/util/
H A Dftw.c550 descriptors. Simply close the stream now. */
630 int descriptors,
650 data.maxdir = descriptors < 1 ? 1 : descriptors;
821 int descriptors,
824 return ftw_startup (path, 1, func, up, descriptors, flags);
626 ftw_startup(const char *dir, int is_nftw, void *func, dir_notification_func_t up, int descriptors, int flags) argument
818 NFTW_NAME(const char *path, NFTW_FUNC_T func, dir_notification_func_t up, int descriptors, int flags) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dftw.c550 descriptors. Simply close the stream now. */
630 int descriptors,
650 data.maxdir = descriptors < 1 ? 1 : descriptors;
821 int descriptors,
824 return ftw_startup (path, 1, func, up, descriptors, flags);
626 ftw_startup(const char *dir, int is_nftw, void *func, dir_notification_func_t up, int descriptors, int flags) argument
818 NFTW_NAME(const char *path, NFTW_FUNC_T func, dir_notification_func_t up, int descriptors, int flags) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/ibm_emac/
H A Dibm_emac_core.h39 #error Invalid number of buffer descriptors (greater than 256)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Dgoku_udc.h192 u32 descriptors[DESC_LEN]; /* 0x800 */ member in struct:goku_udc_regs
H A Dgoku_udc.c1335 /* can't modify descriptors after writing UsbReady */
1337 writel(0, &regs->descriptors[i]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide-floppy.c175 u8 length; /* Length of the following descriptors in bytes */
1338 int i, descriptors, rc = 1, blocks, length; local
1352 descriptors = header->length / sizeof(idefloppy_capacity_descriptor_t);
1355 for (i = 0; i < descriptors; i++, descriptor++) {
1425 ** descriptors to userland, instead of our own structures.
1448 int i, descriptors, blocks, length; local
1465 descriptors = header->length /
1474 ** current capacity. We are interested in the remaining descriptors,
1478 for (i=0; i<descriptors; i++, descriptor++) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/ehea/
H A Dehea_qmr.h102 u8 descriptors; /* number of valid descriptors in WQE */ member in struct:ehea_swqe
H A Dehea_main.c1325 swqe->descriptors++;
1356 swqe->descriptors++;
1375 swqe->descriptors = 0;
1383 /* write descriptors */
1385 if (swqe->descriptors == 0) {
1395 swqe->descriptors++;
1410 swqe->descriptors++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/boot/
H A Dsetup.S507 # then we load the segment descriptors
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dxircom_pgs.S481 ;; the length of string descriptors to be read incorrectly, possibly
H A Dkeyspan_pda.S443 ;; the length of string descriptors to be read incorrectly, possibly

Completed in 357 milliseconds