Home
last modified time | relevance | path

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

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
H A Dhcc_host.c470 if (!oal_netbuf_list_empty(assembled_head)) {
618 if (oal_likely(!oal_netbuf_list_empty(next_assembled_head))) {
706 if (oal_netbuf_list_empty(next_assembled_head)) {
744 if (oal_netbuf_list_empty(next_assembled_head) != HI_TRUE) {
863 if (!oal_netbuf_list_empty(head)) {
903 if (oal_netbuf_list_empty(head)) {
973 if (!oal_netbuf_list_empty(next_assembled_head)) {
1025 if (is_schedule && !oal_netbuf_list_empty(head)) {
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H A Dhmac_rx_data.c980 if (oal_netbuf_list_empty(&netbuf_header) == HI_TRUE) { in hmac_rx_process_data_ap()
1123 if ((oal_netbuf_list_empty(&w2w_netbuf_hdr) == HI_FALSE) && (oal_netbuf_tail(&w2w_netbuf_hdr) != HI_NULL) && in hmac_rx_process_data_ap_tcp_ack_opt()
1177 if (oal_netbuf_list_empty(&netbuf_header) == HI_TRUE) { in hmac_rx_process_data_sta()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_netbuf.h94 #define oal_netbuf_list_empty(q) NetBufQueueIsEmpty(q) macro
H A Doal_sdio_host.c648 if (!oal_netbuf_list_empty(head)) { in oal_sdio_build_rx_netbuf_list()
699 if (oal_unlikely(oal_netbuf_list_empty(head))) { in oal_sdio_build_rx_netbuf_list()
1755 if (OAL_WARN_ON(oal_netbuf_list_empty(head))) { in oal_sdio_transfer_netbuf_list()

Completed in 9 milliseconds