/wlan-driver/qcacld-3.0/core/dp/htt/ |
H A D | htt_rx.c | 88 uint8_t htt_rx_msdu_fw_desc_get(htt_pdev_handle pdev, void *msdu_desc) in htt_rx_msdu_fw_desc_get() argument 106 return *(((uint8_t *)msdu_desc) + pdev->rx_fw_desc_offset); in htt_rx_msdu_fw_desc_get() 109 int htt_rx_msdu_discard(htt_pdev_handle pdev, void *msdu_desc) in htt_rx_msdu_discard() argument 111 return htt_rx_msdu_fw_desc_get(pdev, msdu_desc) & FW_RX_DESC_DISCARD_M; in htt_rx_msdu_discard() 114 int htt_rx_msdu_forward(htt_pdev_handle pdev, void *msdu_desc) in htt_rx_msdu_forward() argument 116 return htt_rx_msdu_fw_desc_get(pdev, msdu_desc) & FW_RX_DESC_FORWARD_M; in htt_rx_msdu_forward() 119 int htt_rx_msdu_inspect(htt_pdev_handle pdev, void *msdu_desc) in htt_rx_msdu_inspect() argument 121 return htt_rx_msdu_fw_desc_get(pdev, msdu_desc) & FW_RX_DESC_INSPECT_M; in htt_rx_msdu_inspect() 126 void *msdu_desc, int *discard, int *forward, int *inspect) in htt_rx_msdu_actions() argument 128 uint8_t rx_msdu_fw_desc = htt_rx_msdu_fw_desc_get(pdev, msdu_desc); in htt_rx_msdu_actions() [all …]
|
H A D | htt_rx_hl.c | 43 htt_rx_msdu_first_msdu_flag_hl(htt_pdev_handle pdev, void *msdu_desc) in htt_rx_msdu_first_msdu_flag_hl() argument 45 return ((u_int8_t *)msdu_desc - sizeof(struct hl_htt_rx_ind_base)) in htt_rx_msdu_first_msdu_flag_hl() 53 void *msdu_desc in htt_rx_msdu_rx_desc_size_hl() argument 56 return ((u_int8_t *)(msdu_desc) - HTT_RX_IND_HL_BYTES) in htt_rx_msdu_rx_desc_size_hl() 474 htt_rx_msdu_desc_completes_mpdu_hl(htt_pdev_handle pdev, void *msdu_desc) in htt_rx_msdu_desc_completes_mpdu_hl() argument 477 ((u_int8_t *)(msdu_desc) - sizeof(struct hl_htt_rx_ind_base)) in htt_rx_msdu_desc_completes_mpdu_hl() 484 htt_rx_msdu_has_wlan_mcast_flag_hl(htt_pdev_handle pdev, void *msdu_desc) in htt_rx_msdu_has_wlan_mcast_flag_hl() argument 487 return htt_rx_msdu_first_msdu_flag_hl(pdev, msdu_desc) == true; in htt_rx_msdu_has_wlan_mcast_flag_hl() 491 htt_rx_msdu_is_wlan_mcast_hl(htt_pdev_handle pdev, void *msdu_desc) in htt_rx_msdu_is_wlan_mcast_hl() argument 494 (struct hl_htt_rx_desc_base *)msdu_desc; in htt_rx_msdu_is_wlan_mcast_hl() [all …]
|
H A D | htt_rx_ll.c | 749 htt_rx_msdu_first_msdu_flag_ll(htt_pdev_handle pdev, void *msdu_desc) in htt_rx_msdu_first_msdu_flag_ll() argument 752 (struct htt_host_rx_desc_base *)msdu_desc; in htt_rx_msdu_first_msdu_flag_ll() 886 void *msdu_desc) in htt_rx_msdu_desc_completes_mpdu_ll() argument 889 (struct htt_host_rx_desc_base *)msdu_desc; in htt_rx_msdu_desc_completes_mpdu_ll() 896 void *msdu_desc) in htt_rx_msdu_has_wlan_mcast_flag_ll() argument 899 (struct htt_host_rx_desc_base *)msdu_desc; in htt_rx_msdu_has_wlan_mcast_flag_ll() 908 static bool htt_rx_msdu_is_wlan_mcast_ll(htt_pdev_handle pdev, void *msdu_desc) in htt_rx_msdu_is_wlan_mcast_ll() argument 911 (struct htt_host_rx_desc_base *)msdu_desc; in htt_rx_msdu_is_wlan_mcast_ll() 917 static int htt_rx_msdu_is_frag_ll(htt_pdev_handle pdev, void *msdu_desc) in htt_rx_msdu_is_frag_ll() argument 920 (struct htt_host_rx_desc_base *)msdu_desc; in htt_rx_msdu_is_frag_ll() [all …]
|
H A D | htt_types.h | 330 unsigned int msdu_desc; member
|
H A D | htt.c | 890 pdev->rx_ring.sw_rd_idx.msdu_desc, in htt_display()
|
/wlan-driver/qcacld-3.0/core/dp/ol/inc/ |
H A D | ol_htt_rx_api.h | 509 void *msdu_desc); 526 void *msdu_desc); 562 void *msdu_desc); 579 extern bool (*htt_rx_msdu_is_wlan_mcast)(htt_pdev_handle pdev, void *msdu_desc); 593 extern int (*htt_rx_msdu_is_frag)(htt_pdev_handle pdev, void *msdu_desc); 609 int htt_rx_msdu_discard(htt_pdev_handle pdev, void *msdu_desc); 628 int htt_rx_msdu_forward(htt_pdev_handle pdev, void *msdu_desc); 645 int htt_rx_msdu_inspect(htt_pdev_handle pdev, void *msdu_desc); 663 void *msdu_desc, int *discard, int *forward, int *inspect); 965 uint16_t htt_rx_msdu_rx_desc_size_hl(htt_pdev_handle pdev, void *msdu_desc); [all …]
|
/wlan-driver/qcacld-3.0/core/dp/txrx/ |
H A D | ol_rx.h | 115 void *msdu_desc,
|
H A D | ol_rx.c | 1001 void *msdu_desc, in ol_rx_mic_error_handler() argument 1017 msdu_desc, &pn, 48); in ol_rx_mic_error_handler() 1020 vdev->pdev->htt_pdev, msdu_desc, in ol_rx_mic_error_handler()
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/be/ |
H A D | hal_be_generic_api.c | 634 void *msdu_desc, uint32_t dst_ind, in hal_msdu_desc_info_set_be() argument 638 (struct rx_msdu_desc_info *)msdu_desc; in hal_msdu_desc_info_set_be()
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/li/ |
H A D | hal_li_generic_api.c | 944 void *msdu_desc, uint32_t dst_ind, in hal_msdu_desc_info_set_li() argument 948 (struct rx_msdu_desc_info *)msdu_desc; in hal_msdu_desc_info_set_li()
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/rh/ |
H A D | hal_rh_generic_api.c | 173 void *msdu_desc, uint32_t dst_ind, in hal_msdu_desc_info_set_rh() argument
|