Home
last modified time | relevance | path

Searched refs:hdd_napi_event (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_napi.h47 int hdd_napi_event(enum qca_napi_event event, void *data);
85 static inline int hdd_napi_event(enum qca_napi_event event, void *data) in hdd_napi_event() function
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_napi.c142 rc = hdd_napi_event(NAPI_EVT_INI_FILE, in hdd_napi_create()
248 int hdd_napi_event(enum qca_napi_event event, void *data) in hdd_napi_event() function
400 rc = hdd_napi_event(NAPI_EVT_TPUT_STATE, (void *)req_state); in hdd_napi_apply_throughput_policy()
H A Dwlan_hdd_driver_ops.c598 hdd_napi_event(NAPI_EVT_INI_FILE, in hdd_hif_open()