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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dvia-velocity.c232 static void velocity_init_info(struct pci_dev *pdev, struct velocity_info *vptr,
235 static void velocity_print_info(struct velocity_info *vptr);
246 static void velocity_free_rd_ring(struct velocity_info *vptr);
247 static void velocity_free_tx_buf(struct velocity_info *vptr, struct velocity_td_info *);
248 static int velocity_soft_reset(struct velocity_info *vptr);
249 static void mii_init(struct velocity_info *vptr, u32 mii_status);
251 static u32 velocity_get_opt_media_mode(struct velocity_info *vptr);
252 static void velocity_print_link_status(struct velocity_info *vptr);
254 static void velocity_shutdown(struct velocity_info *vptr);
255 static void enable_flow_control_ability(struct velocity_info *vptr);
348 struct velocity_info *vptr = netdev_priv(dev); local
465 velocity_init_cam_filter(struct velocity_info *vptr) argument
505 velocity_rx_reset(struct velocity_info *vptr) argument
534 velocity_init_registers(struct velocity_info *vptr, enum velocity_init_type type) argument
657 velocity_soft_reset(struct velocity_info *vptr) argument
693 struct velocity_info *vptr; local
843 velocity_print_info(struct velocity_info *vptr) argument
864 velocity_init_info(struct pci_dev *pdev, struct velocity_info *vptr, const struct velocity_info_tbl *info) argument
887 velocity_get_pci_info(struct velocity_info *vptr, struct pci_dev *pdev) argument
926 velocity_init_rings(struct velocity_info *vptr) argument
993 velocity_free_rings(struct velocity_info *vptr) argument
1007 velocity_give_many_rx_descs(struct velocity_info *vptr) argument
1032 velocity_rx_refill(struct velocity_info *vptr) argument
1069 velocity_init_rd_ring(struct velocity_info *vptr) argument
1100 velocity_free_rd_ring(struct velocity_info *vptr) argument
1136 velocity_init_td_ring(struct velocity_info *vptr) argument
1172 velocity_free_td_ring_entry(struct velocity_info *vptr, int q, int n) argument
1203 velocity_free_td_ring(struct velocity_info *vptr) argument
1229 velocity_rx_srv(struct velocity_info *vptr, int status) argument
1319 velocity_rx_copy(struct sk_buff **rx_skb, int pkt_size, struct velocity_info *vptr) argument
1354 velocity_iph_realign(struct velocity_info *vptr, struct sk_buff *skb, int pkt_size) argument
1375 velocity_receive_frame(struct velocity_info *vptr, int idx) argument
1442 velocity_alloc_rx_buf(struct velocity_info *vptr, int idx) argument
1481 velocity_tx_srv(struct velocity_info *vptr, u32 status) argument
1551 velocity_print_link_status(struct velocity_info *vptr) argument
1603 velocity_error(struct velocity_info *vptr, int status) argument
1687 velocity_free_tx_buf(struct velocity_info *vptr, struct velocity_td_info *tdinfo) argument
1723 struct velocity_info *vptr = netdev_priv(dev); local
1780 struct velocity_info *vptr = netdev_priv(dev); local
1835 velocity_shutdown(struct velocity_info *vptr) argument
1856 struct velocity_info *vptr = netdev_priv(dev); local
1889 struct velocity_info *vptr = netdev_priv(dev); local
2042 struct velocity_info *vptr = netdev_priv(dev); local
2097 struct velocity_info *vptr = netdev_priv(dev); local
2144 struct velocity_info *vptr = netdev_priv(dev); local
2187 struct velocity_info *vptr = netdev_priv(dev); local
2281 mii_init(struct velocity_info *vptr, u32 mii_status) argument
2479 velocity_get_opt_media_mode(struct velocity_info *vptr) argument
2511 mii_set_auto_on(struct velocity_info *vptr) argument
2535 set_mii_flow_control(struct velocity_info *vptr) argument
2572 velocity_set_media_mode(struct velocity_info *vptr, u32 mii_status) argument
2760 enable_flow_control_ability(struct velocity_info *vptr) argument
2816 struct velocity_info *vptr = netdev_priv(dev); local
2832 struct velocity_info *vptr = netdev_priv(dev); local
2839 struct velocity_info *vptr = netdev_priv(dev); local
2873 struct velocity_info *vptr = netdev_priv(dev); local
2896 struct velocity_info *vptr = netdev_priv(dev); local
2903 struct velocity_info *vptr = netdev_priv(dev); local
2911 struct velocity_info *vptr = netdev_priv(dev); local
2927 struct velocity_info *vptr = netdev_priv(dev); local
2992 struct velocity_info *vptr = netdev_priv(dev); local
3037 velocity_save_context(struct velocity_info *vptr, struct velocity_context * context) argument
3063 velocity_restore_context(struct velocity_info *vptr, struct velocity_context *context) argument
3132 velocity_set_wol(struct velocity_info *vptr) argument
3212 struct velocity_info *vptr = netdev_priv(dev); local
3246 struct velocity_info *vptr = netdev_priv(dev); local
3287 struct velocity_info *vptr; local
[all...]
H A Dvia-velocity.h1755 #define GET_RD_BY_IDX(vptr, idx) (vptr->rd_ring[idx])
1785 * @vptr: Velocity to query
1795 static inline int velocity_get_ip(struct velocity_info *vptr) argument
1797 struct in_device *in_dev = (struct in_device *) vptr->dev->ip_ptr;
1803 memcpy(vptr->ip_addr, &ifa->ifa_address, 4);
1812 * @vptr: velocity to update
1821 static inline void velocity_update_hw_mibs(struct velocity_info *vptr) argument
1825 BYTE_REG_BITS_ON(MIBCR_MIBFLSH, &(vptr->mac_regs->MIBCR));
1827 while (BYTE_REG_BITS_IS_ON(MIBCR_MIBFLSH, &(vptr
1843 init_flow_control_register(struct velocity_info *vptr) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Duri.c2233 xmlChar *bptr, *uptr, *vptr; local
2386 vptr = val;
2391 *vptr++ = '.';
2392 *vptr++ = '.';
2393 *vptr++ = '/';
2399 if ((vptr > val) && (len > 0) &&
2400 (uptr[0] == '/') && (vptr[-1] == '/')) {
2401 memcpy (vptr, uptr + 1, len - 1);
2402 vptr[len - 2] = 0;
2404 memcpy (vptr, upt
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Duri.c2140 xmlChar *bptr, *uptr, *vptr; local
2291 vptr = val;
2296 *vptr++ = '.';
2297 *vptr++ = '.';
2298 *vptr++ = '/';
2304 if ((vptr > val) && (len > 0) &&
2305 (uptr[0] == '/') && (vptr[-1] == '/')) {
2306 memcpy (vptr, uptr + 1, len - 1);
2307 vptr[len - 2] = 0;
2309 memcpy (vptr, upt
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Duri.c2140 xmlChar *bptr, *uptr, *vptr; local
2291 vptr = val;
2296 *vptr++ = '.';
2297 *vptr++ = '.';
2298 *vptr++ = '/';
2304 if ((vptr > val) && (len > 0) &&
2305 (uptr[0] == '/') && (vptr[-1] == '/')) {
2306 memcpy (vptr, uptr + 1, len - 1);
2307 vptr[len - 2] = 0;
2309 memcpy (vptr, upt
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_c/ex_rep/base/
H A Drep_net.c550 readn(fd, vptr, n)
552 void *vptr;
559 ptr = vptr;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ecryptfs/
H A Dmain.c563 inode_info_init_once(void *vptr, struct kmem_cache *cachep, unsigned long flags) argument
565 struct ecryptfs_inode_info *ei = (struct ecryptfs_inode_info *)vptr;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/cx88/
H A Dcx88-blackbird.c394 int *vptr = va_arg(vargs, int *); local
395 *vptr = data[i];

Completed in 107 milliseconds