• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/

Lines Matching refs:cas

236 static void cas_set_link_modes(struct cas *cp);
238 static inline void cas_lock_tx(struct cas *cp)
246 static inline void cas_lock_all(struct cas *cp)
262 struct cas *xxxcp = (cp); \
267 static inline void cas_unlock_tx(struct cas *cp)
275 static inline void cas_unlock_all(struct cas *cp)
283 struct cas *xxxcp = (cp); \
288 static void cas_disable_irq(struct cas *cp, const int ring)
321 static inline void cas_mask_intr(struct cas *cp)
353 static void cas_enable_irq(struct cas *cp, const int ring)
382 static inline void cas_unmask_intr(struct cas *cp)
390 static inline void cas_entropy_gather(struct cas *cp)
402 static inline void cas_entropy_reset(struct cas *cp)
422 static u16 cas_phy_read(struct cas *cp, int reg)
443 static int cas_phy_write(struct cas *cp, int reg, u16 val)
465 static void cas_phy_powerup(struct cas *cp)
475 static void cas_phy_powerdown(struct cas *cp)
486 static int cas_page_free(struct cas *cp, cas_page_t *page)
507 static cas_page_t *cas_page_alloc(struct cas *cp, const gfp_t flags)
531 static void cas_spare_init(struct cas *cp)
544 static void cas_spare_free(struct cas *cp)
573 static void cas_spare_recover(struct cas *cp, const gfp_t flags)
638 static cas_page_t *cas_page_dequeue(struct cas *cp)
673 static void cas_mif_poll(struct cas *cp, const int enable)
695 static void cas_begin_auto_negotiation(struct cas *cp, struct ethtool_cmd *ep)
789 static int cas_reset_mii_phy(struct cas *cp)
805 static void cas_saturn_firmware_load(struct cas *cp)
839 static void cas_phy_init(struct cas *cp)
966 static int cas_pcs_link_check(struct cas *cp)
1056 struct cas *cp, u32 status)
1066 struct cas *cp, u32 status)
1120 static void cas_load_firmware(struct cas *cp, cas_hp_inst_t *firmware)
1153 static void cas_init_rx_dma(struct cas *cp)
1321 static inline cas_page_t *cas_page_spare(struct cas *cp, const int index)
1339 static cas_page_t *cas_page_swap(struct cas *cp, const int ring,
1357 static void cas_clean_rxds(struct cas *cp)
1385 static void cas_clean_rxcs(struct cas *cp)
1401 static int cas_rxmac_interrupt(struct net_device *dev, struct cas *cp,
1436 static int cas_mac_interrupt(struct net_device *dev, struct cas *cp,
1463 static inline int cas_mdio_link_not_up(struct cas *cp)
1522 static int cas_mii_link_check(struct cas *cp, const u16 bmsr)
1579 static int cas_mif_interrupt(struct net_device *dev, struct cas *cp,
1593 static int cas_pci_interrupt(struct net_device *dev, struct cas *cp,
1665 static int cas_abnormal_irq(struct net_device *dev, struct cas *cp,
1735 static inline int cas_calc_tabort(struct cas *cp, const unsigned long addr,
1747 static inline void cas_tx_ringN(struct cas *cp, int ring, int limit)
1820 static void cas_tx(struct net_device *dev, struct cas *cp,
1846 static int cas_rx_process_pkt(struct cas *cp, struct cas_rx_comp *rxc,
2062 static inline void cas_rx_flow_pkt(struct cas *cp, const u64 *words,
2083 static void cas_post_page(struct cas *cp, const int ring, const int index)
2111 static int cas_post_rxds_ringN(struct cas *cp, int ring, int num)
2185 static int cas_rx_ringN(struct cas *cp, int ring, int budget)
2305 struct cas *cp, int ring)
2337 struct cas *cp, const u32 status,
2347 struct cas *cp = netdev_priv(dev);
2377 static inline void cas_handle_irq1(struct cas *cp, const u32 status)
2400 struct cas *cp = netdev_priv(dev);
2426 struct cas *cp, const u32 status)
2452 struct cas *cp = netdev_priv(dev);
2485 struct cas *cp = netdev_priv(dev);
2561 struct cas *cp = netdev_priv(dev);
2587 struct cas *cp = netdev_priv(dev);
2640 static void cas_write_txd(struct cas *cp, int ring, int entry,
2654 static inline void *tx_tiny_buf(struct cas *cp, const int ring,
2660 static inline dma_addr_t tx_tiny_map(struct cas *cp, const int ring,
2668 static inline int cas_xmit_tx_ringN(struct cas *cp, int ring,
2775 struct cas *cp = netdev_priv(dev);
2791 static void cas_init_tx_dma(struct cas *cp)
2845 static inline void cas_init_dma(struct cas *cp)
2852 static u32 cas_setup_multicast(struct cas *cp)
2910 static void cas_clear_mac_err(struct cas *cp)
2926 static void cas_mac_reset(struct cas *cp)
2960 static void cas_init_mac(struct cas *cp)
3064 static void cas_init_pause_thresholds(struct cas *cp)
3109 static int cas_get_vpd_info(struct cas *cp, unsigned char *dev_addr,
3282 static void cas_check_pci_invariants(struct cas *cp)
3315 static int cas_check_invariants(struct cas *cp)
3392 static inline void cas_start_dma(struct cas *cp)
3455 static void cas_read_pcs_link_mode(struct cas *cp, int *fd, int *spd,
3467 static void cas_read_mii_link_mode(struct cas *cp, int *fd, int *spd,
3503 static void cas_set_link_modes(struct cas *cp)
3631 static void cas_init_hw(struct cas *cp, int restart_link)
3654 static void cas_hard_reset(struct cas *cp)
3662 static void cas_global_reset(struct cas *cp, int blkflag)
3712 static void cas_reset(struct cas *cp, int blkflag)
3745 static void cas_shutdown(struct cas *cp)
3767 struct cas *cp = netdev_priv(dev);
3789 static void cas_clean_txd(struct cas *cp, int ring)
3837 static inline void cas_free_rx_desc(struct cas *cp, int ring)
3851 static void cas_free_rxds(struct cas *cp)
3860 static void cas_clean_rings(struct cas *cp)
3877 static inline int cas_alloc_rx_desc(struct cas *cp, int ring)
3890 static int cas_alloc_rxds(struct cas *cp)
3905 struct cas *cp = container_of(work, struct cas, reset_task);
3962 struct cas *cp = (struct cas *) data;
4073 static void cas_tx_tiny_free(struct cas *cp)
4089 static int cas_tx_tiny_alloc(struct cas *cp)
4109 struct cas *cp = netdev_priv(dev);
4181 struct cas *cp = netdev_priv(dev);
4252 static void cas_read_regs(struct cas *cp, u8 *ptr, int len)
4276 struct cas *cp = netdev_priv(dev);
4341 struct cas *cp = netdev_priv(dev);
4379 struct cas *cp = netdev_priv(dev);
4391 struct cas *cp = netdev_priv(dev);
4499 struct cas *cp = netdev_priv(dev);
4524 struct cas *cp = netdev_priv(dev);
4540 struct cas *cp = netdev_priv(dev);
4546 struct cas *cp = netdev_priv(dev);
4552 struct cas *cp = netdev_priv(dev);
4558 struct cas *cp = netdev_priv(dev);
4565 struct cas *cp = netdev_priv(dev);
4585 struct cas *cp = netdev_priv(dev);
4624 struct cas *cp = netdev_priv(dev);
4672 struct cas *cp;
4931 struct cas *cp;
4964 struct cas *cp = netdev_priv(dev);
4995 struct cas *cp = netdev_priv(dev);