Home
last modified time | relevance | path

Searched refs:msg_len (Results 1 – 25 of 25) sorted by relevance

/wlan-driver/qcacld-3.0/core/dp/htt/
Dhtt_t2h.c308 int msg_len = qdf_nbuf_len(htt_t2h_msg); in htt_t2h_lp_msg_handler() local
310 if (msg_len < HTT_RX_FRAG_IND_BYTES) { in htt_t2h_lp_msg_handler()
466 int msg_len = qdf_nbuf_len(htt_t2h_msg); in htt_t2h_lp_msg_handler() local
467 if (msg_len < (sizeof(struct htt_mgmt_tx_compl_ind) + sizeof(*msg_word))) { in htt_t2h_lp_msg_handler()
546 int msg_len = qdf_nbuf_len(htt_t2h_msg); in htt_t2h_lp_msg_handler() local
548 if (msg_len < HTT_TX_CREDIT_MSG_BYTES) { in htt_t2h_lp_msg_handler()
584 int msg_len = qdf_nbuf_len(htt_t2h_msg); in htt_t2h_lp_msg_handler() local
587 if (sizeof(struct htt_wdi_ipa_op_response_t) + len > msg_len) { in htt_t2h_lp_msg_handler()
590 len, msg_len); in htt_t2h_lp_msg_handler()
602 int msg_len = qdf_nbuf_len(htt_t2h_msg); in htt_t2h_lp_msg_handler() local
[all …]
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/rh/
Ddp_rh_htt.c248 uint32_t msg_len; in dp_htt_t2h_msg_handler_fast() local
252 msg_len = qdf_nbuf_len(htt_t2h_msg); in dp_htt_t2h_msg_handler_fast()
295 HTT_SOFT_UMAC_TX_COMPL_IND_SIZE) > msg_len) { in dp_htt_t2h_msg_handler_fast()
372 HTT_FLOW_POOL_MAP_HEADER_SZ) * num_flows + 1) * sizeof(*msg_word) > msg_len) { in dp_htt_t2h_msg_handler_fast()
399 if (msg_len < sizeof(struct htt_flow_pool_unmap_t)) { in dp_htt_t2h_msg_handler_fast()
400 dp_htt_err("Invalid length in flow pool unmap message %d", msg_len); in dp_htt_t2h_msg_handler_fast()
/wlan-driver/qca-wifi-host-cmn/os_if/linux/wifi_pos/src/
Dos_if_wifi_pos.c660 uint32_t msg_len; in wifi_pos_parse_nla_req() local
673 msg_len = nla_len(tb[CLD80211_ATTR_CMD_TAG_DATA]); in wifi_pos_parse_nla_req()
677 if (wifi_pos_parse_nla_oemdata_req(msg_len, msg, req)) { in wifi_pos_parse_nla_req()
682 req->buf_len = msg_len; in wifi_pos_parse_nla_req()
697 uint32_t msg_len, id, nl_field_info_size, expected_field_info_size; in wifi_pos_parse_ani_req() local
705 msg_len = nla_len(tb[CLD80211_ATTR_DATA]); in wifi_pos_parse_ani_req()
706 if (msg_len < sizeof(*msg_hdr)) { in wifi_pos_parse_ani_req()
707 osif_err("Insufficient length for msg_hdr: %u", msg_len); in wifi_pos_parse_ani_req()
716 if (msg_len < sizeof(*msg_hdr) + msg_hdr->length) { in wifi_pos_parse_ani_req()
718 msg_len); in wifi_pos_parse_ani_req()
/wlan-driver/qca-wifi-host-cmn/utils/pktlog/include/
Dpktlog_ac.h162 uint32_t msg_len);
226 uint32_t msg_len) in pktlog_process_fw_msg() argument
/wlan-driver/qca-wifi-host-cmn/utils/nlink/src/
Dwlan_nlink_srv.c473 uint32_t msg_len = nlmsg_len(nlh); in nl_srv_bcast() local
476 status = send_msg_to_cld80211(mcgroup_id, 0, app_id, msg, msg_len); in nl_srv_bcast()
509 uint32_t msg_len = nlmsg_len(nlh); in nl_srv_ucast() local
513 msg, msg_len); in nl_srv_ucast()
/wlan-driver/fw-api/fw/
Dwlan_nan_msg_common_v2.h83 A_UINT16 msg_len;
Dwmi_unified.h28781 A_UINT32 msg_len; member
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_oemdata.c983 int msg_len; in oem_cmd_handler() local
1006 msg_len = nla_len(tb[CLD80211_ATTR_DATA]); in oem_cmd_handler()
1007 if (msg_len < sizeof(*msg_hdr)) { in oem_cmd_handler()
1008 hdd_err("runt ATTR_DATA size %d", msg_len); in oem_cmd_handler()
1014 if (msg_len < (sizeof(*msg_hdr) + msg_hdr->length)) { in oem_cmd_handler()
1016 msg_len, msg_hdr->length); in oem_cmd_handler()
/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified_nan_tlv.c729 if (!fixed_params->msg_len || in extract_nan_msg_tlv()
730 fixed_params->msg_len > MAX_NAN_MSG_LEN || in extract_nan_msg_tlv()
731 fixed_params->msg_len > event->num_msg) in extract_nan_msg_tlv()
734 msg->data_len = fixed_params->msg_len; in extract_nan_msg_tlv()
737 msg->msg[fixed_params->msg_len - 1] = (uint8_t)'\0'; in extract_nan_msg_tlv()
/wlan-driver/qca-wifi-host-cmn/utils/pktlog/
Dpktlog_ac.c1029 uint32_t msg_len; in pktlog_t2h_msg_handler() local
1052 msg_len = qdf_nbuf_len(pktlog_t2h_msg); in pktlog_t2h_msg_handler()
1053 pktlog_process_fw_msg(pdev->pdev_id, msg_word, msg_len); in pktlog_t2h_msg_handler()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_htt.c1858 msg_remain_len = qdf_min(htt_stats->msg_len + 16,
1865 if (htt_stats->msg_len >= DP_EXT_MSG_LENGTH) {
1866 htt_stats->msg_len -= DP_EXT_MSG_LENGTH;
1893 uint32_t msg_len) argument
1903 msg_len = qdf_min(msg_len + HTT_HEADER_LEN, (uint32_t)DP_EXT_MSG_LENGTH);
1907 (msg_len - HTT_HEADER_LEN));
1920 uint32_t msg_len) argument
2049 htt_stats->msg_len = HTT_T2H_EXT_STATS_CONF_TLV_LENGTH_GET(
2066 htt_stats->msg_len);
2079 msg_remain_len = qdf_min(htt_stats->msg_len,
[all …]
Ddp_htt.h1064 uint32_t msg_len; member
/wlan-driver/platform/icnss2/
Dqmi.h244 void *msg, unsigned int msg_len);
/wlan-driver/qcacld-3.0/core/mac/src/include/
Dsir_params.h165 uint16_t msg_len; member
/wlan-driver/qca-wifi-host-cmn/utils/fwlog/
Ddbglog_host.c1645 int msg_len; in send_fw_diag_nl_data() local
1658 msg_len = len + sizeof(radio); in send_fw_diag_nl_data()
1659 skb_out = nlmsg_new(msg_len, GFP_KERNEL); in send_fw_diag_nl_data()
1665 nlh = nlmsg_put(skb_out, 0, 0, WLAN_NL_MSG_CNSS_DIAG, msg_len, in send_fw_diag_nl_data()
/wlan-driver/qcacld-3.0/components/tdls/dispatcher/inc/
Dwlan_tdls_public_structs.h1265 uint16_t msg_len; member
/wlan-driver/qcacld-3.0/core/mac/inc/
Dsir_api.h1701 uint16_t msg_len; member
1714 uint16_t msg_len; member
4869 uint16_t msg_len; member
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
Di_qdf_ipa.h479 (((struct ipa_msg_meta *)(meta))->msg_len)
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_send_management_frames.c7424 uint32_t msg_len, void *packet, uint8_t *frame)
7475 (uint16_t)msg_len,
7706 uint32_t msg_len; local
7711 msg_len = mb_msg->msg_len - sizeof(*mb_msg);
7719 mb_msg->data, msg_len);
7735 lim_send_frame(mac_ctx, vdev_id, mb_msg->data, msg_len);
Dlim_process_mlm_req_messages.c643 sae_info->msg_len = sizeof(*sae_info); in lim_trigger_auth_req_sae()
/wlan-driver/qcacld-3.0/core/sme/src/common/
Dsme_api.c5470 uint16_t msg_len; in sme_prepare_mgmt_tx() local
5475 msg_len = sizeof(*msg) + len; in sme_prepare_mgmt_tx()
5476 msg = qdf_mem_malloc(msg_len); in sme_prepare_mgmt_tx()
5481 msg->msg_len = msg_len; in sme_prepare_mgmt_tx()
8257 uint16_t msg_len; in sme_update_access_policy_vendor_ie() local
8260 msg_len = sizeof(*msg); in sme_update_access_policy_vendor_ie()
8262 msg = qdf_mem_malloc(msg_len); in sme_update_access_policy_vendor_ie()
8268 msg->length = (uint16_t)msg_len; in sme_update_access_policy_vendor_ie()
12681 msg->msg_len = sizeof(*msg); in sme_create_mon_session()
12697 msg->msg_len = sizeof(*msg); in sme_delete_mon_session()
/wlan-driver/qcacld-3.0/components/tdls/core/src/
Dwlan_tdls_ct.c1470 del_msg->msg_len = (uint16_t) sizeof(*del_msg); in tdls_delete_all_tdls_peers()
/wlan-driver/qca-wifi-host-cmn/ipa/core/src/
Dwlan_ipa_core.c5272 meta.msg_len = sizeof(*msg); in wlan_ipa_fw_rejuvenate_send_msg()
5273 msg = qdf_mem_malloc(meta.msg_len); in wlan_ipa_fw_rejuvenate_send_msg()
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
Dwmi_unified_param.h4294 int msg_len; member
4304 int msg_len; member
/wlan-driver/qcacld-3.0/core/sme/src/csr/
Dcsr_api_roam.c7796 sae_info.msg_len = sizeof(sae_info); in csr_process_roam_auth_sae_callback()