Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/ath6kl/htc2/
Dhtc_internal.h168 struct htc_packet *HTCAllocControlBuffer(struct htc_target *target, struct htc_packet_queue *pList);
185 struct htc_packet *pPacket = HTCAllocControlBuffer(target,&target->ControlBufferTXFreeList); in HTC_ALLOC_CONTROL_TX()
194 #define HTC_ALLOC_CONTROL_RX(t) HTCAllocControlBuffer((t),&(t)->ControlBufferRXFreeList)
Dhtc.c53 struct htc_packet *HTCAllocControlBuffer(struct htc_target *target, struct htc_packet_queue *pList) in HTCAllocControlBuffer() function