Searched refs:qtnf_bus (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/drivers/net/wireless/quantenna/qtnfmac/ |
D | bus.h | 34 struct qtnf_bus; 38 int (*preinit)(struct qtnf_bus *); 39 void (*stop)(struct qtnf_bus *); 42 int (*control_tx)(struct qtnf_bus *, struct sk_buff *); 45 int (*data_tx)(struct qtnf_bus *, struct sk_buff *); 46 void (*data_tx_timeout)(struct qtnf_bus *, struct net_device *); 47 void (*data_rx_start)(struct qtnf_bus *); 48 void (*data_rx_stop)(struct qtnf_bus *); 51 struct qtnf_bus { struct 73 static inline void *get_bus_priv(struct qtnf_bus *bus) in get_bus_priv() argument [all …]
|
D | debug.h | 27 void qtnf_debugfs_init(struct qtnf_bus *bus, const char *name); 28 void qtnf_debugfs_remove(struct qtnf_bus *bus); 29 void qtnf_debugfs_add_entry(struct qtnf_bus *bus, const char *name, 34 static inline void qtnf_debugfs_init(struct qtnf_bus *bus, const char *name) in qtnf_debugfs_init() 38 static inline void qtnf_debugfs_remove(struct qtnf_bus *bus) in qtnf_debugfs_remove() 43 qtnf_debugfs_add_entry(struct qtnf_bus *bus, const char *name, in qtnf_debugfs_add_entry()
|
D | trans.h | 32 struct qtnf_bus; 48 void qtnf_trans_init(struct qtnf_bus *bus); 49 void qtnf_trans_free(struct qtnf_bus *bus); 51 int qtnf_trans_send_next_cmd(struct qtnf_bus *bus); 52 int qtnf_trans_handle_rx_ctl_packet(struct qtnf_bus *bus, struct sk_buff *skb); 53 int qtnf_trans_send_cmd_with_resp(struct qtnf_bus *bus,
|
D | trans.c | 28 int qtnf_trans_send_cmd_with_resp(struct qtnf_bus *bus, struct sk_buff *cmd_skb, in qtnf_trans_send_cmd_with_resp() 94 static void qtnf_trans_signal_cmdresp(struct qtnf_bus *bus, struct sk_buff *skb) in qtnf_trans_signal_cmdresp() 125 static int qtnf_trans_event_enqueue(struct qtnf_bus *bus, struct sk_buff *skb) in qtnf_trans_event_enqueue() 142 void qtnf_trans_init(struct qtnf_bus *bus) in qtnf_trans_init() 160 static void qtnf_trans_free_events(struct qtnf_bus *bus) in qtnf_trans_free_events() 171 void qtnf_trans_free(struct qtnf_bus *bus) in qtnf_trans_free() 181 int qtnf_trans_handle_rx_ctl_packet(struct qtnf_bus *bus, struct sk_buff *skb) in qtnf_trans_handle_rx_ctl_packet()
|
D | debug.c | 22 void qtnf_debugfs_init(struct qtnf_bus *bus, const char *name) in qtnf_debugfs_init() 32 void qtnf_debugfs_remove(struct qtnf_bus *bus) in qtnf_debugfs_remove() 38 void qtnf_debugfs_add_entry(struct qtnf_bus *bus, const char *name, in qtnf_debugfs_add_entry()
|
D | core.h | 54 struct qtnf_bus; 129 struct qtnf_bus *bus; 154 struct wiphy *qtnf_wiphy_allocate(struct qtnf_bus *bus); 161 struct qtnf_wmac *qtnf_core_get_mac(const struct qtnf_bus *bus, u8 macid); 162 struct net_device *qtnf_classify_skb(struct qtnf_bus *bus, struct sk_buff *skb);
|
D | commands.h | 24 int qtnf_cmd_send_init_fw(struct qtnf_bus *bus); 25 void qtnf_cmd_send_deinit_fw(struct qtnf_bus *bus); 26 int qtnf_cmd_get_hw_info(struct qtnf_bus *bus); 68 int qtnf_cmd_reg_notify(struct qtnf_bus *bus, struct regulatory_request *req);
|
D | core.c | 39 struct qtnf_wmac *qtnf_core_get_mac(const struct qtnf_bus *bus, u8 macid) in qtnf_core_get_mac() 162 struct qtnf_bus *bus; in qtnf_netdev_tx_timeout() 370 static struct qtnf_wmac *qtnf_core_mac_alloc(struct qtnf_bus *bus, in qtnf_core_mac_alloc() 453 static void qtnf_core_mac_detach(struct qtnf_bus *bus, unsigned int macid) in qtnf_core_mac_detach() 503 static int qtnf_core_mac_attach(struct qtnf_bus *bus, unsigned int macid) in qtnf_core_mac_attach() 580 int qtnf_core_attach(struct qtnf_bus *bus) in qtnf_core_attach() 645 void qtnf_core_detach(struct qtnf_bus *bus) in qtnf_core_detach() 676 struct net_device *qtnf_classify_skb(struct qtnf_bus *bus, struct sk_buff *skb) in qtnf_classify_skb() 735 struct qtnf_bus *bus; in qtnf_wake_all_queues()
|
D | event.c | 543 static int qtnf_event_process_skb(struct qtnf_bus *bus, in qtnf_event_process_skb() 575 struct qtnf_bus *bus = container_of(work, struct qtnf_bus, event_work); in qtnf_event_work_handler()
|
D | commands.c | 80 static int qtnf_cmd_send_with_reply(struct qtnf_bus *bus, in qtnf_cmd_send_with_reply() 140 static inline int qtnf_cmd_send(struct qtnf_bus *bus, in qtnf_cmd_send() 967 qtnf_cmd_resp_proc_hw_info(struct qtnf_bus *bus, in qtnf_cmd_resp_proc_hw_info() 1768 int qtnf_cmd_get_hw_info(struct qtnf_bus *bus) in qtnf_cmd_get_hw_info() 1950 int qtnf_cmd_send_init_fw(struct qtnf_bus *bus) in qtnf_cmd_send_init_fw() 1980 void qtnf_cmd_send_deinit_fw(struct qtnf_bus *bus) in qtnf_cmd_send_deinit_fw() 2562 int qtnf_cmd_reg_notify(struct qtnf_bus *bus, struct regulatory_request *req) in qtnf_cmd_reg_notify() 2741 struct qtnf_bus *bus = vif->mac->bus; in qtnf_cmd_get_channel() 2781 struct qtnf_bus *bus = vif->mac->bus; in qtnf_cmd_start_cac() 2818 struct qtnf_bus *bus = vif->mac->bus; in qtnf_cmd_set_mac_acl() [all …]
|
D | cfg80211.c | 922 struct qtnf_bus *bus = mac->bus; in qtnf_set_wakeup() 966 struct qtnf_bus *bus = mac->bus; in qtnf_cfg80211_reg_notifier() 1005 struct wiphy *qtnf_wiphy_allocate(struct qtnf_bus *bus) in qtnf_wiphy_allocate()
|
/Linux-v4.19/drivers/net/wireless/quantenna/qtnfmac/pearl/ |
D | pcie.c | 210 struct qtnf_bus *bus = pci_get_drvdata(priv->pdev); in qtnf_pcie_control_rx_callback() 676 static int qtnf_pcie_data_tx(struct qtnf_bus *bus, struct sk_buff *skb) in qtnf_pcie_data_tx() 751 static int qtnf_pcie_control_tx(struct qtnf_bus *bus, struct sk_buff *skb) in qtnf_pcie_control_tx() 768 struct qtnf_bus *bus = (struct qtnf_bus *)data; in qtnf_interrupt() 827 struct qtnf_bus *bus = container_of(napi, struct qtnf_bus, mux_napi); in qtnf_rx_poll() 931 qtnf_pcie_data_tx_timeout(struct qtnf_bus *bus, struct net_device *ndev) in qtnf_pcie_data_tx_timeout() 938 static void qtnf_pcie_data_rx_start(struct qtnf_bus *bus) in qtnf_pcie_data_rx_start() 946 static void qtnf_pcie_data_rx_stop(struct qtnf_bus *bus) in qtnf_pcie_data_rx_stop() 967 struct qtnf_bus *bus = dev_get_drvdata(s->private); in qtnf_dbg_mps_show() 977 struct qtnf_bus *bus = dev_get_drvdata(s->private); in qtnf_dbg_msi_show() [all …]
|