Lines Matching refs:fst_card_info
428 struct fst_card_info *card; /* Card we're associated with */
448 struct fst_card_info { struct
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 struct fst_card_info *fst_card_array[FST_MAX_CARDS];
677 fst_cpureset(struct fst_card_info *card) in fst_cpureset()
727 fst_cpurelease(struct fst_card_info *card) in fst_cpurelease()
749 fst_clear_intr(struct fst_card_info *card) in fst_clear_intr()
763 fst_enable_intr(struct fst_card_info *card) in fst_enable_intr()
775 fst_disable_intr(struct fst_card_info *card) in fst_disable_intr()
827 fst_init_dma(struct fst_card_info *card) in fst_init_dma()
843 fst_tx_dma_complete(struct fst_card_info *card, struct fst_port_info *port, in fst_tx_dma_complete()
860 fst_rx_dma_complete(struct fst_card_info *card, struct fst_port_info *port, in fst_rx_dma_complete()
902 fst_rx_dma(struct fst_card_info *card, unsigned char *skb, in fst_rx_dma()
930 fst_tx_dma(struct fst_card_info *card, unsigned char *skb, in fst_tx_dma()
961 struct fst_card_info *card; in fst_issue_cmd()
1034 struct fst_card_info *card; in fst_rx_config()
1062 struct fst_card_info *card; in fst_tx_config()
1084 fst_intr_te1_alarm(struct fst_card_info *card, struct fst_port_info *port) in fst_intr_te1_alarm()
1130 fst_intr_ctlchg(struct fst_card_info *card, struct fst_port_info *port) in fst_intr_ctlchg()
1153 fst_log_rx_error(struct fst_card_info *card, struct fst_port_info *port, in fst_log_rx_error()
1185 fst_recover_rx_error(struct fst_card_info *card, struct fst_port_info *port, in fst_recover_rx_error()
1224 fst_intr_rx(struct fst_card_info *card, struct fst_port_info *port) in fst_intr_rx()
1349 do_bottom_half_tx(struct fst_card_info *card) in do_bottom_half_tx()
1457 do_bottom_half_rx(struct fst_card_info *card) in do_bottom_half_rx()
1492 struct fst_card_info *card; in fst_intr()
1658 check_started_ok(struct fst_card_info *card) in check_started_ok()
1699 set_conf_from_info(struct fst_card_info *card, struct fst_port_info *port, in set_conf_from_info()
1789 gather_conf_info(struct fst_card_info *card, struct fst_port_info *port, in gather_conf_info()
1885 fst_set_iface(struct fst_card_info *card, struct fst_port_info *port, in fst_set_iface()
1960 fst_get_iface(struct fst_card_info *card, struct fst_port_info *port, in fst_get_iface()
2016 struct fst_card_info *card; in fst_ioctl()
2241 struct fst_card_info *card; in fst_close()
2279 struct fst_card_info *card; in fst_tx_timeout()
2298 struct fst_card_info *card; in fst_start_xmit()
2396 fst_init_card(struct fst_card_info *card) in fst_init_card()
2459 struct fst_card_info *card; in fst_add_one()
2489 card = kmalloc(sizeof (struct fst_card_info), GFP_KERNEL); in fst_add_one()
2495 memset(card, 0, sizeof (struct fst_card_info)); in fst_add_one()
2617 struct fst_card_info *card; in fst_remove_one()