Lines Matching refs:fst_card_info

426 	struct fst_card_info *card;	/* Card we're associated with */
445 struct fst_card_info { struct
562 static void do_bottom_half_tx(struct fst_card_info *card);
563 static void do_bottom_half_rx(struct fst_card_info *card);
570 static struct fst_card_info *fst_card_array[FST_MAX_CARDS];
664 fst_cpureset(struct fst_card_info *card) in fst_cpureset()
706 fst_cpurelease(struct fst_card_info *card) in fst_cpurelease()
726 fst_clear_intr(struct fst_card_info *card) in fst_clear_intr()
740 fst_enable_intr(struct fst_card_info *card) in fst_enable_intr()
751 fst_disable_intr(struct fst_card_info *card) in fst_disable_intr()
782 fst_init_dma(struct fst_card_info *card) in fst_init_dma()
797 fst_tx_dma_complete(struct fst_card_info *card, struct fst_port_info *port, in fst_tx_dma_complete()
825 fst_rx_dma_complete(struct fst_card_info *card, struct fst_port_info *port, in fst_rx_dma_complete()
858 fst_rx_dma(struct fst_card_info *card, dma_addr_t dma, u32 mem, int len) in fst_rx_dma()
881 fst_tx_dma(struct fst_card_info *card, dma_addr_t dma, u32 mem, int len) in fst_tx_dma()
908 struct fst_card_info *card; in fst_issue_cmd()
979 struct fst_card_info *card; in fst_rx_config()
1006 struct fst_card_info *card; in fst_tx_config()
1028 fst_intr_te1_alarm(struct fst_card_info *card, struct fst_port_info *port) in fst_intr_te1_alarm()
1072 fst_intr_ctlchg(struct fst_card_info *card, struct fst_port_info *port) in fst_intr_ctlchg()
1095 fst_log_rx_error(struct fst_card_info *card, struct fst_port_info *port, in fst_log_rx_error()
1128 fst_recover_rx_error(struct fst_card_info *card, struct fst_port_info *port, in fst_recover_rx_error()
1164 fst_intr_rx(struct fst_card_info *card, struct fst_port_info *port) in fst_intr_rx()
1278 do_bottom_half_tx(struct fst_card_info *card) in do_bottom_half_tx()
1378 do_bottom_half_rx(struct fst_card_info *card) in do_bottom_half_rx()
1412 struct fst_card_info *card = dev_id; in fst_intr()
1563 check_started_ok(struct fst_card_info *card) in check_started_ok()
1605 set_conf_from_info(struct fst_card_info *card, struct fst_port_info *port, in set_conf_from_info()
1694 gather_conf_info(struct fst_card_info *card, struct fst_port_info *port, in gather_conf_info()
1786 fst_set_iface(struct fst_card_info *card, struct fst_port_info *port, in fst_set_iface()
1858 fst_get_iface(struct fst_card_info *card, struct fst_port_info *port, in fst_get_iface()
1913 struct fst_card_info *card; in fst_siocdevprivate()
2024 struct fst_card_info *card; in fst_ioctl()
2144 struct fst_card_info *card; in fst_close()
2181 struct fst_card_info *card; in fst_tx_timeout()
2199 struct fst_card_info *card; in fst_start_xmit()
2292 fst_init_card(struct fst_card_info *card) in fst_init_card()
2335 struct fst_card_info *card; in fst_add_one()
2362 card = kzalloc(sizeof(struct fst_card_info), GFP_KERNEL); in fst_add_one()
2539 struct fst_card_info *card; in fst_remove_one()