Searched defs:napi (Results 1 – 14 of 14) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/ |
H A D | i_qdf_net_if.h | 156 __qdf_napi_enable(struct napi_struct *napi) in __qdf_napi_enable() 170 __qdf_napi_disable(struct napi_struct *napi) in __qdf_napi_disable() 195 __qdf_netif_napi_add(struct net_device *netdev, struct napi_struct *napi, in __qdf_netif_napi_add() 202 __qdf_netif_napi_add(struct net_device *netdev, struct napi_struct *napi, in __qdf_netif_napi_add() 216 __qdf_netif_napi_del(struct napi_struct *napi) in __qdf_netif_napi_del()
|
H A D | qdf_net_if.c | 121 void qdf_napi_enable(struct napi_struct *napi) in qdf_napi_enable() 128 void qdf_napi_disable(struct napi_struct *napi) in qdf_napi_disable() 135 void qdf_netif_napi_add(struct net_device *netdev, struct napi_struct *napi, in qdf_netif_napi_add() 143 void qdf_netif_napi_del(struct napi_struct *napi) in qdf_netif_napi_del()
|
/wlan-driver/qca-wifi-host-cmn/qdf/inc/ |
H A D | qdf_net_if.h | 177 qdf_napi_enable(struct napi_struct *napi) in qdf_napi_enable() 183 qdf_napi_disable(struct napi_struct *napi) in qdf_napi_disable() 189 qdf_netif_napi_add(struct net_device *netdev, struct napi_struct *napi, in qdf_netif_napi_add() 196 qdf_netif_napi_del(struct napi_struct *napi) in qdf_netif_napi_del()
|
/wlan-driver/qcacld-3.0/os_if/dp/src/ |
H A D | os_if_dp_txrx.c | 222 void osif_dp_rx_thread_napi_gro_flush(struct napi_struct *napi, 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()
|
/wlan-driver/qca-wifi-host-cmn/hif/src/ |
H A D | hif_napi.c | 68 static int hif_rxthread_napi_poll(struct napi_struct *napi, int budget) in hif_rxthread_napi_poll() 505 struct napi_struct *napi; in hif_napi_event() local 1190 struct napi_struct *napi,
|
H A D | hif_napi.h | 275 static inline int hif_napi_poll(struct napi_struct *napi, int budget) in hif_napi_poll()
|
H A D | hif_exec.h | 140 struct napi_struct napi; member
|
H A D | hif_exec.c | 662 static int hif_exec_poll(struct napi_struct *napi, int budget) in hif_exec_poll()
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
H A D | wlan_hdd_napi.c | 461 int hdd_napi_poll(struct napi_struct *napi, int budget) in hdd_napi_poll()
|
/wlan-driver/qca-wifi-host-cmn/hif/src/ce/ |
H A D | ce_tasklet.c | 853 struct qca_napi_info *napi; in ce_check_tasklet_status() local
|
/wlan-driver/qcacld-3.0/components/dp/core/inc/ |
H A D | wlan_dp_rx_thread.h | 135 qdf_napi_struct napi; member
|
/wlan-driver/qcacld-3.0/components/dp/core/src/ |
H A D | wlan_dp_rx_thread.c | 788 static int dp_rx_tm_thread_napi_poll(qdf_napi_struct *napi, int budget) in dp_rx_tm_thread_napi_poll()
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/ |
H A D | dp_be.h | 297 struct napi_struct napi; member
|
/wlan-driver/qca-wifi-host-cmn/hif/inc/ |
H A D | hif.h | 359 struct napi_struct napi; member
|