Searched refs:HCC_HDR_TOTAL_LEN (Results 1 - 6 of 6) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/ |
H A D | hcc_slave.c | 235 total_len = hcc_hdr->pay_len + HCC_HDR_TOTAL_LEN; in hcc_slave_get_netbuf_align_len() 359 if (pkt_len >= HCC_HDR_TOTAL_LEN) { in hcc_build_adma_descr_from_netbuf() 360 (hi_void)hi_sdio_set_admatable(adma_table, (*index)++, (hi_u32 *)hcc_hdr, HCC_HDR_TOTAL_LEN); in hcc_build_adma_descr_from_netbuf() 364 if (pkt_len > HCC_HDR_TOTAL_LEN) { in hcc_build_adma_descr_from_netbuf() 365 (hi_void)hi_sdio_set_admatable(adma_table, (*index)++, (hi_u32 *)payload_hdr, pkt_len - HCC_HDR_TOTAL_LEN); in hcc_build_adma_descr_from_netbuf() 408 if (size > HCC_LONG_PACKAGE_SIZE + HCC_HDR_TOTAL_LEN) { in hcc_process_single_package() 409 remain_len = size - HCC_LONG_PACKAGE_SIZE - HCC_HDR_TOTAL_LEN; in hcc_process_single_package() 413 pkt_len = size - HCC_HDR_TOTAL_LEN; in hcc_process_single_package() 418 g_rx_aggr_info.hcc_rx_aggr[0].rx_pkt_bytes = pkt_len + HCC_HDR_TOTAL_LEN; in hcc_process_single_package() 461 if (g_rx_aggr_info.hcc_rx_aggr[i].rx_pkt_bytes <= (HCC_LONG_PACKAGE_SIZE + HCC_HDR_TOTAL_LEN)) { in hcc_process_multi_package() [all...] |
H A D | hcc_comm.h | 162 #define HCC_HDR_TOTAL_LEN 64 macro 164 #define HCC_HDR_RESERVED_MAX_LEN (HCC_HDR_TOTAL_LEN - HCC_HDR_LEN)
|
H A D | hcc_host.c | 276 (HCC_HDR_LEN + hcc_hdr->pad_hdr + hcc_hdr->pad_payload > HCC_HDR_TOTAL_LEN)) { 293 oal_print_hex_dump((hi_u8 *)hcc_hdr, HCC_HDR_TOTAL_LEN, 16, "invalid hcc_rx header: "); /* 16进制 */ 297 extend_len = HCC_HDR_TOTAL_LEN - HCC_HDR_LEN - hcc_hdr->pad_hdr; 316 oal_print_hex_dump((hi_u8 *)hcc_hdr, HCC_HDR_TOTAL_LEN, 8, "hcc hdr:"); /* string len 8 */ 317 oal_print_hex_dump(oal_netbuf_data(netbuf) + HCC_HDR_TOTAL_LEN + hcc_hdr->pad_payload, hcc_hdr->pay_len, 8, 352 oal_print_hex_dump((hi_u8 *)hcc_hdr, HCC_HDR_TOTAL_LEN, 16, "invalid hcc header: "); /* 16进制 */ 374 oal_print_hex_dump((hi_u8 *)hcc_hdr, HCC_HDR_TOTAL_LEN, 32, "hcc invalid header: "); /* len 32 */ 1118 oal_print_hex_dump((hi_u8 *)hcc_hdr, HCC_HDR_TOTAL_LEN, 16, "invalid hcc header: "); /* group size 16 */
|
H A D | hcc_host.h | 60 #define HCC_NETBUF_RESERVED_ROOM_SIZE (HCC_HDR_TOTAL_LEN + HISDIO_H2D_SCATT_BUFFLEN_ALIGN)
|
H A D | hcc_hmac.c | 252 #define HCC_NETBUF_RESERVED_ROOM_SIZE (HCC_HDR_TOTAL_LEN + HISDIO_H2D_SCATT_BUFFLEN_ALIGN)
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_sdio_host.c | 2176 (HCC_HDR_TOTAL_LEN + oal_round_up(HSDIO_HOST2DEV_PKTS_MAX_LEN, HISDIO_H2D_SCATT_BUFFLEN_ALIGN)); in oal_sdio_init_module()
|
Completed in 11 milliseconds