Lines Matching refs:ep
445 static int htc_tx_pad_credit_avail(HTC_ENDPOINT *ep) in htc_tx_pad_credit_avail() argument
449 if (!ep || !ep->EpCallBacks.pContext || in htc_tx_pad_credit_avail()
450 !ep->EpCallBacks.ep_padding_credit_update) in htc_tx_pad_credit_avail()
453 ret = ep->EpCallBacks.ep_padding_credit_update(ep->EpCallBacks.pContext, in htc_tx_pad_credit_avail()
462 static bool htc_handle_extra_tx_credit(HTC_ENDPOINT *ep, in htc_handle_extra_tx_credit() argument
474 update_ep_padding_credit = ep->EpCallBacks.ep_padding_credit_update; in htc_handle_extra_tx_credit()
484 first_buf_bundled_len = tot_data_len - ep->TxCreditSize; in htc_handle_extra_tx_credit()
488 free_space = ep->TxCreditSize - tot_data_len; in htc_handle_extra_tx_credit()
515 if (ep->EpCallBacks.ep_padding_credit_update) { in htc_handle_extra_tx_credit()
519 update_ep_padding_credit(ep->EpCallBacks.pContext, -1); in htc_handle_extra_tx_credit()
525 static int htc_tx_pad_credit_avail(HTC_ENDPOINT *ep) in htc_tx_pad_credit_avail() argument
530 static bool htc_handle_extra_tx_credit(HTC_ENDPOINT *ep, in htc_handle_extra_tx_credit() argument
693 static int htc_tx_pad_credit_avail(HTC_ENDPOINT *ep) in htc_tx_pad_credit_avail() argument
698 bool htc_handle_extra_tx_credit(HTC_ENDPOINT *ep,
703 bool htc_handle_extra_tx_credit(HTC_ENDPOINT *ep, in htc_handle_extra_tx_credit() argument