Searched refs:HTC_PACKET_REMOVE (Results 1 – 2 of 2) sorted by relevance
416 HTC_PACKET_REMOVE(&pEndpoint->TxLookupQueue, pPacketTx); in htc_send_bundled_netbuf()953 HTC_PACKET_REMOVE(&pEndpoint->TxLookupQueue, pPacket); in htc_issue_packets()1011 HTC_PACKET_REMOVE(&endpoint->TxQueue, packet); in extract_htc_pm_packets()1133 HTC_PACKET_REMOVE(&endpoint->TxQueue, packet); in extract_htc_system_resume_pkts()1573 HTC_PACKET_REMOVE(pCallersSendQueue, in htc_try_send()1871 HTC_PACKET_REMOVE(pPktQueue, pPacket); in htc_send_pkts_sched_queue()2527 HTC_PACKET_REMOVE(&pEndpoint->TxLookupQueue, pPacket); in htc_send_data_pkt()2626 HTC_PACKET_REMOVE(&lookupQueue, pPacket); in htc_lookup_tx_packet()
241 #define HTC_PACKET_REMOVE(pQ, p) \ macro