Searched refs:cmd_len (Results 1 - 11 of 11) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/scsi/ |
H A D | sg.h | 67 unsigned char cmd_len; member
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | wl_cfg_btcoex.c | 430 uint8 cmd_len = 0; in wl_cfg80211_set_btcoex_dhcp() local 444 cmd_len = sizeof(BTCOEXMODE); in wl_cfg80211_set_btcoex_dhcp() 445 powermode_val = command[cmd_len]; in wl_cfg80211_set_btcoex_dhcp()
|
H A D | wl_android.h | 119 int wl_handle_private_cmd(struct net_device *net, char *command, u32 cmd_len);
|
H A D | wl_cfgvendor.c | 2811 int data_len = 0, cmd_len = 0, tmp = 0, type = 0; in wl_cfgvendor_priv_bcm_handler() local 2834 cmd_len = nla_len(iter); in wl_cfgvendor_priv_bcm_handler() 2836 WL_DBG(("%s: type: %d cmd_len:%d cmd_ptr:%p \n", __func__, type, cmd_len, cmd)); in wl_cfgvendor_priv_bcm_handler() 2837 if (!cmd || !cmd_len) { in wl_cfgvendor_priv_bcm_handler() 2845 if ((cmd_len >= WL_DRIVER_PRIV_CMD_LEN) || in wl_cfgvendor_priv_bcm_handler() 2846 (cmd_len < ANDROID_PRIV_CMD_IF_PREFIX_LEN)) { in wl_cfgvendor_priv_bcm_handler() 2848 "Ignore the command\n", cmd_len)); in wl_cfgvendor_priv_bcm_handler() 2856 WL_ERR(("memcpy failed for cmd buffer. len:%d\n", cmd_len)); in wl_cfgvendor_priv_bcm_handler() 2891 (cmd_len in wl_cfgvendor_priv_bcm_handler() [all...] |
H A D | dhd_linux.c | 11647 uint cmd_len, char **resptr, uint resp_len) in dhd_getiovar() 11658 ret = bcm_mkiovar(name, cmd_buf, cmd_len, buf, len); in dhd_getiovar() 15076 u32 cmd_len, buf_len; in __dhd_apf_add_filter() local 15086 cmd_len = sizeof(cmd); in __dhd_apf_add_filter() 15096 buf_len = cmd_len + WL_PKT_FILTER_FIXED_LEN + in __dhd_apf_add_filter() 15105 memcpy(buf, cmd, cmd_len); in __dhd_apf_add_filter() 15107 pkt_filterp = (wl_pkt_filter_t *) (buf + cmd_len); in __dhd_apf_add_filter() 15137 u32 cmd_len, buf_len; in __dhd_apf_config_filter() local 15147 cmd_len = sizeof(cmd); in __dhd_apf_config_filter() 15148 buf_len = cmd_len in __dhd_apf_config_filter() 11646 dhd_getiovar(dhd_pub_t *pub, int ifidx, char *name, char *cmd_buf, uint cmd_len, char **resptr, uint resp_len) dhd_getiovar() argument [all...] |
H A D | dhd_config.c | 2090 int cmd_len = strlen("mpc"); in dhd_conf_check_hostsleep() local 2091 if (!strncmp(buf, "mpc", cmd_len)) { in dhd_conf_check_hostsleep() 2092 if (*((u32 *)((u8*)buf+cmd_len+1)) != 0) { in dhd_conf_check_hostsleep()
|
H A D | wl_android.c | 5622 wl_handle_private_cmd(struct net_device *net, char *command, u32 cmd_len) in wl_handle_private_cmd() argument 5628 priv_cmd.total_len = cmd_len; in wl_handle_private_cmd()
|
H A D | dhd.h | 2335 uint cmd_len, char **resptr, uint resp_len);
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/ |
H A D | hcc_comm.h | 183 hi_u16 cmd_len; member
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | plat_firmware.c | 1369 static hi_s32 firmware_parse_cmd(hi_u8 *puc_cfg_buffer, hi_u8 *puc_cmd_name, hi_u8 cmd_len, hi_u8 *puc_cmd_para, in firmware_parse_cmd() argument 1380 hi_unref_param(cmd_len); in firmware_parse_cmd()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | wlioctl.h | 18174 uint16 cmd_len; /* cmd struct len */ member
|
Completed in 108 milliseconds