Searched refs:WIFI_FW_CMDBUF_SIZE (Results 1 – 7 of 7) sorted by relevance
41 #define WIFI_FW_CMDBUF_SIZE 3072U macro
37 #define WIFI_FW_CMDBUF_SIZE 2100U macro
27 static uint8_t cmd_buf[WIFI_FW_CMDBUF_SIZE];1109 (void)memcpy(outbuf, buf, MIN(WIFI_FW_CMDBUF_SIZE, IMU_OUTBUF_LEN)); in wlan_send_imu_cmd()
40 static uint8_t ctrl_cmd_buf[WIFI_FW_CMDBUF_SIZE];42 static uint8_t vdll_cmd_buf[WIFI_FW_CMDBUF_SIZE] = {0};
1018 if (cmd->size > WIFI_FW_CMDBUF_SIZE) in wifi_wait_for_vdllcmdresp()1175 if (cmd->size > WIFI_FW_CMDBUF_SIZE) in wifi_wait_for_cmdresp()
2111 if ((msg_len > WIFI_FW_CMDBUF_SIZE) || (ctrl == NULL)) in wlan_download_vdll_block()
5031 if (cmd_buf_len > WIFI_FW_CMDBUF_SIZE) in wifi_send_hostcmd()