Searched refs:bdp (Results 1 - 25 of 38) sorted by path

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/mm/
H A Ddiscontig.c78 struct bootmem_data *bdp = &mem_data[node].bootmem_data; local
83 if (!bdp->node_low_pfn) {
84 bdp->node_boot_start = cstart;
85 bdp->node_low_pfn = epfn;
87 bdp->node_boot_start = min(cstart, bdp->node_boot_start);
88 bdp->node_low_pfn = max(epfn, bdp->node_low_pfn);
168 struct bootmem_data *bdp = &mem_data[node].bootmem_data; local
184 pgdat_list[node]->bdata = bdp;
225 struct bootmem_data *bdp = &mem_data[node].bootmem_data; local
286 struct bootmem_data *bdp; local
454 struct bootmem_data *bdp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/8260_io/
H A Denet.c170 volatile cbd_t *bdp; local
174 bdp = cep->cur_tx;
177 if (bdp->cbd_sc & BD_ENET_TX_READY) {
188 bdp->cbd_sc &= ~BD_ENET_TX_STATS;
193 bdp->cbd_sc |= BD_ENET_TX_PAD;
195 bdp->cbd_sc &= ~BD_ENET_TX_PAD;
199 bdp->cbd_datlen = skb->len;
200 bdp->cbd_bufaddr = __pa(skb->data);
214 bdp->cbd_sc |= (BD_ENET_TX_READY | BD_ENET_TX_INTR | BD_ENET_TX_LAST | BD_ENET_TX_TC);
220 if (bdp
247 cbd_t *bdp; local
279 volatile cbd_t *bdp; local
417 volatile cbd_t *bdp; local
618 volatile cbd_t *bdp; local
[all...]
H A Dfcc_enet.c427 volatile cbd_t *bdp; local
430 bdp = cep->cur_tx;
433 if (!cep->tx_free || (bdp->cbd_sc & BD_ENET_TX_READY)) {
443 bdp->cbd_sc &= ~BD_ENET_TX_STATS;
447 bdp->cbd_sc |= BD_ENET_TX_PAD;
449 bdp->cbd_sc &= ~BD_ENET_TX_PAD;
452 bdp->cbd_datlen = skb->len;
453 bdp->cbd_bufaddr = __pa(skb->data);
466 bdp->cbd_sc |= (BD_ENET_TX_READY | BD_ENET_TX_INTR | BD_ENET_TX_LAST | BD_ENET_TX_TC);
471 if (bdp
497 cbd_t *bdp; local
527 volatile cbd_t *bdp; local
669 volatile cbd_t *bdp; local
1772 volatile cbd_t *bdp; local
2190 volatile cbd_t *bdp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/8xx_io/
H A Denet.c199 volatile cbd_t *bdp; local
202 bdp = cep->cur_tx;
205 if (bdp->cbd_sc & BD_ENET_TX_READY) {
216 bdp->cbd_sc &= ~BD_ENET_TX_STATS;
221 bdp->cbd_sc |= BD_ENET_TX_PAD;
223 bdp->cbd_sc &= ~BD_ENET_TX_PAD;
227 bdp->cbd_datlen = skb->len;
228 bdp->cbd_bufaddr = __pa(skb->data);
248 bdp->cbd_sc |= (BD_ENET_TX_READY | BD_ENET_TX_INTR | BD_ENET_TX_LAST | BD_ENET_TX_TC);
254 if (bdp
281 cbd_t *bdp; local
311 volatile cbd_t *bdp; local
446 volatile cbd_t *bdp; local
649 volatile cbd_t *bdp; local
[all...]
H A Dfec.c347 volatile cbd_t *bdp; local
358 bdp = fep->cur_tx;
361 if (bdp->cbd_sc & BD_ENET_TX_READY) {
372 bdp->cbd_sc &= ~BD_ENET_TX_STATS;
376 bdp->cbd_bufaddr = __pa(skb->data);
377 bdp->cbd_datlen = skb->len;
399 bdp->cbd_sc |= (BD_ENET_TX_READY | BD_ENET_TX_INTR
409 if (bdp->cbd_sc & BD_ENET_TX_WRAP) {
410 bdp = fep->tx_bd_base;
412 bdp
437 cbd_t *bdp; local
540 volatile cbd_t *bdp; local
636 volatile cbd_t *bdp; local
1514 volatile cbd_t *bdp; local
1738 volatile cbd_t *bdp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/simple/
H A Dembed_config.c52 embed_config(bd_t **bdp) argument
59 bd = *bdp;
264 embed_config(bd_t **bdp) argument
274 *bdp = bd;
335 embed_config(bd_t **bdp) argument
342 *bdp = bd;
369 embed_config(bd_t **bdp) argument
376 *bdp = bd;
483 embed_config(bd_t **bdp) argument
490 bd = *bdp;
515 embed_config(bd_t **bdp) argument
539 embed_config(bd_t **bdp) argument
572 embed_config(bd_t **bdp) argument
659 embed_config(bd_t **bdp) argument
692 embed_config(bd_t **bdp) argument
726 embed_config(bd_t ** bdp) argument
773 embed_config(bd_t **bdp) argument
832 embed_config(bd_t **bdp) argument
[all...]
H A Dmisc-embedded.c77 embed_config(bd_t **bdp) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/platforms/
H A Dkatana.c549 bd_t *bdp = (bd_t *)__res; local
551 if (bdp->bi_baudrate)
552 pdata->default_baud = bdp->bi_baudrate;
840 bd_t *bdp = (bd_t *)__res; local
841 return bdp->bi_memsize;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dfec.c310 volatile cbd_t *bdp; local
322 bdp = fep->cur_tx;
324 status = bdp->cbd_sc;
341 bdp->cbd_bufaddr = __pa(skb->data);
342 bdp->cbd_datlen = skb->len;
349 if (bdp->cbd_bufaddr & 0x3) {
351 index = bdp - fep->tx_bd_base;
352 memcpy(fep->tx_bounce[index], (void *) bdp->cbd_bufaddr, bdp->cbd_datlen);
353 bdp
414 cbd_t *bdp; local
496 volatile cbd_t *bdp; local
574 volatile cbd_t *bdp; local
2287 volatile cbd_t *bdp; local
2448 volatile cbd_t *bdp; local
[all...]
H A Dgianfar.c118 struct sk_buff *gfar_new_skb(struct net_device *dev, struct rxbd8 *bdp);
922 static inline struct txfcb *gfar_add_fcb(struct sk_buff *skb, struct txbd8 *bdp) argument
1213 struct txbd8 *bdp; local
1220 bdp = priv->dirty_tx;
1221 while ((bdp->status & TXBD_READY) == 0) {
1225 if ((bdp == priv->cur_tx) && (netif_queue_stopped(dev) == 0))
1232 if (bdp->status & TXBD_DEF)
1242 /* update bdp to point at next bd in the ring (wrapping if necessary) */
1243 if (bdp->status & TXBD_WRAP)
1244 bdp
1269 gfar_new_skb(struct net_device *dev, struct rxbd8 *bdp) argument
1471 struct rxbd8 *bdp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/fec_8xx/
H A Dfec_main.c244 cbd_t *bdp; local
298 for (i = 0, bdp = fep->rx_bd_base; i < fep->rx_ring; i++, bdp++) {
309 CBDW_BUFADDR(bdp, dma_map_single(NULL, skb->data,
312 CBDW_DATLEN(bdp, 0); /* zero */
313 CBDW_SC(bdp, BD_ENET_RX_EMPTY |
319 for (; i < fep->rx_ring; i++, bdp++) {
321 CBDW_SC(bdp, (i < fep->rx_ring - 1) ? 0 : BD_SC_WRAP);
337 for (i = 0, bdp = fep->tx_bd_base; i < fep->tx_ring; i++, bdp
473 cbd_t *bdp; local
626 cbd_t *bdp; local
808 cbd_t *bdp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/fs_enet/
H A Dfs_enet-main.c77 cbd_t *bdp; local
93 bdp = fep->cur_rx;
98 while (((sc = CBDR_SC(bdp)) & BD_ENET_RX_EMPTY) == 0) {
100 curidx = bdp - fep->rx_bd_base;
132 dma_unmap_single(fep->dev, CBDR_BUFADDR(bdp),
146 dma_unmap_single(fep->dev, CBDR_BUFADDR(bdp),
154 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
225 cbd_t *bdp; local
346 cbd_t *bdp; local
496 cbd_t *bdp; local
549 cbd_t *bdp; local
590 cbd_t *bdp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dqla1280.c702 struct qla_boards *bdp; local
706 bdp = &ql1280_board_tbl[ha->devnum];
712 &bdp->name[0], bdp->fwver[0], bdp->fwver[1], bdp->fwver[2],
4238 struct qla_boards *bdp = &ql1280_board_tbl[devnum]; local
4251 bdp->name, pdev->bus->number, PCI_SLOT(pdev->devfn));
4311 ha->ports = bdp->numPorts;
4317 host->max_channel = bdp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A D68360serial.c353 volatile QUICC_BD *bdp; local
360 bdp = info->rx_cur;
362 if (bdp->status & BD_SC_EMPTY) /* If this one is empty */
373 bdp->status |= BD_SC_EMPTY;
374 bdp->status &=
377 if (bdp->status & BD_SC_WRAP)
378 bdp = info->rx_bd_base;
380 bdp++;
386 i = bdp->length;
387 /* cp = (unsigned char *)__va(bdp
944 volatile QUICC_BD *bdp; local
976 volatile QUICC_BD *bdp; local
1074 volatile QUICC_BD *bdp; local
1636 volatile QUICC_BD *bdp; local
2044 QUICC_BD *bdp, *bdbase; local
2188 QUICC_BD *bdp; local
2290 volatile QUICC_BD *bdp; local
2395 QUICC_BD *bdp; local
2748 QUICC_BD *bdp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/cpm_uart/
H A Dcpm_uart_core.c129 volatile cbd_t *bdp = pinfo->tx_bd_base; local
133 if (bdp->cbd_sc & BD_SC_READY)
136 if (bdp->cbd_sc & BD_SC_WRAP) {
140 bdp++;
265 volatile cbd_t *bdp; local
274 bdp = pinfo->rx_cur;
277 status = bdp->cbd_sc;
283 i = bdp->cbd_datlen;
294 cp = cpm2cpu_addr(bdp->cbd_bufaddr, pinfo);
314 bdp
632 volatile cbd_t *bdp; local
708 volatile cbd_t *bdp; local
1089 volatile cbd_t *bdp, *bdbase; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_fs_subr.c26 bhv_desc_t *bdp,
31 bhv_vnode_t *vp = BHV_TO_VNODE(bdp);
40 bhv_desc_t *bdp,
45 bhv_vnode_t *vp = BHV_TO_VNODE(bdp);
61 bhv_desc_t *bdp,
67 bhv_vnode_t *vp = BHV_TO_VNODE(bdp);
25 fs_tosspages( bhv_desc_t *bdp, xfs_off_t first, xfs_off_t last, int fiopt) argument
39 fs_flushinval_pages( bhv_desc_t *bdp, xfs_off_t first, xfs_off_t last, int fiopt) argument
60 fs_flush_pages( bhv_desc_t *bdp, xfs_off_t first, xfs_off_t last, uint64_t flags, int fiopt) argument
H A Dxfs_ioctl.c412 bhv_desc_t *bdp; local
434 bdp = bhv_base_unlocked(VN_BHV_HEAD(vp));
435 error = xfs_set_dmattrs(bdp, fsd.fsd_dmevmask, fsd.fsd_dmstate, NULL);
652 bhv_desc_t *bdp,
685 bhv_desc_t *bdp,
692 bhv_desc_t *bdp,
697 bhv_desc_t *bdp,
713 ip = XFS_BHVTOI(bdp);
734 return xfs_ioc_space(bdp, inode, filp, ioflags, cmd, arg);
777 error = xfs_set_dmattrs(bdp, dm
696 xfs_ioctl( bhv_desc_t *bdp, struct inode *inode, struct file *filp, int ioflags, unsigned int cmd, void __user *arg) argument
956 xfs_ioc_space( bhv_desc_t *bdp, struct inode *inode, struct file *filp, int ioflags, unsigned int cmd, void __user *arg) argument
1270 xfs_ioc_getbmap( bhv_desc_t *bdp, int ioflags, unsigned int cmd, void __user *arg) argument
1300 xfs_ioc_getbmapx( bhv_desc_t *bdp, void __user *arg) argument
[all...]
H A Dxfs_iops.c62 bhv_desc_t *bdp; local
64 bdp = bhv_lookup_range(VN_BHV_HEAD(vp),
66 if (unlikely(bdp == NULL))
68 return XFS_BHVTOI(bdp);
H A Dxfs_lrw.c183 bhv_desc_t *bdp,
201 ip = XFS_BHVTOI(bdp);
202 vp = BHV_TO_VNODE(bdp);
254 BHV_TO_VNODE(bdp), *offset, size,
291 bhv_desc_t *bdp,
300 xfs_inode_t *ip = XFS_BHVTOI(bdp);
310 if (DM_EVENT_ENABLED(BHV_TO_VNODE(bdp)->v_vfsp, ip, DM_EVENT_READ) &&
315 error = XFS_SEND_DATA(mp, DM_EVENT_READ, BHV_TO_VNODE(bdp),
335 bhv_desc_t *bdp,
344 xfs_inode_t *ip = XFS_BHVTOI(bdp);
182 xfs_read( bhv_desc_t *bdp, struct kiocb *iocb, const struct iovec *iovp, unsigned int segs, loff_t *offset, int ioflags, cred_t *credp) argument
290 xfs_sendfile( bhv_desc_t *bdp, struct file *filp, loff_t *offset, int ioflags, size_t count, read_actor_t actor, void *target, cred_t *credp) argument
334 xfs_splice_read( bhv_desc_t *bdp, struct file *infilp, loff_t *ppos, struct pipe_inode_info *pipe, size_t count, int flags, int ioflags, cred_t *credp) argument
378 xfs_splice_write( bhv_desc_t *bdp, struct pipe_inode_info *pipe, struct file *outfilp, loff_t *ppos, size_t count, int flags, int ioflags, cred_t *credp) argument
640 xfs_write( bhv_desc_t *bdp, struct kiocb *iocb, const struct iovec *iovp, unsigned int nsegs, loff_t *offset, int ioflags, cred_t *credp) argument
972 xfs_bmap(bhv_desc_t *bdp, xfs_off_t offset, ssize_t count, int flags, xfs_iomap_t *iomapp, int *niomaps) argument
[all...]
H A Dxfs_super.c204 bhv_desc_t *bdp,
213 vp->v_vfsp = bhvtovfs(bdp);
226 xfs_revalidate_inode(XFS_BHVTOM(bdp), vp, ip);
203 xfs_initialize_vnode( bhv_desc_t *bdp, bhv_vnode_t *vp, bhv_desc_t *inode_bhv, int unlock) argument
H A Dxfs_vfs.c35 struct bhv_desc *bdp,
39 struct bhv_desc *next = bdp;
49 struct bhv_desc *bdp,
54 struct bhv_desc *next = bdp;
64 struct bhv_desc *bdp,
67 struct bhv_desc *next = bdp;
77 struct bhv_desc *bdp,
81 struct bhv_desc *next = bdp;
91 struct bhv_desc *bdp,
95 struct bhv_desc *next = bdp;
34 vfs_mount( struct bhv_desc *bdp, struct xfs_mount_args *args, struct cred *cr) argument
48 vfs_parseargs( struct bhv_desc *bdp, char *s, struct xfs_mount_args *args, int f) argument
63 vfs_showargs( struct bhv_desc *bdp, struct seq_file *m) argument
76 vfs_unmount( struct bhv_desc *bdp, int fl, struct cred *cr) argument
90 vfs_mntupdate( struct bhv_desc *bdp, int *fl, struct xfs_mount_args *args) argument
104 vfs_root( struct bhv_desc *bdp, struct bhv_vnode **vpp) argument
117 vfs_statvfs( struct bhv_desc *bdp, bhv_statvfs_t *statp, struct bhv_vnode *vp) argument
131 vfs_sync( struct bhv_desc *bdp, int fl, struct cred *cr) argument
145 vfs_vget( struct bhv_desc *bdp, struct bhv_vnode **vpp, struct fid *fidp) argument
159 vfs_dmapiops( struct bhv_desc *bdp, caddr_t addr) argument
172 vfs_quotactl( struct bhv_desc *bdp, int cmd, int id, caddr_t addr) argument
187 vfs_init_vnode( struct bhv_desc *bdp, struct bhv_vnode *vp, struct bhv_desc *bp, int unlock) argument
202 vfs_force_shutdown( struct bhv_desc *bdp, int fl, char *file, int line) argument
217 vfs_freeze( struct bhv_desc *bdp) argument
269 struct bhv_desc *bdp; local
277 vfs_insertbhv( struct bhv_vfs *vfsp, struct bhv_desc *bdp, struct bhv_vfsops *vfsops, void *mount) argument
[all...]
H A Dxfs_vfs.h56 #define bhvtovfs(bdp) ( (struct bhv_vfs *)BHV_VOBJ(bdp) )
57 #define bhvtovfsops(bdp) ( (struct bhv_vfsops *)BHV_OPS(bdp) )
59 #define VFS_REMOVEBHV(vfs, bdp) ( bhv_remove(VFS_BHVHEAD(vfs), bdp) )
H A Dxfs_vnode.h82 #define BHV_TO_VNODE(bdp) ((bhv_vnode_t *)BHV_VOBJ(bdp))
83 #define BHV_TO_VNODE_NULL(bdp) ((bhv_vnode_t *)BHV_VOBJNULL(bdp))
87 #define vn_bhv_remove(bhp,bdp) bhv_remove(bhp,bdp)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/quota/
H A Dxfs_qm_syscalls.c84 struct bhv_desc *bdp,
93 vfsp = bhvtovfs(bdp);
83 xfs_qm_quotactl( struct bhv_desc *bdp, int cmd, int id, xfs_caddr_t addr) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_attr.c159 xfs_attr_get(bhv_desc_t *bdp, const char *name, char *value, int *valuelenp, argument
162 xfs_inode_t *ip = XFS_BHVTOI(bdp);
420 xfs_attr_set(bhv_desc_t *bdp, const char *name, char *value, int valuelen, int flags, argument
432 dp = XFS_BHVTOI(bdp);
566 xfs_attr_remove(bhv_desc_t *bdp, const char *name, int flags, struct cred *cred) argument
577 dp = XFS_BHVTOI(bdp);
705 xfs_attr_list(bhv_desc_t *bdp, char *buffer, int bufsize, int flags, argument
734 context.dp = dp = XFS_BHVTOI(bdp);

Completed in 260 milliseconds

12