Lines Matching refs:eid
51 HTC_ENDPOINT_ID eid, qdf_nbuf_t skb) in epping_tx_dup_pkt() argument
73 qdf_nbuf_len(new_skb), eid, 0); in epping_tx_dup_pkt()
97 HTC_ENDPOINT_ID eid = ENDPOINT_UNUSED; in epping_tx_send_int() local
126 eid = adapter->pEpping_ctx->EppingEndpoint[ac]; in epping_tx_send_int()
127 if (eid < 0 || eid >= EPPING_MAX_NUM_EPIDS) { in epping_tx_send_int()
129 "%s: invalid eid = %d, ac = %d\n", __func__, eid, in epping_tx_send_int()
135 epping_set_kperf_flag(adapter, eid, tmpHdr.CmdBuffer_t[0]); in epping_tx_send_int()
139 eid, 0); in epping_tx_send_int()
316 HTC_ENDPOINT_ID eid; in epping_tx_complete() local
330 eid = htc_pkt->Endpoint; in epping_tx_complete()
362 htc_pkt->ActualLength, eid); in epping_tx_complete()