Home
last modified time | relevance | path

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

/drivers/staging/vt6655/
Drxtx.c111 unsigned int cbFrameSize,
892 unsigned int cbFrameSize, in s_vGenerateTxParameter() argument
921 buf->rts_rrv_time_aa = get_rtscts_time(pDevice, 2, byPktType, cbFrameSize, wCurrentRate); in s_vGenerateTxParameter()
922 buf->rts_rrv_time_ba = get_rtscts_time(pDevice, 1, byPktType, cbFrameSize, wCurrentRate); in s_vGenerateTxParameter()
923 buf->rts_rrv_time_bb = get_rtscts_time(pDevice, 0, byPktType, cbFrameSize, wCurrentRate); in s_vGenerateTxParameter()
924 buf->rrv_time_a = vnt_rxtx_rsvtime_le16(pDevice, byPktType, cbFrameSize, wCurrentRate, bNeedACK); in s_vGenerateTxParameter()
925 …buf->rrv_time_b = vnt_rxtx_rsvtime_le16(pDevice, PK_TYPE_11B, cbFrameSize, pDevice->byTopCCKBasicR… in s_vGenerateTxParameter()
927 …s_vFillRTSHead(pDevice, byPktType, pvRTS, cbFrameSize, bNeedACK, bDisCRC, psEthHeader, wCurrentRat… in s_vGenerateTxParameter()
931 buf->rrv_time_a = vnt_rxtx_rsvtime_le16(pDevice, byPktType, cbFrameSize, wCurrentRate, bNeedACK); in s_vGenerateTxParameter()
932 …buf->rrv_time_b = vnt_rxtx_rsvtime_le16(pDevice, PK_TYPE_11B, cbFrameSize, pDevice->byTopCCKBasicR… in s_vGenerateTxParameter()
[all …]