Lines Matching refs:pEntry
589 struct htc_service_tx_credit_allocation *pEntry, in htc_setup_epping_credit_allocation() argument
595 pEntry++; in htc_setup_epping_credit_allocation()
596 pEntry->service_id = WMI_DATA_BE_SVC; in htc_setup_epping_credit_allocation()
597 pEntry->CreditAllocation = (credits >> 1); in htc_setup_epping_credit_allocation()
599 pEntry++; in htc_setup_epping_credit_allocation()
600 pEntry->service_id = WMI_DATA_BK_SVC; in htc_setup_epping_credit_allocation()
601 pEntry->CreditAllocation = (credits >> 1); in htc_setup_epping_credit_allocation()
604 pEntry++; in htc_setup_epping_credit_allocation()
605 pEntry->service_id = WMI_DATA_BE_SVC; in htc_setup_epping_credit_allocation()
606 pEntry->CreditAllocation = credits; in htc_setup_epping_credit_allocation()
622 struct htc_service_tx_credit_allocation *pEntry; in htc_setup_target_buffer_assignments() local
634 pEntry = &target->ServiceTxAllocTable[0]; in htc_setup_target_buffer_assignments()
643 pEntry++; in htc_setup_target_buffer_assignments()
644 pEntry->service_id = WMI_CONTROL_SVC; in htc_setup_target_buffer_assignments()
645 pEntry->CreditAllocation = credits; in htc_setup_target_buffer_assignments()
671 pEntry, credits); in htc_setup_target_buffer_assignments()
686 pEntry++; in htc_setup_target_buffer_assignments()
687 pEntry->service_id = svc_id[i]; in htc_setup_target_buffer_assignments()
688 pEntry->CreditAllocation = credits; in htc_setup_target_buffer_assignments()