Searched defs:prd (Results 1 - 19 of 19) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-shmobile/
H A Dpm_runtime.c34 struct pm_runtime_data *prd = res; local
50 platform_pm_runtime_init(struct device *dev, struct pm_runtime_data *prd) argument
62 platform_pm_runtime_bug(struct device *dev, struct pm_runtime_data *prd) argument
71 struct pm_runtime_data *prd = __to_prd(dev); local
87 struct pm_runtime_data *prd = __to_prd(dev); local
111 struct pm_runtime_data *prd; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/bgpd/
H A Dbgp_mplsvpn.c100 struct prefix_rd prd; local
183 str2prefix_rd (u_char *str, struct prefix_rd *prd) argument
253 prefix_rd2str(struct prefix_rd *prd, char *buf, size_t size) argument
313 show_adj_route_vpn(struct vty *vty, struct peer *peer, struct prefix_rd *prd) argument
407 bgp_show_mpls_vpn(struct vty *vty, struct prefix_rd *prd, enum bgp_show_type type, void *output_arg, int tags) argument
523 struct prefix_rd prd; variable in typeref:struct:prefix_rd
559 struct prefix_rd prd; variable in typeref:struct:prefix_rd
618 struct prefix_rd prd; variable in typeref:struct:prefix_rd
691 struct prefix_rd prd; variable in typeref:struct:prefix_rd
[all...]
H A Dbgp_attr.c1339 bgp_packet_attribute(struct bgp *bgp, struct peer *peer, struct stream *s, struct attr *attr, struct prefix *p, afi_t afi, safi_t safi, struct peer *from, struct prefix_rd *prd, u_char *tag) argument
1680 bgp_packet_withdraw(struct peer *peer, struct stream *s, struct prefix *p, afi_t afi, safi_t safi, struct prefix_rd *prd, u_char *tag) argument
H A Dbgp_packet.c172 struct prefix_rd *prd = NULL; local
261 struct prefix_rd *prd = NULL; local
H A Dbgp_vty.c6107 struct prefix_rd prd; variable in typeref:struct:prefix_rd
H A Dbgp_route.c61 bgp_afi_node_get(struct bgp *bgp, afi_t afi, safi_t safi, struct prefix *p, struct prefix_rd *prd) argument
945 bgp_update(struct peer *peer, struct prefix *p, struct attr *attr, afi_t afi, safi_t safi, int type, int sub_type, struct prefix_rd *prd, u_char *tag, int soft_reconfig) argument
1240 bgp_withdraw(struct peer *peer, struct prefix *p, struct attr *attr, int afi, int safi, int type, int sub_type, struct prefix_rd *prd, u_char *tag) argument
1874 bgp_static_update_vpnv4(struct bgp *bgp, struct prefix *p, u_int16_t afi, u_char safi, struct prefix_rd *prd, u_char *tag) argument
1934 bgp_static_withdraw_vpnv4(struct bgp *bgp, struct prefix *p, u_int16_t afi, u_char safi, struct prefix_rd *prd, u_char *tag) argument
2158 struct prefix_rd prd; local
2227 struct prefix_rd prd; local
4829 route_vty_out_detail_header(struct vty *vty, struct bgp *bgp, struct bgp_node *rn, struct prefix_rd *prd, afi_t afi, safi_t safi) argument
4912 bgp_show_route(struct vty *vty, char *view_name, char *ip_str, afi_t afi, safi_t safi, struct prefix_rd *prd, int prefix_check) argument
5099 struct prefix_rd prd; variable in typeref:struct:prefix_rd
5163 struct prefix_rd prd; variable in typeref:struct:prefix_rd
8256 bgp_clear_damp_route(struct vty *vty, char *view_name, char *ip_str, afi_t afi, safi_t safi, struct prefix_rd *prd, int prefix_check) argument
8418 struct prefix_rd *prd; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/mvsas/
H A Dmv_64xx.c572 void mvs_64xx_make_prd(struct scatterlist *scatter, int nr, void *prd) argument
745 void mvs_64xx_fix_dma(dma_addr_t buf_dma, int buf_len, int from, void *prd) argument
H A Dmv_94xx.c418 static void mvs_94xx_make_prd(struct scatterlist *scatter, int nr, void *prd) argument
605 void mvs_94xx_fix_dma(dma_addr_t buf_dma, int buf_len, int from, void *prd) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Datp870u.c53 unsigned char *prd; local
712 unsigned char *prd; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dsata_qstor.c259 u8 *prd = pp->pkt + QS_CPB_BYTES; local
H A Dsata_sil.c314 struct ata_bmdma_prd *prd, *last_prd = NULL; local
H A Dlibata-sff.c2599 struct ata_bmdma_prd *prd = ap->bmdma_prd; local
2650 struct ata_bmdma_prd *prd = ap->bmdma_prd; local
[all...]
H A Dsata_fsl.c320 struct prde *prd = (struct prde *)&((struct command_desc *) local
[all...]
H A Dsata_inic162x.c186 __le32 prd; /* First PRD pointer */ member in struct:inic_cpb
218 struct inic_prd prd[LIBATA_MAX_PRD + 1]; /* + 1 for cdb */ member in struct:inic_pkt
443 static void inic_fill_sg(struct inic_prd *prd, struct ata_queued_cmd *qc) argument
471 struct inic_prd *prd = pkt->prd; local
[all...]
H A Dsata_promise.c591 struct ata_bmdma_prd *prd = ap->bmdma_prd; local
[all...]
H A Dsata_nv.c275 struct ata_bmdma_prd *prd; /* our SG list */ member in struct:nv_swncq_port_priv
1972 struct ata_bmdma_prd *prd; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/pm8001/
H A Dpm8001_hwi.c3703 pm8001_chip_make_sg(struct scatterlist *scatter, int nr, void *prd) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dacenic.h689 static inline int tx_space (struct ace_private *ap, u32 csm, u32 prd) argument
H A Dforcedeth.c925 static inline u32 nv_descr_getlength(struct ring_desc *prd, u32 v) argument
931 static inline u32 nv_descr_getlength_ex(struct ring_desc_ex *prd, u32 v) argument

Completed in 405 milliseconds