Home
last modified time | relevance | path

Searched refs:MaxPollMS (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/staging/ath6kl/os/linux/include/
Dexport_hci_transport.h37 int MaxPollMS);
56 #define HCI_TransportRecvHCIEventSync(HciTrans, pPacket, MaxPollMS) \ argument
57 _HCI_TransportRecvHCIEventSync((HciTrans), (pPacket), (MaxPollMS))
/linux-2.6.39/drivers/staging/ath6kl/htc2/AR6000/
Dar6k_gmbox_hciuart.c1163 int MaxPollMS) in HCI_TransportRecvHCIEventSync() argument
1171 MaxPollMS = MaxPollMS / 16; in HCI_TransportRecvHCIEventSync()
1173 if (MaxPollMS < 2) { in HCI_TransportRecvHCIEventSync()
1174 MaxPollMS = 2; in HCI_TransportRecvHCIEventSync()
1177 while (MaxPollMS) { in HCI_TransportRecvHCIEventSync()
1187 bytes, MaxPollMS)); in HCI_TransportRecvHCIEventSync()
1189 MaxPollMS--; in HCI_TransportRecvHCIEventSync()
1223 if (MaxPollMS == 0) { in HCI_TransportRecvHCIEventSync()
/linux-2.6.39/drivers/staging/ath6kl/include/
Dhci_transport_api.h227 int MaxPollMS);
/linux-2.6.39/drivers/staging/ath6kl/os/linux/
Dexport_hci_transport.c48 int MaxPollMS);