Home
last modified time | relevance | path

Searched refs:HTC_SEND_FULL_ACTION (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/staging/ath6kl/include/
Dhtc_api.h102 } HTC_SEND_FULL_ACTION; typedef
117 typedef HTC_SEND_FULL_ACTION (*HTC_EP_SEND_QUEUE_FULL)(void *, struct htc_packet *pPacket);
/linux-2.6.39/drivers/staging/ath6kl/os/linux/
Dar6000_drv.c322 static HTC_SEND_FULL_ACTION ar6000_tx_queue_full(void *Context, struct htc_packet *pPacket);
3379 static HTC_SEND_FULL_ACTION ar6000_tx_queue_full(void *Context, struct htc_packet *pPacket) in ar6000_tx_queue_full()
3382 HTC_SEND_FULL_ACTION action = HTC_SEND_FULL_KEEP; in ar6000_tx_queue_full()