Lines Matching refs:pEndpoint

434 	HTC_ENDPOINT *pEndpoint = NULL;  in htc_create()  local
456 pEndpoint = &target->endpoint[i]; in htc_create()
457 qdf_spinlock_create(&pEndpoint->lookup_queue_lock); in htc_create()
510 pEndpoint = &target->endpoint[ENDPOINT_0]; in htc_create()
513 hif_get_default_pipe(target->hif_dev, &pEndpoint->UL_PipeID, in htc_create()
514 &pEndpoint->DL_PipeID); in htc_create()
873 HTC_ENDPOINT *pEndpoint; in reset_endpoint_states() local
877 pEndpoint = &target->endpoint[i]; in reset_endpoint_states()
878 pEndpoint->service_id = 0; in reset_endpoint_states()
879 pEndpoint->MaxMsgLength = 0; in reset_endpoint_states()
880 pEndpoint->MaxTxQueueDepth = 0; in reset_endpoint_states()
881 pEndpoint->Id = i; in reset_endpoint_states()
882 INIT_HTC_PACKET_QUEUE(&pEndpoint->TxQueue); in reset_endpoint_states()
883 INIT_HTC_PACKET_QUEUE(&pEndpoint->TxLookupQueue); in reset_endpoint_states()
884 INIT_HTC_PACKET_QUEUE(&pEndpoint->RxBufferHoldQueue); in reset_endpoint_states()
885 pEndpoint->target = target; in reset_endpoint_states()
886 pEndpoint->TxCreditFlowEnabled = (bool)htc_credit_flow; in reset_endpoint_states()
887 pEndpoint->num_requeues_warn = 0; in reset_endpoint_states()
888 pEndpoint->total_num_requeues = 0; in reset_endpoint_states()
889 qdf_atomic_init(&pEndpoint->TxProcessCount); in reset_endpoint_states()
975 HTC_ENDPOINT *pEndpoint; in htc_flush_surprise_remove() local
985 pEndpoint = &target->endpoint[i]; in htc_flush_surprise_remove()
986 htc_flush_rx_hold_queue(target, pEndpoint); in htc_flush_surprise_remove()
987 htc_flush_endpoint_tx(target, pEndpoint, HTC_TX_PACKET_TAG_ALL); in htc_flush_surprise_remove()
1081 HTC_ENDPOINT *pEndpoint; in htc_dump_credit_states() local
1085 pEndpoint = &target->endpoint[i]; in htc_dump_credit_states()
1086 if (0 == pEndpoint->service_id) in htc_dump_credit_states()
1091 pEndpoint->Id, pEndpoint->service_id)); in htc_dump_credit_states()
1094 pEndpoint->TxCredits)); in htc_dump_credit_states()
1097 pEndpoint->TxCreditSize)); in htc_dump_credit_states()
1100 pEndpoint->TxCreditsPerMaxMsg)); in htc_dump_credit_states()
1103 HTC_PACKET_QUEUE_DEPTH(&pEndpoint->TxQueue))); in htc_dump_credit_states()