Searched refs:wsm_arg (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/st/cw1200/ |
H A D | wsm.c | 1317 void *wsm_arg; in wsm_handle_rx() local 1324 wsm_arg = priv->wsm_cmd.arg; in wsm_handle_rx() 1336 /* Note that wsm_arg can be NULL in case of timeout in in wsm_handle_rx() 1342 if (wsm_arg) in wsm_handle_rx() 1343 ret = wsm_read_mib_confirm(priv, wsm_arg, in wsm_handle_rx() 1347 if (wsm_arg) in wsm_handle_rx() 1348 ret = wsm_write_mib_confirm(priv, wsm_arg, in wsm_handle_rx() 1352 if (wsm_arg) in wsm_handle_rx() 1353 ret = wsm_scan_started(priv, wsm_arg, &wsm_buf); in wsm_handle_rx() 1356 if (wsm_arg) in wsm_handle_rx() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/st/cw1200/ |
H A D | wsm.c | 1317 void *wsm_arg; in wsm_handle_rx() local 1324 wsm_arg = priv->wsm_cmd.arg; in wsm_handle_rx() 1336 /* Note that wsm_arg can be NULL in case of timeout in in wsm_handle_rx() 1342 if (wsm_arg) in wsm_handle_rx() 1343 ret = wsm_read_mib_confirm(priv, wsm_arg, in wsm_handle_rx() 1347 if (wsm_arg) in wsm_handle_rx() 1348 ret = wsm_write_mib_confirm(priv, wsm_arg, in wsm_handle_rx() 1352 if (wsm_arg) in wsm_handle_rx() 1353 ret = wsm_scan_started(priv, wsm_arg, &wsm_buf); in wsm_handle_rx() 1356 if (wsm_arg) in wsm_handle_rx() [all...] |
Completed in 5 milliseconds