Searched refs:txdesc_size (Results 1 – 5 of 5) sorted by relevance
212 u8 txdesc_size = TXDESC_SIZE; in xmit_xmitframes() local285 txlen = txdesc_size + rtw_wlan_pkt_size(pxmitframe); in xmit_xmitframes()359 txlen = txdesc_size + pxmitframe->attrib.last_txcmdsz; in xmit_xmitframes()521 u8 txdesc_size = TXDESC_SIZE; in rtl8723bs_mgnt_xmit() local530 pxmitbuf->len = txdesc_size + pattrib->last_txcmdsz; in rtl8723bs_mgnt_xmit()
40 halmac_adapter->hw_config_info.txdesc_size = HALMAC_TX_DESC_SIZE_8822B; in halmac_mount_api_8822b()
1020 halmac_adapter->hw_config_info.txdesc_size, in halmac_dlfw_to_mem_88xx()1760 pkt_size + halmac_adapter->hw_config_info.txdesc_size); in halmac_send_h2c_update_packet_88xx()1853 halmac_adapter->hw_config_info.txdesc_size) > in halmac_send_h2c_phy_parameter_88xx()3566 halmac_adapter->hw_config_info.txdesc_size, in halmac_verify_send_rsvd_page_88xx()3577 halmac_adapter->hw_config_info.txdesc_size, in halmac_verify_send_rsvd_page_88xx()3589 (i + halmac_adapter->hw_config_info.txdesc_size))) { in halmac_verify_send_rsvd_page_88xx()
5572 *(u32 *)pvalue = halmac_adapter->hw_config_info.txdesc_size; in halmac_get_hw_value_88xx()
576 u8 txdesc_size; /* Record tx desc size */ member