Searched refs:qtnf_bus (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/net/wireless/quantenna/qtnfmac/ |
| H A D | bus.h | 33 struct qtnf_bus; 37 int (*preinit)(struct qtnf_bus *); 38 void (*stop)(struct qtnf_bus *); 41 int (*control_tx)(struct qtnf_bus *, struct sk_buff *); 44 int (*data_tx)(struct qtnf_bus *bus, struct sk_buff *skb, 46 void (*data_tx_timeout)(struct qtnf_bus *, struct net_device *); 47 void (*data_tx_use_meta_set)(struct qtnf_bus *bus, bool use_meta); 48 void (*data_rx_start)(struct qtnf_bus *); 49 void (*data_rx_stop)(struct qtnf_bus *); 52 struct qtnf_bus { struct [all …]
|
| H A D | debug.h | 14 void qtnf_debugfs_init(struct qtnf_bus *bus, const char *name); 15 void qtnf_debugfs_remove(struct qtnf_bus *bus); 16 void qtnf_debugfs_add_entry(struct qtnf_bus *bus, const char *name, 21 static inline void qtnf_debugfs_init(struct qtnf_bus *bus, const char *name) in qtnf_debugfs_init() 25 static inline void qtnf_debugfs_remove(struct qtnf_bus *bus) in qtnf_debugfs_remove() 30 qtnf_debugfs_add_entry(struct qtnf_bus *bus, const char *name, in qtnf_debugfs_add_entry()
|
| H A D | trans.h | 19 struct qtnf_bus; 35 void qtnf_trans_init(struct qtnf_bus *bus); 36 void qtnf_trans_free(struct qtnf_bus *bus); 38 int qtnf_trans_send_next_cmd(struct qtnf_bus *bus); 39 int qtnf_trans_handle_rx_ctl_packet(struct qtnf_bus *bus, struct sk_buff *skb); 40 int qtnf_trans_send_cmd_with_resp(struct qtnf_bus *bus,
|
| H A D | trans.c | 15 int qtnf_trans_send_cmd_with_resp(struct qtnf_bus *bus, struct sk_buff *cmd_skb, in qtnf_trans_send_cmd_with_resp() 81 static void qtnf_trans_signal_cmdresp(struct qtnf_bus *bus, struct sk_buff *skb) in qtnf_trans_signal_cmdresp() 112 static int qtnf_trans_event_enqueue(struct qtnf_bus *bus, struct sk_buff *skb) in qtnf_trans_event_enqueue() 129 void qtnf_trans_init(struct qtnf_bus *bus) in qtnf_trans_init() 147 static void qtnf_trans_free_events(struct qtnf_bus *bus) in qtnf_trans_free_events() 158 void qtnf_trans_free(struct qtnf_bus *bus) in qtnf_trans_free() 168 int qtnf_trans_handle_rx_ctl_packet(struct qtnf_bus *bus, struct sk_buff *skb) in qtnf_trans_handle_rx_ctl_packet()
|
| H A D | debug.c | 6 void qtnf_debugfs_init(struct qtnf_bus *bus, const char *name) in qtnf_debugfs_init() 13 void qtnf_debugfs_remove(struct qtnf_bus *bus) in qtnf_debugfs_remove() 19 void qtnf_debugfs_add_entry(struct qtnf_bus *bus, const char *name, in qtnf_debugfs_add_entry()
|
| H A D | commands.h | 12 int qtnf_cmd_send_init_fw(struct qtnf_bus *bus); 13 void qtnf_cmd_send_deinit_fw(struct qtnf_bus *bus); 14 int qtnf_cmd_get_hw_info(struct qtnf_bus *bus);
|
| H A D | event.c | 756 static int qtnf_event_process_skb(struct qtnf_bus *bus, in qtnf_event_process_skb() 788 struct qtnf_bus *bus = container_of(work, struct qtnf_bus, event_work); in qtnf_event_work_handler()
|
| H A D | cfg80211.c | 997 struct qtnf_bus *bus = mac->bus; in qtnf_set_wakeup() 1071 struct wiphy *qtnf_wiphy_allocate(struct qtnf_bus *bus, in qtnf_wiphy_allocate()
|
| /linux/drivers/net/wireless/quantenna/qtnfmac/pcie/ |
| H A D | pcie_priv.h | 26 int (*probe_cb)(struct qtnf_bus *bus, unsigned int tx_bd_size, 28 void (*remove_cb)(struct qtnf_bus *bus); 29 int (*suspend_cb)(struct qtnf_bus *bus); 30 int (*resume_cb)(struct qtnf_bus *bus); 72 int qtnf_pcie_control_tx(struct qtnf_bus *bus, struct sk_buff *skb); 74 int qtnf_pcie_fw_boot_done(struct qtnf_bus *bus); 79 struct qtnf_bus *qtnf_pcie_pearl_alloc(struct pci_dev *pdev); 80 struct qtnf_bus *qtnf_pcie_topaz_alloc(struct pci_dev *pdev);
|
| H A D | pearl_pcie.c | 535 static int qtnf_pcie_skb_send(struct qtnf_bus *bus, struct sk_buff *skb) in qtnf_pcie_skb_send() 611 static int qtnf_pcie_data_tx(struct qtnf_bus *bus, struct sk_buff *skb, in qtnf_pcie_data_tx() 617 static int qtnf_pcie_data_tx_meta(struct qtnf_bus *bus, struct sk_buff *skb, in qtnf_pcie_data_tx_meta() 645 struct qtnf_bus *bus = (struct qtnf_bus *)data; in qtnf_pcie_pearl_interrupt() 705 struct qtnf_bus *bus = container_of(napi, struct qtnf_bus, mux_napi); in qtnf_pcie_pearl_rx_poll() 808 qtnf_pcie_data_tx_timeout(struct qtnf_bus *bus, struct net_device *ndev) in qtnf_pcie_data_tx_timeout() 815 static void qtnf_pcie_data_rx_start(struct qtnf_bus *bus) in qtnf_pcie_data_rx_start() 823 static void qtnf_pcie_data_rx_stop(struct qtnf_bus *bus) in qtnf_pcie_data_rx_stop() 831 static void qtnf_pearl_tx_use_meta_info_set(struct qtnf_bus *bus, bool use_meta) in qtnf_pearl_tx_use_meta_info_set() 853 struct qtnf_bus *bus = dev_get_drvdata(s->private); in qtnf_dbg_irq_stats() [all …]
|
| H A D | topaz_pcie.c | 445 static void qtnf_try_stop_xmit(struct qtnf_bus *bus, struct net_device *ndev) in qtnf_try_stop_xmit() 467 static void qtnf_try_wake_xmit(struct qtnf_bus *bus, struct net_device *ndev) in qtnf_try_wake_xmit() 500 static int qtnf_pcie_data_tx(struct qtnf_bus *bus, struct sk_buff *skb, in qtnf_pcie_data_tx() 567 struct qtnf_bus *bus = (struct qtnf_bus *)data; in qtnf_pcie_topaz_interrupt() 609 struct qtnf_bus *bus = container_of(napi, struct qtnf_bus, mux_napi); in qtnf_topaz_rx_poll() 720 qtnf_pcie_data_tx_timeout(struct qtnf_bus *bus, struct net_device *ndev) in qtnf_pcie_data_tx_timeout() 728 static void qtnf_pcie_data_rx_start(struct qtnf_bus *bus) in qtnf_pcie_data_rx_start() 736 static void qtnf_pcie_data_rx_stop(struct qtnf_bus *bus) in qtnf_pcie_data_rx_stop() 757 struct qtnf_bus *bus = dev_get_drvdata(s->private); in qtnf_dbg_irq_stats() 767 struct qtnf_bus *bus = dev_get_drvdata(s->private); in qtnf_dbg_pkt_stats() [all …]
|