Home
last modified time | relevance | path

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

/drivers/staging/vt6655/
Drxtx.c353 unsigned char byPktType, in s_uGetTxRsvTime()
381 unsigned char byPktType, in s_uGetRTSCTSRsvTime()
420 unsigned char byPktType, in s_uGetDataDuration()
582 unsigned char byPktType, in s_uGetRTSCTSDuration()
673 unsigned char byPktType, in s_uFillDataHead()
802 unsigned char byPktType, in s_vFillRTSHead()
982 unsigned char byPktType, in s_vFillCTSHead()
1080 unsigned char byPktType, in s_vGenerateTxParameter()
1230 s_cbFillTxBufHead(PSDevice pDevice, unsigned char byPktType, unsigned char *pbyTxBufferAddr, in s_cbFillTxBufHead()
1930 vGenerateFIFOHeader(PSDevice pDevice, unsigned char byPktType, unsigned char *pbyTxBufferAddr, in vGenerateFIFOHeader()
[all …]
Dwroute.c72 unsigned char byPktType; in ROUTEbRelay() local
Dbaseband.c1770 unsigned char byPktType, in BBuGetFrameTime()
Ddevice_main.c1923 unsigned char byPktType; in device_dma0_xmit() local
2071 unsigned char byPktType; in device_xmit() local
/drivers/staging/vt6656/
Drxtx.c334 static u32 s_uGetTxRsvTime(struct vnt_private *pDevice, u8 byPktType, in s_uGetTxRsvTime()
356 u8 byRTSRsvType, u8 byPktType, u32 cbFrameLength, u16 wCurrentRate) in s_uGetRTSCTSRsvTime()
390 u32 cbFrameLength, u8 byPktType, u16 wRate, int bNeedAck, in s_uGetDataDuration()
547 u32 cbFrameLength, u8 byPktType, u16 wRate, int bNeedAck, in s_uGetRTSCTSDuration()
634 u8 byPktType, u16 wCurrentRate, void *pTxDataHead, u32 cbFrameLength, in s_uFillDataHead()
764 static void s_vFillRTSHead(struct vnt_private *pDevice, u8 byPktType, in s_vFillRTSHead()
983 u8 byPktType, void *pvCTS, u32 cbFrameLength, int bNeedAck, in s_vFillCTSHead()
1073 u8 byPktType, u16 wCurrentRate, void *pTxBufHead, void *pvRrvTime, in s_vGenerateTxParameter()
1177 static int s_bPacketToWirelessUsb(struct vnt_private *pDevice, u8 byPktType, in s_bPacketToWirelessUsb()
1687 u8 byPktType, *pbyTxBufferAddr; in csMgmt_xmit() local
[all …]
Dbaseband.c671 u8 byPktType, in BBuGetFrameTime()