Lines Matching refs:PKTLINK
124 ASSERT(PKTLINK(p) == NULL); /* queueing chains not allowed */ in _dhd_wlfc_prec_enque()
149 p2 = PKTLINK(p2); in _dhd_wlfc_prec_enque()
166 PKTSETLINK(p, PKTLINK(p2_prev)); in _dhd_wlfc_prec_enque()
462 p = PKTLINK(p); in _dhd_wlfc_deque_afq()
480 if ((q->head = PKTLINK(p)) == NULL) { in _dhd_wlfc_deque_afq()
488 PKTSETLINK(b, PKTLINK(p)); in _dhd_wlfc_deque_afq()
489 if (PKTLINK(p) == NULL) { in _dhd_wlfc_deque_afq()
1551 q->head = PKTLINK(p); in _dhd_wlfc_pktq_flush()
1553 PKTSETLINK(prev, PKTLINK(p)); in _dhd_wlfc_pktq_flush()
1607 p = (head ? q->head : PKTLINK(prev)); in _dhd_wlfc_pktq_flush()
1610 p = PKTLINK(p); in _dhd_wlfc_pktq_flush()
1642 p = PKTLINK(p); in _dhd_wlfc_pktq_pdeq_with_fn()
1651 if ((q->head = PKTLINK(p)) == NULL) { in _dhd_wlfc_pktq_pdeq_with_fn()
1655 PKTSETLINK(prev, PKTLINK(p)); in _dhd_wlfc_pktq_pdeq_with_fn()
1707 head = PKTLINK(pkt); in _dhd_wlfc_cleanup_txq()
2155 p = PKTLINK(p); in dhd_wlfc_suppressed_acked_update()
2171 if ((q->head = PKTLINK(p)) == NULL) { in dhd_wlfc_suppressed_acked_update()
2176 PKTSETLINK(b, PKTLINK(p)); in dhd_wlfc_suppressed_acked_update()
2177 if (PKTLINK(p) == NULL) { in dhd_wlfc_suppressed_acked_update()
2509 head = PKTLINK(pkt); in _dhd_wlfc_suppress_txq()