Searched refs:wfx_cmd_send (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/drivers/net/wireless/silabs/wfx/ |
D | hif_tx.c | 48 int wfx_cmd_send(struct wfx_dev *wdev, struct wfx_hif_msg *request, in wfx_cmd_send() function 131 ret = wfx_cmd_send(wdev, hif, NULL, 0, true); in wfx_hif_shutdown() 152 ret = wfx_cmd_send(wdev, hif, NULL, 0, false); in wfx_hif_configuration() 167 ret = wfx_cmd_send(wvif->wdev, hif, NULL, 0, false); in wfx_hif_reset() 186 ret = wfx_cmd_send(wdev, hif, reply, buf_len, false); in wfx_hif_read_mib() 218 ret = wfx_cmd_send(wdev, hif, NULL, 0, false); in wfx_hif_write_mib() 262 ret = wfx_cmd_send(wvif->wdev, hif, NULL, 0, false); in wfx_hif_scan() 277 ret = wfx_cmd_send(wvif->wdev, hif, NULL, 0, false); in wfx_hif_stop_scan() 309 ret = wfx_cmd_send(wvif->wdev, hif, NULL, 0, false); in wfx_hif_join() 325 ret = wfx_cmd_send(wvif->wdev, hif, NULL, 0, false); in wfx_hif_set_bss_params() [all …]
|
D | hif_tx.h | 36 int wfx_cmd_send(struct wfx_dev *wdev, struct wfx_hif_msg *request,
|
D | debug.c | 265 context->ret = wfx_cmd_send(wdev, request, context->reply, sizeof(context->reply), false); in wfx_send_hif_msg_write()
|