Home
last modified time | relevance | path

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

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
H A Dhcc_host.c1090 hi_u32 scatt_count; local
1097 scatt_count = oal_netbuf_list_len(netbuf_head);
1098 if (scatt_count > HISDIO_DEV2HOST_SCATT_MAX) {
1099 oam_error_log1(0, 0, "hcc_rx_netbuf_list_handler:: scatt buffs overflow, scatt_count[%d]", scatt_count);
1100 scatt_count = 0;
1103 hcc_handler->hcc_transer_info.rx_assem_info.info[scatt_count]++;

Completed in 4 milliseconds