Home
last modified time | relevance | path

Searched refs:MaxSendMsgSize (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/staging/ath6kl/htc2/
Dhtc_services.c273 if (pConnectReq->MaxSendMsgSize != 0) { in HTCConnectService()
276 if (pConnectReq->MaxSendMsgSize > maxMsgSize) { in HTCConnectService()
281 … pEndpoint->CreditDist.TxCreditsPerMaxMsg = pConnectReq->MaxSendMsgSize / target->TargetCreditSize; in HTCConnectService()
/linux-2.6.39/drivers/staging/ath6kl/include/
Dhtc_api.h150 unsigned int MaxSendMsgSize; /* override max message size in send direction */ member
/linux-2.6.39/drivers/staging/ath6kl/os/linux/
Dar6000_drv.c2653 connect.MaxSendMsgSize = WMI_MAX_TX_DATA_FRAME_LENGTH; in ar6000_init()