Home
last modified time | relevance | path

Searched refs:ring_info_head (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_pktlog.c206 dll_init(&ring->ring_info_head); in dhd_pktlog_ring_init()
279 for (item = dll_head_p(&ring->ring_info_head); !dll_end(&ring->ring_info_head, item); in dhd_pktlog_ring_deinit()
353 pkts = (dhd_pktlog_ring_info_t *)dll_head_p(&pktlog_ring->ring_info_head); in dhd_pktlog_ring_add_pkts()
391 dll_append(&pktlog_ring->ring_info_head, (dll_t *)pkts); in dhd_pktlog_ring_add_pkts()
432 for (item_p = dll_tail_p(&pktlog_ring->ring_info_head); in dhd_pktlog_ring_tx_status()
433 !dll_end(&pktlog_ring->ring_info_head, item_p); in dhd_pktlog_ring_tx_status()
1060 for (item_p = dll_head_p(&pktlog_ring->ring_info_head); in dhd_pktlog_get_dump_length()
1061 !dll_end(&pktlog_ring->ring_info_head, item_p); in dhd_pktlog_get_dump_length()
1123 for (item_p = dll_head_p(&pktlog_ring->ring_info_head); in dhd_pktlog_dump_write()
1124 !dll_end(&pktlog_ring->ring_info_head, item_p); in dhd_pktlog_dump_write()
[all …]
H A Ddhd_pktlog.h78 dll_t ring_info_head; /* ring_info list */ member
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_pktlog.c206 dll_init(&ring->ring_info_head); in dhd_pktlog_ring_init()
279 for (item = dll_head_p(&ring->ring_info_head); !dll_end(&ring->ring_info_head, item); in dhd_pktlog_ring_deinit()
353 pkts = (dhd_pktlog_ring_info_t *)dll_head_p(&pktlog_ring->ring_info_head); in dhd_pktlog_ring_add_pkts()
391 dll_append(&pktlog_ring->ring_info_head, (dll_t *)pkts); in dhd_pktlog_ring_add_pkts()
432 for (item_p = dll_tail_p(&pktlog_ring->ring_info_head); in dhd_pktlog_ring_tx_status()
433 !dll_end(&pktlog_ring->ring_info_head, item_p); in dhd_pktlog_ring_tx_status()
1060 for (item_p = dll_head_p(&pktlog_ring->ring_info_head); in dhd_pktlog_get_dump_length()
1061 !dll_end(&pktlog_ring->ring_info_head, item_p); in dhd_pktlog_get_dump_length()
1123 for (item_p = dll_head_p(&pktlog_ring->ring_info_head); in dhd_pktlog_dump_write()
1124 !dll_end(&pktlog_ring->ring_info_head, item_p); in dhd_pktlog_dump_write()
[all …]
H A Ddhd_pktlog.h78 dll_t ring_info_head; /* ring_info list */ member