Home
last modified time | relevance | path

Searched refs:adma_table (Results 1 - 1 of 1) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
H A Dhcc_slave.c345 hi_void hcc_build_adma_descr_from_netbuf(hi_u8 *adma_table, hi_u32 *index, hi_u32 pkt_len, in hcc_build_adma_descr_from_netbuf() argument
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()
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()
487 hi_s32 hcc_write_start_callback(hi_u32 len, hi_u8 *adma_table) in hcc_write_start_callback() argument
502 (hi_void)hi_sdio_set_admatable(adma_table, index++, (hi_u32 *)g_h2d_assem_descr, HISDIO_HOST2DEV_SCATT_SIZE); in hcc_write_start_callback()
508 (hi_void)hi_sdio_complete_send(adma_table, index); in hcc_write_start_callback()
526 hcc_build_adma_descr_from_netbuf(adma_table, in hcc_write_start_callback()
537 (hi_void)hi_sdio_set_pad_admatab(pad_len, adma_table, index++); in hcc_write_start_callback()
541 (hi_void)hi_sdio_complete_send(adma_table, index); in hcc_write_start_callback()
617 hi_s32 hcc_read_start_callback(hi_u32 len, hi_u8 *adma_table) in hcc_read_start_callback() argument
[all...]

Completed in 2 milliseconds