Home
last modified time | relevance | path

Searched defs:Endpoint (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/drivers/staging/ath6kl/htc2/
Dhtc_send.c942 void HTCFlushEndpoint(HTC_HANDLE HTCHandle, HTC_ENDPOINT_ID Endpoint, HTC_TX_TAG Tag) in HTCFlushEndpoint()
958 HTC_ENDPOINT_ID Endpoint, in HTCIndicateActivityChange()
1009 HTC_ENDPOINT_ID Endpoint) in HTCIsEndpointActive()
Dhtc.c525 HTC_ENDPOINT_ID Endpoint, in HTCGetEndpointStatistics()
Dhtc_recv.c1560 HTC_ENDPOINT_ID Endpoint) in HTCGetNumRecvBuffers()
/linux-2.6.39/drivers/staging/ath6kl/include/
Dhtc_api.h160 HTC_ENDPOINT_ID Endpoint; /* endpoint to communicate over */ member
170 HTC_ENDPOINT_ID Endpoint; /* endpoint for this distribution struct (set by HTC) */ member
Dhtc_packet.h91 HTC_ENDPOINT_ID Endpoint; /* endpoint that this packet was sent/recv'd from */ member
/linux-2.6.39/drivers/staging/ath6kl/os/linux/
Dar6000_drv.c3384 HTC_ENDPOINT_ID Endpoint = HTC_GET_ENDPOINT_FROM_PKT(pPacket); in ar6000_tx_queue_full() local
3988 ar6000_rx_refill(void *Context, HTC_ENDPOINT_ID Endpoint) in ar6000_rx_refill()
4093 static struct htc_packet *ar6000_alloc_amsdu_rxbuf(void *Context, HTC_ENDPOINT_ID Endpoint, int Len… in ar6000_alloc_amsdu_rxbuf()