• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/

Lines Matching refs:fst_card_info

427 	struct fst_card_info *card;	/* Card we're associated with */
447 struct fst_card_info {
569 static void do_bottom_half_tx(struct fst_card_info *card);
570 static void do_bottom_half_rx(struct fst_card_info *card);
577 static struct fst_card_info *fst_card_array[FST_MAX_CARDS];
677 fst_cpureset(struct fst_card_info *card)
727 fst_cpurelease(struct fst_card_info *card)
749 fst_clear_intr(struct fst_card_info *card)
763 fst_enable_intr(struct fst_card_info *card)
775 fst_disable_intr(struct fst_card_info *card)
808 fst_init_dma(struct fst_card_info *card)
824 fst_tx_dma_complete(struct fst_card_info *card, struct fst_port_info *port,
854 fst_rx_dma_complete(struct fst_card_info *card, struct fst_port_info *port,
888 fst_rx_dma(struct fst_card_info *card, dma_addr_t skb,
917 fst_tx_dma(struct fst_card_info *card, unsigned char *skb,
948 struct fst_card_info *card;
1021 struct fst_card_info *card;
1049 struct fst_card_info *card;
1071 fst_intr_te1_alarm(struct fst_card_info *card, struct fst_port_info *port)
1117 fst_intr_ctlchg(struct fst_card_info *card, struct fst_port_info *port)
1140 fst_log_rx_error(struct fst_card_info *card, struct fst_port_info *port,
1174 fst_recover_rx_error(struct fst_card_info *card, struct fst_port_info *port,
1213 fst_intr_rx(struct fst_card_info *card, struct fst_port_info *port)
1330 do_bottom_half_tx(struct fst_card_info *card)
1438 do_bottom_half_rx(struct fst_card_info *card)
1469 * Dev_id is our fst_card_info pointer
1474 struct fst_card_info *card = dev_id;
1633 check_started_ok(struct fst_card_info *card)
1675 set_conf_from_info(struct fst_card_info *card, struct fst_port_info *port,
1765 gather_conf_info(struct fst_card_info *card, struct fst_port_info *port,
1861 fst_set_iface(struct fst_card_info *card, struct fst_port_info *port,
1936 fst_get_iface(struct fst_card_info *card, struct fst_port_info *port,
1992 struct fst_card_info *card;
2219 struct fst_card_info *card;
2257 struct fst_card_info *card;
2275 struct fst_card_info *card;
2373 fst_init_card(struct fst_card_info *card)
2420 struct fst_card_info *card;
2449 card = kzalloc(sizeof (struct fst_card_info), GFP_KERNEL);
2618 struct fst_card_info *card;