Searched refs:acx_size (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/wireless/ti/wlcore/
H A Dacx.c1795 int acx_size; local
1812 acx_size = ALIGN(sizeof(*acx) + fields_size, 4);
1813 acx = kzalloc(acx_size, GFP_KERNEL);
1827 wl1271_dump(DEBUG_ACX, "RX_FILTER: ", acx, acx_size);
1829 ret = wl1271_cmd_configure(wl, ACX_SET_RX_DATA_FILTER, acx, acx_size);

Completed in 78 milliseconds