Home
last modified time | relevance | path

Searched refs:napi (Results 1 – 17 of 17) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_net_if.h87 void qdf_napi_enable(struct napi_struct *napi);
97 void qdf_napi_disable(struct napi_struct *napi);
108 void qdf_netif_napi_add(struct net_device *netdev, struct napi_struct *napi,
117 void qdf_netif_napi_del(struct napi_struct *napi);
177 qdf_napi_enable(struct napi_struct *napi) in qdf_napi_enable() argument
179 __qdf_napi_enable(napi); in qdf_napi_enable()
183 qdf_napi_disable(struct napi_struct *napi) in qdf_napi_disable() argument
185 __qdf_napi_disable(napi); in qdf_napi_disable()
189 qdf_netif_napi_add(struct net_device *netdev, struct napi_struct *napi, in qdf_netif_napi_add() argument
192 __qdf_netif_napi_add(netdev, napi, poll, weight); in qdf_netif_napi_add()
[all …]
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Di_qdf_net_if.h156 __qdf_napi_enable(struct napi_struct *napi) in __qdf_napi_enable() argument
158 napi_enable(napi); in __qdf_napi_enable()
170 __qdf_napi_disable(struct napi_struct *napi) in __qdf_napi_disable() argument
172 napi_disable(napi); in __qdf_napi_disable()
195 __qdf_netif_napi_add(struct net_device *netdev, struct napi_struct *napi, in __qdf_netif_napi_add() argument
198 netif_napi_add_weight(netdev, napi, poll, weight); in __qdf_netif_napi_add()
202 __qdf_netif_napi_add(struct net_device *netdev, struct napi_struct *napi, in __qdf_netif_napi_add() argument
205 netif_napi_add(netdev, napi, poll, weight); in __qdf_netif_napi_add()
216 __qdf_netif_napi_del(struct napi_struct *napi) in __qdf_netif_napi_del() argument
218 netif_napi_del(napi); in __qdf_netif_napi_del()
H A Dqdf_net_if.c121 void qdf_napi_enable(struct napi_struct *napi) in qdf_napi_enable() argument
123 __qdf_napi_enable(napi); in qdf_napi_enable()
128 void qdf_napi_disable(struct napi_struct *napi) in qdf_napi_disable() argument
130 __qdf_napi_disable(napi); in qdf_napi_disable()
135 void qdf_netif_napi_add(struct net_device *netdev, struct napi_struct *napi, in qdf_netif_napi_add() argument
138 __qdf_netif_napi_add(netdev, napi, poll, weight); in qdf_netif_napi_add()
143 void qdf_netif_napi_del(struct napi_struct *napi) in qdf_netif_napi_del() argument
145 __qdf_netif_napi_del(napi); in qdf_netif_napi_del()
/wlan-driver/qcacld-3.0/os_if/dp/src/
H A Dos_if_dp_txrx.c222 void osif_dp_rx_thread_napi_gro_flush(struct napi_struct *napi, in osif_dp_rx_thread_napi_gro_flush() argument
225 if (napi->poll) { in osif_dp_rx_thread_napi_gro_flush()
228 napi_gro_flush(napi, false); in osif_dp_rx_thread_napi_gro_flush()
230 if (napi->rx_count) { in osif_dp_rx_thread_napi_gro_flush()
231 netif_receive_skb_list(&napi->rx_list); in osif_dp_rx_thread_napi_gro_flush()
232 qdf_init_list_head(&napi->rx_list); in osif_dp_rx_thread_napi_gro_flush()
233 napi->rx_count = 0; in osif_dp_rx_thread_napi_gro_flush()
239 void osif_dp_rx_thread_napi_gro_flush(struct napi_struct *napi, in osif_dp_rx_thread_napi_gro_flush() argument
242 if (napi->poll) { in osif_dp_rx_thread_napi_gro_flush()
245 napi_gro_flush(napi, false); in osif_dp_rx_thread_napi_gro_flush()
[all …]
/wlan-driver/qca-wifi-host-cmn/hif/src/
H A Dhif_napi.c68 static int hif_rxthread_napi_poll(struct napi_struct *napi, int budget) in hif_rxthread_napi_poll() argument
208 &(napii->napi), &(napii->netdev), poll, budget); in hif_napi_create()
209 qdf_netif_napi_add(&(napii->netdev), &(napii->napi), in hif_napi_create()
214 &(napii->napi), &(napii->netdev)); in hif_napi_create()
216 napii->napi.dev_list.prev, in hif_napi_create()
217 napii->napi.dev_list.next); in hif_napi_create()
367 qdf_napi_disable(&(napii->napi)); in hif_napi_destroy()
378 napii->napi.dev_list.prev, in hif_napi_destroy()
379 napii->napi.dev_list.next); in hif_napi_destroy()
385 qdf_netif_napi_del(&(napii->napi)); in hif_napi_destroy()
[all …]
H A Dhif_exec.c662 static int hif_exec_poll(struct napi_struct *napi, int budget) in hif_exec_poll() argument
665 qdf_container_of(napi, struct hif_napi_exec_context, napi); in hif_exec_poll()
703 napi_complete(napi); in hif_exec_poll()
736 napi_schedule(&n_ctx->napi); in hif_exec_napi_schedule()
749 qdf_napi_disable(&n_ctx->napi); in hif_exec_napi_kill()
757 qdf_netif_napi_del(&(n_ctx->napi)); in hif_exec_napi_kill()
782 qdf_netif_napi_add(&(ctx->netdev), &(ctx->napi), hif_exec_poll, in hif_exec_napi_create()
784 qdf_napi_enable(&ctx->napi); in hif_exec_napi_create()
H A Dhif_napi.h187 struct napi_struct *napi, int budget);
275 static inline int hif_napi_poll(struct napi_struct *napi, int budget) in hif_napi_poll() argument
H A Dhif_exec.h140 struct napi_struct napi; member
/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_napi.h49 int hdd_napi_poll(struct napi_struct *napi, int budget);
/wlan-driver/qca-wifi-host-cmn/hif/src/ce/
H A Dce_tasklet.c853 struct qca_napi_info *napi; in ce_check_tasklet_status() local
855 napi = scn->napi_data.napis[ce_id]; in ce_check_tasklet_status()
856 if (test_bit(NAPI_STATE_SCHED, &napi->napi.state)) in ce_check_tasklet_status()
/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_rx_thread.c555 dp_ctx->dp_ops.dp_rx_thread_napi_gro_flush(&rx_thread->napi, in dp_rx_thread_gro_flush()
788 static int dp_rx_tm_thread_napi_poll(qdf_napi_struct *napi, int budget) in dp_rx_tm_thread_napi_poll() argument
805 qdf_netif_napi_add(&rx_thread->netdev, &rx_thread->napi, in dp_rx_tm_thread_napi_init()
807 qdf_napi_enable(&rx_thread->napi); in dp_rx_tm_thread_napi_init()
818 qdf_netif_napi_del(&rx_thread->napi); in dp_rx_tm_thread_napi_deinit()
1444 return &rx_tm_hdl->rx_thread[selected_thread_id]->napi; in dp_rx_tm_get_napi_context()
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_napi.c461 int hdd_napi_poll(struct napi_struct *napi, int budget) in hdd_napi_poll() argument
463 return hif_napi_poll(cds_get_context(QDF_MODULE_ID_HIF), napi, budget); in hdd_napi_poll()
H A Dwlan_hdd_tx_rx.c441 napi_to_use = &qca_napii->napi; in hdd_legacy_gro_get_napi()
/wlan-driver/qcacld-3.0/components/dp/core/inc/
H A Dwlan_dp_rx_thread.h135 qdf_napi_struct napi; member
/wlan-driver/qcacld-3.0/components/dp/dispatcher/inc/
H A Dwlan_dp_public_struct.h657 (*dp_rx_thread_napi_gro_flush)(qdf_napi_struct *napi,
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
H A Ddp_be.h297 struct napi_struct napi; member
/wlan-driver/qca-wifi-host-cmn/hif/inc/
H A Dhif.h359 struct napi_struct napi; member