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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/fs_enet/
H A Dfs_enet-main.c88 cbd_t __iomem *bdp; local
98 bdp = fep->cur_rx;
103 while (((sc = CBDR_SC(bdp)) & BD_ENET_RX_EMPTY) == 0) {
104 curidx = bdp - fep->rx_bd_base;
134 dma_unmap_single(fep->dev, CBDR_BUFADDR(bdp),
143 dma_unmap_single(fep->dev, CBDR_BUFADDR(bdp),
151 pkt_len = CBDR_DATLEN(bdp) - 4; /* remove CRC */
187 CBDW_BUFADDR(bdp, dma_map_single(fep->dev, skbn->data,
190 CBDW_DATLEN(bdp, 0);
191 CBDW_SC(bdp, (s
222 cbd_t __iomem *bdp; local
344 cbd_t __iomem *bdp; local
492 cbd_t __iomem *bdp; local
545 cbd_t __iomem *bdp; local
620 cbd_t __iomem *bdp; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/cpm_uart/
H A Dcpm_uart_core.c81 cbd_t __iomem *bdp = pinfo->tx_bd_base; local
85 if (in_be16(&bdp->cbd_sc) & BD_SC_READY)
88 if (in_be16(&bdp->cbd_sc) & BD_SC_WRAP) {
92 bdp++;
249 cbd_t __iomem *bdp; local
258 bdp = pinfo->rx_cur;
267 status = in_be16(&bdp->cbd_sc);
273 i = in_be16(&bdp->cbd_datlen);
284 cp = cpm2cpu_addr(in_be32(&bdp->cbd_bufaddr), pinfo);
309 clrbits16(&bdp
648 cbd_t __iomem *bdp; local
725 cbd_t __iomem *bdp; local
942 cbd_t __iomem *bdp, *bdbase; local
1024 volatile cbd_t *bdp; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dfec.c220 struct bufdesc *bdp; local
232 bdp = fep->cur_tx;
234 status = bdp->cbd_sc;
250 bdp->cbd_datlen = skb->len;
259 index = bdp - fep->tx_bd_base;
273 bdp->cbd_bufaddr = dma_map_single(&dev->dev, bufaddr,
281 bdp->cbd_sc = status;
288 bdp = fep->tx_bd_base;
290 bdp++;
292 if (bdp
355 struct bufdesc *bdp; local
432 struct bufdesc *bdp; local
851 struct bufdesc *bdp; local
875 struct bufdesc *bdp; local
1071 struct bufdesc *bdp; local
[all...]
H A Dgreth.c389 struct greth_bd *bdp; local
393 bdp = greth->tx_bd_base + greth->tx_next;
409 dma_addr = greth_read_bd(&bdp->addr);
439 greth_write_bd(&bdp->stat, status);
452 struct greth_bd *bdp; local
485 bdp = greth->tx_bd_base + greth->tx_next;
486 greth_write_bd(&bdp->stat, status);
492 greth_write_bd(&bdp->addr, dma_addr);
500 bdp = greth->tx_bd_base + curr_tx;
521 greth_write_bd(&bdp
606 struct greth_bd *bdp; local
658 struct greth_bd *bdp, *bdp_last_frag; local
712 struct greth_bd *bdp; local
725 struct greth_bd *bdp; local
834 struct greth_bd *bdp; local
[all...]
H A Dgianfar.c115 static void gfar_new_rxbdp(struct gfar_priv_rx_q *rx_queue, struct rxbd8 *bdp,
153 static void gfar_init_rxbdp(struct gfar_priv_rx_q *rx_queue, struct rxbd8 *bdp, argument
158 bdp->bufPtr = buf;
161 if (bdp == rx_queue->rx_bd_base + rx_queue->rx_ring_size - 1)
166 bdp->lstatus = lstatus;
2022 static inline struct txbd8 *skip_txbd(struct txbd8 *bdp, int stride, argument
2025 struct txbd8 *new_bd = bdp + stride;
2030 static inline struct txbd8 *next_txbd(struct txbd8 *bdp, struct txbd8 *base, argument
2033 return skip_txbd(bdp, 1, base, ring_size);
2438 struct txbd8 *bdp, *nex local
2570 gfar_new_rxbdp(struct gfar_priv_rx_q *rx_queue, struct rxbd8 *bdp, struct sk_buff *skb) argument
2720 struct rxbd8 *bdp, *base; local
[all...]
H A Dgianfar.h259 #define skip_bd(bdp, stride, base, ring_size) ({ \
260 typeof(bdp) new_bd = (bdp) + (stride); \
263 #define next_bd(bdp, base, ring_size) skip_bd(bdp, 1, base, ring_size)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A D68360serial.c354 volatile QUICC_BD *bdp; local
361 bdp = info->rx_cur;
363 if (bdp->status & BD_SC_EMPTY) /* If this one is empty */
374 bdp->status |= BD_SC_EMPTY;
375 bdp->status &=
378 if (bdp->status & BD_SC_WRAP)
379 bdp = info->rx_bd_base;
381 bdp++;
387 i = bdp->length;
388 /* cp = (unsigned char *)__va(bdp
943 volatile QUICC_BD *bdp; local
976 volatile QUICC_BD *bdp; local
1074 volatile QUICC_BD *bdp; local
1617 volatile QUICC_BD *bdp; local
2027 QUICC_BD *bdp, *bdbase; local
2171 QUICC_BD *bdp; local
2273 volatile QUICC_BD *bdp; local
2378 QUICC_BD *bdp; local
2731 QUICC_BD *bdp; local
[all...]
H A Ducc_uart.c255 struct qe_bd *bdp = qe_port->tx_bd_base; local
258 if (in_be16(&bdp->status) & BD_SC_READY)
262 if (in_be16(&bdp->status) & BD_SC_WRAP)
269 bdp++;
327 struct qe_bd *bdp; local
333 bdp = qe_port->rx_cur;
338 bdp = qe_port->tx_cur;
340 p = qe2cpu_addr(bdp->buf, qe_port);
343 out_be16(&bdp->length, 1);
344 setbits16(&bdp
471 struct qe_bd *bdp; local
602 struct qe_bd *bdp; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/mm/
H A Ddiscontig.c79 struct bootmem_data *bdp = &bootmem_node_data[node]; local
84 if (!bdp->node_low_pfn) {
85 bdp->node_min_pfn = spfn;
86 bdp->node_low_pfn = epfn;
88 bdp->node_min_pfn = min(spfn, bdp->node_min_pfn);
89 bdp->node_low_pfn = max(epfn, bdp->node_low_pfn);
272 struct bootmem_data *bdp = &bootmem_node_data[node]; local
288 pgdat_list[node]->bdata = bdp;
329 struct bootmem_data *bdp = &bootmem_node_data[node]; local
391 struct bootmem_data *bdp; local
560 struct bootmem_data *bdp; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/backlight/
H A Dcr_bllcd.c175 struct backlight_device *bdp; local
196 bdp = backlight_device_register("cr-backlight", &pdev->dev, NULL,
198 if (IS_ERR(bdp)) {
200 return PTR_ERR(bdp);
205 backlight_device_unregister(bdp);
217 backlight_device_unregister(bdp);
222 crp->cr_backlight_device = bdp;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dtlb_uv.c1498 struct uvhub_desc *bdp; local
1527 bdp = &uvhub_descs[uvhub];
1528 bdp->num_cpus++;
1529 bdp->uvhub = uvhub;
1530 bdp->pnode = pnode;
1534 bdp->socket_mask |= (1 << socket);
1535 sdp = &bdp->socket[socket];
1543 bdp = &uvhub_descs[uvhub];
1544 socket_mask = bdp->socket_mask;
1549 sdp = &bdp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/include/
H A Dunarchive.h104 int start_bunzip(bunzip_data **bdp, int in_fd, const unsigned char *inbuf, int len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_gf2m.c700 BN_ULONG *udp, *bdp, *vdp, *cdp; local
710 bdp = b->d;
711 bdp[0] = 1;
713 bdp[i] = 0;
730 b0 = bdp[0];
737 b1 = bdp[i + 1] ^ (p->d[i + 1] & mask);
738 bdp[i] = ((b0 >> 1) | (b1 << (BN_BITS2 - 1))) & BN_MASK2;
742 bdp[i] = b0 >> 1;
765 bdp = cdp;
770 bdp[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_gf2m.c700 BN_ULONG *udp, *bdp, *vdp, *cdp; local
710 bdp = b->d;
711 bdp[0] = 1;
713 bdp[i] = 0;
730 b0 = bdp[0];
737 b1 = bdp[i + 1] ^ (p->d[i + 1] & mask);
738 bdp[i] = ((b0 >> 1) | (b1 << (BN_BITS2 - 1))) & BN_MASK2;
742 bdp[i] = b0 >> 1;
765 bdp = cdp;
770 bdp[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Ddecompress_bunzip2.c630 static int INIT start_bunzip(struct bunzip_data **bdp, void *inbuf, int len, argument
643 bd = *bdp = malloc(i);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/libunarchive/
H A Ddecompress_bunzip2.c637 int start_bunzip(bunzip_data **bdp, int in_fd, const unsigned char *inbuf, argument
653 bd = *bdp = xzalloc(i);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/hotplug2/linux24_compat/
H A Dgenerate_alias.c178 unsigned long bdc, unsigned long bdsc, unsigned long bdp,
211 PRINT_WILDCARD_COND("dp", "%02lX", bdp, mflags & 0x0040);
175 alias_from_usbmap_print_pattern(FILE *fp, unsigned long mflags, unsigned long ven, unsigned long pro, unsigned long bcdl, unsigned long bcdh, unsigned long bdc, unsigned long bdsc, unsigned long bdp, unsigned long bic, unsigned long bisc, unsigned long bip, int len, unsigned long left, int ndigits, char *module) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dqla1280.c703 struct qla_boards *bdp; local
707 bdp = &ql1280_board_tbl[ha->devnum];
713 &bdp->name[0], ha->fwver1, ha->fwver2, ha->fwver3,
4234 struct qla_boards *bdp = &ql1280_board_tbl[devnum]; local
4247 bdp->name, pdev->bus->number, PCI_SLOT(pdev->devfn));
4307 ha->ports = bdp->numPorts;
4313 host->max_channel = bdp->numPorts - 1;

Completed in 365 milliseconds