Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/ocb/core/src/
H A Dwlan_ocb_main.c277 struct ocb_dcc_update_ndl_response *ndl; in ocb_ndl_response() local
287 ndl = &event->rsp.ndl; in ocb_ndl_response()
291 cbs->ocb_dcc_update_ndl_context, ndl); in ocb_ndl_response()
/wlan-driver/qcacld-3.0/components/ocb/core/inc/
H A Dwlan_ocb_main.h121 struct ocb_dcc_update_ndl_response ndl; member
/wlan-driver/qcacld-3.0/components/ocb/dispatcher/src/
H A Dwlan_ocb_tgt_api.c191 qdf_mem_copy(&event->rsp.ndl, resp, sizeof(*resp)); in tgt_ocb_dcc_ndl_update()