Lines Matching refs:pCallersSendQueue
1452 HTC_PACKET_QUEUE *pCallersSendQueue) in htc_try_send() argument
1463 pCallersSendQueue, in htc_try_send()
1464 (pCallersSendQueue == in htc_try_send()
1467 (pCallersSendQueue))); in htc_try_send()
1477 if (!pCallersSendQueue) in htc_try_send()
1480 if (HTC_QUEUE_EMPTY(pCallersSendQueue)) { in htc_try_send()
1491 overflow = HTC_PACKET_QUEUE_DEPTH(pCallersSendQueue); in htc_try_send()
1495 overflow += HTC_PACKET_QUEUE_DEPTH(pCallersSendQueue); in htc_try_send()
1516 pCallersSendQueue); in htc_try_send()
1520 HTC_PACKET_QUEUE_DEPTH(pCallersSendQueue) - in htc_try_send()
1529 pPacket = htc_packet_dequeue(pCallersSendQueue); in htc_try_send()
1541 ITERATE_OVER_LIST_ALLOW_REMOVE(&pCallersSendQueue-> in htc_try_send()
1573 HTC_PACKET_REMOVE(pCallersSendQueue, in htc_try_send()