Home
last modified time | relevance | path

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

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
H A Dhcc_host.c556 hi_u32 remain_len)
570 current_trans_len = oal_min(current_trans_len, remain_len);
573 oal_io_print4("build next descr, queue:[remain_len:%u][len:%u][trans_len:%u][max_assem_len:%u]",
574 remain_len, queue_len, current_trans_len, assemble_max_count);
676 hi_u32 *remain_len)
687 if (*remain_len == 0) {
738 if (*remain_len >= total_send) {
739 *remain_len -= total_send;
741 *remain_len = 0;
749 hcc_build_next_assem_descr(hcc_handler, type, head, next_assembled_head, descr_netbuf, *remain_len);
554 hcc_build_next_assem_descr(hcc_handler_stru *hcc_handler, hcc_queue_type_enum type, oal_netbuf_head_stru *head, oal_netbuf_head_stru *next_assembled_head, const oal_netbuf_stru *descr_netbuf, hi_u32 remain_len) global() argument
671 hcc_send_data_packet(hcc_handler_stru *hcc_handler, oal_netbuf_head_stru *head, hcc_queue_type_enum type, oal_netbuf_head_stru *next_assembled_head, hcc_send_mode mode, hi_u32 *remain_len) global() argument
881 hi_u32 remain_len, remain_len_t; global() local
[all...]
H A Dhcc_slave.c400 hi_u32 remain_len; in hcc_process_single_package() local
409 remain_len = size - HCC_LONG_PACKAGE_SIZE - HCC_HDR_TOTAL_LEN; in hcc_process_single_package()
412 remain_len = 0; in hcc_process_single_package()
438 if (remain_len) { in hcc_process_single_package()
441 g_rx_aggr_info.hcc_rx_aggr[1].rx_pkt_bytes = remain_len; in hcc_process_single_package()
444 if (remain_len > HCC_LONG_PACKAGE_SIZE) { in hcc_process_single_package()
446 hi_diag_log_msg_e1(0, "ERROR: remain_len is %d\r\n", remain_len); in hcc_process_single_package()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_linux.c17981 uint32 remain_len = 0; in dhd_get_dhd_dump_len() local
17992 remain_len = dhd_dump(dhdp, (char *)dhdp->concise_dbg_buf, CONCISE_DUMP_BUFLEN); in dhd_get_dhd_dump_len()
17993 if (remain_len <= 0) { in dhd_get_dhd_dump_len()
17999 (CONCISE_DUMP_BUFLEN - remain_len)); in dhd_get_dhd_dump_len()
18033 uint32 remain_len = 0; in dhd_get_flowring_len() local
18044 remain_len = dhd_dump(dhdp, (char *)dhdp->concise_dbg_buf, CONCISE_DUMP_BUFLEN); in dhd_get_flowring_len()
18045 if (remain_len <= 0) { in dhd_get_flowring_len()
18053 length += CONCISE_DUMP_BUFLEN - remain_len; in dhd_get_flowring_len()
18487 uint32 remain_len = 0; in dhd_print_flowring_data() local
18500 remain_len in dhd_print_flowring_data()
[all...]
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H A Dhmac_config.c4185 hi_u32 remain_len; in hmac_config_set_app_ie_to_vap() local
4198 remain_len = app_ie->ie_len - (hi_u32)(puc_ie - app_ie->auc_ie); in hmac_config_set_app_ie_to_vap()
4199 if (memmove_s(puc_ie, remain_len, puc_ie + (hi_u32)(puc_ie[1] + MAC_IE_HDR_LEN), remain_len) != EOK) { in hmac_config_set_app_ie_to_vap()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/
H A Ddrv_hdmi_debug.c154 hi_u32 remain_len; member
3185 cmd_arg->remain_len = len - i; in debug_cmd_line_parse()

Completed in 37 milliseconds