Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/vt6655/
H A Drxtx.c113 unsigned int cbFrameSize,
891 unsigned int cbFrameSize, in s_vGenerateTxParameter() argument
920 buf->rts_rrv_time_aa = get_rtscts_time(pDevice, 2, byPktType, cbFrameSize, wCurrentRate); in s_vGenerateTxParameter()
921 buf->rts_rrv_time_ba = get_rtscts_time(pDevice, 1, byPktType, cbFrameSize, wCurrentRate); in s_vGenerateTxParameter()
922 buf->rts_rrv_time_bb = get_rtscts_time(pDevice, 0, byPktType, cbFrameSize, wCurrentRate); in s_vGenerateTxParameter()
923 buf->rrv_time_a = vnt_rxtx_rsvtime_le16(pDevice, byPktType, cbFrameSize, wCurrentRate, bNeedACK); in s_vGenerateTxParameter()
924 …buf->rrv_time_b = vnt_rxtx_rsvtime_le16(pDevice, PK_TYPE_11B, cbFrameSize, pDevice->byTopCCKBasicR… in s_vGenerateTxParameter()
926 …s_vFillRTSHead(pDevice, byPktType, pvRTS, cbFrameSize, bNeedACK, bDisCRC, psEthHeader, wCurrentRat… in s_vGenerateTxParameter()
930 buf->rrv_time_a = vnt_rxtx_rsvtime_le16(pDevice, byPktType, cbFrameSize, wCurrentRate, bNeedACK); in s_vGenerateTxParameter()
931 …buf->rrv_time_b = vnt_rxtx_rsvtime_le16(pDevice, PK_TYPE_11B, cbFrameSize, pDevice->byTopCCKBasicR… in s_vGenerateTxParameter()
[all …]