Searched refs:wfx_cmd_send (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/wireless/silabs/wfx/ |
H A D | hif_tx.c | 66 int wfx_cmd_send(struct wfx_dev *wdev, struct wfx_hif_msg *request, in wfx_cmd_send() function 149 ret = wfx_cmd_send(wdev, hif, NULL, 0, true); in wfx_hif_shutdown() 170 ret = wfx_cmd_send(wdev, hif, NULL, 0, false); in wfx_hif_configuration() 185 ret = wfx_cmd_send(wvif->wdev, hif, NULL, 0, false); in wfx_hif_reset() 204 ret = wfx_cmd_send(wdev, hif, reply, buf_len, false); in wfx_hif_read_mib() 236 ret = wfx_cmd_send(wdev, hif, NULL, 0, false); in wfx_hif_write_mib() 261 ret = wfx_cmd_send(wvif->wdev, hif, NULL, 0, false); in wfx_hif_scan_uniq() 305 ret = wfx_cmd_send(wvif->wdev, hif, NULL, 0, false); in wfx_hif_scan() 320 ret = wfx_cmd_send(wvif->wdev, hif, NULL, 0, false); in wfx_hif_stop_scan() 352 ret = wfx_cmd_send(wvif->wdev, hif, NULL, 0, false); in wfx_hif_join() [all …]
|
H A D | hif_tx.h | 36 int wfx_cmd_send(struct wfx_dev *wdev, struct wfx_hif_msg *request,
|
H A D | debug.c | 265 context->ret = wfx_cmd_send(wdev, request, context->reply, sizeof(context->reply), false); in wfx_send_hif_msg_write()
|