Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/st/cw1200/
Dwsm.c1319 void *wsm_arg; in wsm_handle_rx() local
1326 wsm_arg = priv->wsm_cmd.arg; in wsm_handle_rx()
1344 if (wsm_arg) in wsm_handle_rx()
1345 ret = wsm_read_mib_confirm(priv, wsm_arg, in wsm_handle_rx()
1349 if (wsm_arg) in wsm_handle_rx()
1350 ret = wsm_write_mib_confirm(priv, wsm_arg, in wsm_handle_rx()
1354 if (wsm_arg) in wsm_handle_rx()
1355 ret = wsm_scan_started(priv, wsm_arg, &wsm_buf); in wsm_handle_rx()
1358 if (wsm_arg) in wsm_handle_rx()
1359 ret = wsm_configuration_confirm(priv, wsm_arg, in wsm_handle_rx()
[all …]