Searched refs:s_uGetRTSCTSRsvTime (Results 1 – 2 of 2) sorted by relevance
/drivers/staging/vt6656/ |
D | rxtx.c | 126 static u32 s_uGetRTSCTSRsvTime(struct vnt_private *pDevice, u8 byRTSRsvType, 355 static u32 s_uGetRTSCTSRsvTime(struct vnt_private *pDevice, in s_uGetRTSCTSRsvTime() function 1107 …pBuf->wRTSTxRrvTime_aa = cpu_to_le16((u16)s_uGetRTSCTSRsvTime(pDevice, 2, byPktType, cbFrameSize, … in s_vGenerateTxParameter() 1108 …pBuf->wRTSTxRrvTime_ba = cpu_to_le16((u16)s_uGetRTSCTSRsvTime(pDevice, 1, byPktType, cbFrameSize, … in s_vGenerateTxParameter() 1109 …pBuf->wRTSTxRrvTime_bb = cpu_to_le16((u16)s_uGetRTSCTSRsvTime(pDevice, 0, byPktType, cbFrameSize, … in s_vGenerateTxParameter() 1123 …pBuf->wCTSTxRrvTime_ba = cpu_to_le16((u16)s_uGetRTSCTSRsvTime(pDevice, 3, byPktType, cbFrameSize, … in s_vGenerateTxParameter() 1135 …pBuf->wRTSTxRrvTime = cpu_to_le16((u16)s_uGetRTSCTSRsvTime(pDevice, 2, byPktType, cbFrameSize, wCu… in s_vGenerateTxParameter() 1155 …pBuf->wRTSTxRrvTime = cpu_to_le16((u16)s_uGetRTSCTSRsvTime(pDevice, 0, byPktType, cbFrameSize, wCu… in s_vGenerateTxParameter()
|
/drivers/staging/vt6655/ |
D | rxtx.c | 378 s_uGetRTSCTSRsvTime( in s_uGetRTSCTSRsvTime() function 1121 …pBuf->wRTSTxRrvTime_aa = cpu_to_le16((unsigned short)s_uGetRTSCTSRsvTime(pDevice, 2, byPktType, cb… in s_vGenerateTxParameter() 1122 …pBuf->wRTSTxRrvTime_ba = cpu_to_le16((unsigned short)s_uGetRTSCTSRsvTime(pDevice, 1, byPktType, cb… in s_vGenerateTxParameter() 1123 …pBuf->wRTSTxRrvTime_bb = cpu_to_le16((unsigned short)s_uGetRTSCTSRsvTime(pDevice, 0, byPktType, cb… in s_vGenerateTxParameter() 1136 …pBuf->wCTSTxRrvTime_ba = cpu_to_le16((unsigned short)s_uGetRTSCTSRsvTime(pDevice, 3, byPktType, cb… in s_vGenerateTxParameter() 1147 …pBuf->wRTSTxRrvTime = cpu_to_le16((unsigned short)s_uGetRTSCTSRsvTime(pDevice, 2, byPktType, cbFra… in s_vGenerateTxParameter() 1164 …pBuf->wRTSTxRrvTime = cpu_to_le16((unsigned short)s_uGetRTSCTSRsvTime(pDevice, 0, byPktType, cbFra… in s_vGenerateTxParameter()
|