Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/
H A Dhif_main.c1270 int bus_context_size = hif_bus_get_context_size(bus_type); in hif_open() local
1272 if (bus_context_size == 0) { in hif_open()
1277 scn = (struct hif_softc *)qdf_mem_malloc(bus_context_size); in hif_open()