Searched refs:CMD_NXP (Results 1 – 2 of 2) sorted by relevance
368 data_ptr = respbuf + (strlen(CMD_NXP) + strlen(PRIV_CMD_HOSTCMD)); in woal_priv_hostcmd()400 ret = misc_cfg->param.hostcmd.len + sizeof(buf_len) + strlen(CMD_NXP) + in woal_priv_hostcmd()409 respbuflen - (strlen(CMD_NXP) + strlen(PRIV_CMD_HOSTCMD) + in woal_priv_hostcmd()560 header_len = strlen(CMD_NXP) + strlen(PRIV_CMD_RANGE_EXT); in woal_setget_priv_range_ext()634 data_ptr = respbuf + (strlen(CMD_NXP) + strlen(PRIV_CMD_CUSTOMIE)); in woal_priv_customie()665 (strlen(CMD_NXP) + strlen(PRIV_CMD_CUSTOMIE))); in woal_priv_customie()704 if (strlen(respbuf) == (strlen(CMD_NXP) + strlen(PRIV_CMD_BANDCFG))) { in woal_setget_priv_bandcfg()710 parse_arguments(respbuf + strlen(CMD_NXP) + in woal_setget_priv_bandcfg()829 if (strlen(respbuf) == (strlen(CMD_NXP) + strlen(PRIV_CMD_HTTXCFG))) { in woal_setget_priv_httxcfg()835 parse_arguments(respbuf + strlen(CMD_NXP) + in woal_setget_priv_httxcfg()[all …]
46 #define CMD_NXP "MRVL_CMD" macro