Lines Matching refs:PKTLINK
244 ASSERT(PKTLINK(p) == NULL); /* queueing chains not allowed */ in _dhd_wlfc_prec_enque()
269 p2 = PKTLINK(p2); in _dhd_wlfc_prec_enque()
286 PKTSETLINK(p, PKTLINK(p2_prev)); in _dhd_wlfc_prec_enque()
582 p = PKTLINK(p); in _dhd_wlfc_deque_afq()
600 if ((q->head = PKTLINK(p)) == NULL) { in _dhd_wlfc_deque_afq()
608 PKTSETLINK(b, PKTLINK(p)); in _dhd_wlfc_deque_afq()
609 if (PKTLINK(p) == NULL) { in _dhd_wlfc_deque_afq()
1735 q->head = PKTLINK(p); in _dhd_wlfc_pktq_flush()
1737 PKTSETLINK(prev, PKTLINK(p)); in _dhd_wlfc_pktq_flush()
1794 p = (head ? q->head : PKTLINK(prev)); in _dhd_wlfc_pktq_flush()
1797 p = PKTLINK(p); in _dhd_wlfc_pktq_flush()
1830 p = PKTLINK(p); in _dhd_wlfc_pktq_pdeq_with_fn()
1839 if ((q->head = PKTLINK(p)) == NULL) { in _dhd_wlfc_pktq_pdeq_with_fn()
1843 PKTSETLINK(prev, PKTLINK(p)); in _dhd_wlfc_pktq_pdeq_with_fn()
1895 head = PKTLINK(pkt); in _dhd_wlfc_cleanup_txq()
2378 p = PKTLINK(p); in dhd_wlfc_suppressed_acked_update()
2394 if ((q->head = PKTLINK(p)) == NULL) { in dhd_wlfc_suppressed_acked_update()
2399 PKTSETLINK(b, PKTLINK(p)); in dhd_wlfc_suppressed_acked_update()
2400 if (PKTLINK(p) == NULL) { in dhd_wlfc_suppressed_acked_update()
2777 head = PKTLINK(pkt); in _dhd_wlfc_suppress_txq()