Searched refs:item_p (Results 1 – 2 of 2) sorted by relevance
406 dll_t *item_p, *next_p; in dhd_pktlog_ring_tx_status() local432 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()434 item_p = next_p) in dhd_pktlog_ring_tx_status()436 if (dll_empty(item_p)) { in dhd_pktlog_ring_tx_status()439 next_p = dll_prev_p(item_p); in dhd_pktlog_ring_tx_status()440 tx_pkt = (dhd_pktlog_ring_info_t *)item_p; in dhd_pktlog_ring_tx_status()1041 dll_t *item_p, *next_p; in dhd_pktlog_get_dump_length() local1060 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()[all …]