Lines Matching refs:fst_card_info
429 struct fst_card_info *card; /* Card we're associated with */
449 struct fst_card_info { struct
571 static void do_bottom_half_tx(struct fst_card_info *card);
572 static void do_bottom_half_rx(struct fst_card_info *card);
579 static struct fst_card_info *fst_card_array[FST_MAX_CARDS];
679 fst_cpureset(struct fst_card_info *card) in fst_cpureset()
724 fst_cpurelease(struct fst_card_info *card) in fst_cpurelease()
746 fst_clear_intr(struct fst_card_info *card) in fst_clear_intr()
760 fst_enable_intr(struct fst_card_info *card) in fst_enable_intr()
772 fst_disable_intr(struct fst_card_info *card) in fst_disable_intr()
805 fst_init_dma(struct fst_card_info *card) in fst_init_dma()
821 fst_tx_dma_complete(struct fst_card_info *card, struct fst_port_info *port, in fst_tx_dma_complete()
851 fst_rx_dma_complete(struct fst_card_info *card, struct fst_port_info *port, in fst_rx_dma_complete()
885 fst_rx_dma(struct fst_card_info *card, dma_addr_t dma, u32 mem, int len) in fst_rx_dma()
912 fst_tx_dma(struct fst_card_info *card, dma_addr_t dma, u32 mem, int len) in fst_tx_dma()
942 struct fst_card_info *card; in fst_issue_cmd()
1015 struct fst_card_info *card; in fst_rx_config()
1043 struct fst_card_info *card; in fst_tx_config()
1065 fst_intr_te1_alarm(struct fst_card_info *card, struct fst_port_info *port) in fst_intr_te1_alarm()
1111 fst_intr_ctlchg(struct fst_card_info *card, struct fst_port_info *port) in fst_intr_ctlchg()
1134 fst_log_rx_error(struct fst_card_info *card, struct fst_port_info *port, in fst_log_rx_error()
1168 fst_recover_rx_error(struct fst_card_info *card, struct fst_port_info *port, in fst_recover_rx_error()
1207 fst_intr_rx(struct fst_card_info *card, struct fst_port_info *port) in fst_intr_rx()
1324 do_bottom_half_tx(struct fst_card_info *card) in do_bottom_half_tx()
1430 do_bottom_half_rx(struct fst_card_info *card) in do_bottom_half_rx()
1466 struct fst_card_info *card = dev_id; in fst_intr()
1625 check_started_ok(struct fst_card_info *card) in check_started_ok()
1666 set_conf_from_info(struct fst_card_info *card, struct fst_port_info *port, in set_conf_from_info()
1756 gather_conf_info(struct fst_card_info *card, struct fst_port_info *port, in gather_conf_info()
1852 fst_set_iface(struct fst_card_info *card, struct fst_port_info *port, in fst_set_iface()
1927 fst_get_iface(struct fst_card_info *card, struct fst_port_info *port, in fst_get_iface()
1984 struct fst_card_info *card; in fst_ioctl()
2213 struct fst_card_info *card; in fst_close()
2251 struct fst_card_info *card; in fst_tx_timeout()
2269 struct fst_card_info *card; in fst_start_xmit()
2367 fst_init_card(struct fst_card_info *card) in fst_init_card()
2411 struct fst_card_info *card; in fst_add_one()
2440 card = kzalloc(sizeof(struct fst_card_info), GFP_KERNEL); in fst_add_one()
2615 struct fst_card_info *card; in fst_remove_one()