Lines Matching refs:fst_card_info
425 struct fst_card_info *card; /* Card we're associated with */
445 struct fst_card_info { struct
567 static void do_bottom_half_tx(struct fst_card_info *card);
568 static void do_bottom_half_rx(struct fst_card_info *card);
575 static struct fst_card_info *fst_card_array[FST_MAX_CARDS];
675 fst_cpureset(struct fst_card_info *card) in fst_cpureset()
720 fst_cpurelease(struct fst_card_info *card) in fst_cpurelease()
742 fst_clear_intr(struct fst_card_info *card) in fst_clear_intr()
756 fst_enable_intr(struct fst_card_info *card) in fst_enable_intr()
768 fst_disable_intr(struct fst_card_info *card) in fst_disable_intr()
801 fst_init_dma(struct fst_card_info *card) in fst_init_dma()
817 fst_tx_dma_complete(struct fst_card_info *card, struct fst_port_info *port, in fst_tx_dma_complete()
847 fst_rx_dma_complete(struct fst_card_info *card, struct fst_port_info *port, in fst_rx_dma_complete()
881 fst_rx_dma(struct fst_card_info *card, dma_addr_t dma, u32 mem, int len) in fst_rx_dma()
908 fst_tx_dma(struct fst_card_info *card, dma_addr_t dma, u32 mem, int len) in fst_tx_dma()
938 struct fst_card_info *card; in fst_issue_cmd()
1011 struct fst_card_info *card; in fst_rx_config()
1039 struct fst_card_info *card; in fst_tx_config()
1061 fst_intr_te1_alarm(struct fst_card_info *card, struct fst_port_info *port) in fst_intr_te1_alarm()
1107 fst_intr_ctlchg(struct fst_card_info *card, struct fst_port_info *port) in fst_intr_ctlchg()
1130 fst_log_rx_error(struct fst_card_info *card, struct fst_port_info *port, in fst_log_rx_error()
1164 fst_recover_rx_error(struct fst_card_info *card, struct fst_port_info *port, in fst_recover_rx_error()
1203 fst_intr_rx(struct fst_card_info *card, struct fst_port_info *port) in fst_intr_rx()
1320 do_bottom_half_tx(struct fst_card_info *card) in do_bottom_half_tx()
1426 do_bottom_half_rx(struct fst_card_info *card) in do_bottom_half_rx()
1462 struct fst_card_info *card = dev_id; in fst_intr()
1621 check_started_ok(struct fst_card_info *card) in check_started_ok()
1662 set_conf_from_info(struct fst_card_info *card, struct fst_port_info *port, in set_conf_from_info()
1752 gather_conf_info(struct fst_card_info *card, struct fst_port_info *port, in gather_conf_info()
1848 fst_set_iface(struct fst_card_info *card, struct fst_port_info *port, in fst_set_iface()
1923 fst_get_iface(struct fst_card_info *card, struct fst_port_info *port, in fst_get_iface()
1980 struct fst_card_info *card; in fst_ioctl()
2207 struct fst_card_info *card; in fst_close()
2245 struct fst_card_info *card; in fst_tx_timeout()
2263 struct fst_card_info *card; in fst_start_xmit()
2361 fst_init_card(struct fst_card_info *card) in fst_init_card()
2404 struct fst_card_info *card; in fst_add_one()
2433 card = kzalloc(sizeof(struct fst_card_info), GFP_KERNEL); in fst_add_one()
2607 struct fst_card_info *card; in fst_remove_one()