Lines Matching refs:txp_pend
5817 void *txp_pend = NULL; in BCMFASTPATH() local
5905 txp_pend = txp; in BCMFASTPATH()
5913 txp_pend = txp; in BCMFASTPATH()
5916 txp_pend = txp; in BCMFASTPATH()
5925 if (txp_pend) { in BCMFASTPATH()
5926 txp = txp_pend; in BCMFASTPATH()
5934 if (txp_pend) { in BCMFASTPATH()
5938 FOREACH_CHAINED_PKT(txp_pend, ntxp) { in BCMFASTPATH()
5940 DHD_PKT_SET_FLOWID(txp_pend, flowid); in BCMFASTPATH()
5941 PKTSETPRIO(txp_pend, prio); in BCMFASTPATH()
5943 if ((ret = dhd_flow_queue_enqueue(bus->dhd, queue, txp_pend)) in BCMFASTPATH()
5946 PKTSETCLINK((txp_pend), ntxp); in BCMFASTPATH()
5947 txp = txp_pend; in BCMFASTPATH()
5953 if ((ret = dhd_flow_queue_enqueue_head(bus->dhd, queue, txp_pend)) != BCME_OK) { in BCMFASTPATH()
5955 txp = txp_pend; in BCMFASTPATH()
5959 if ((ret = dhd_flow_queue_enqueue(bus->dhd, queue, txp_pend)) != BCME_OK) { in BCMFASTPATH()
5961 txp = txp_pend; in BCMFASTPATH()