Lines Matching refs:cbFrameSize

111 	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()
933 buf->cts_rrv_time_ba = get_rtscts_time(pDevice, 3, byPktType, cbFrameSize, wCurrentRate); in s_vGenerateTxParameter()
936 …s_vFillCTSHead(pDevice, uDMAIdx, byPktType, pvCTS, cbFrameSize, bNeedACK, bDisCRC, wCurrentRate, b… in s_vGenerateTxParameter()
942 buf->rts_rrv_time = get_rtscts_time(pDevice, 2, byPktType, cbFrameSize, wCurrentRate); in s_vGenerateTxParameter()
943 buf->rrv_time = vnt_rxtx_rsvtime_le16(pDevice, byPktType, cbFrameSize, wCurrentRate, bNeedACK); in s_vGenerateTxParameter()
946 …s_vFillRTSHead(pDevice, byPktType, pvRTS, cbFrameSize, bNeedACK, bDisCRC, psEthHeader, wCurrentRat… in s_vGenerateTxParameter()
950 buf->rrv_time = vnt_rxtx_rsvtime_le16(pDevice, PK_TYPE_11A, cbFrameSize, wCurrentRate, bNeedACK); in s_vGenerateTxParameter()
956 buf->rts_rrv_time = get_rtscts_time(pDevice, 0, byPktType, cbFrameSize, wCurrentRate); in s_vGenerateTxParameter()
957 buf->rrv_time = vnt_rxtx_rsvtime_le16(pDevice, PK_TYPE_11B, cbFrameSize, wCurrentRate, bNeedACK); in s_vGenerateTxParameter()
960 …s_vFillRTSHead(pDevice, byPktType, pvRTS, cbFrameSize, bNeedACK, bDisCRC, psEthHeader, wCurrentRat… in s_vGenerateTxParameter()
964 buf->rrv_time = vnt_rxtx_rsvtime_le16(pDevice, PK_TYPE_11B, cbFrameSize, wCurrentRate, bNeedACK); in s_vGenerateTxParameter()
982 unsigned int cbFrameSize; in s_cbFillTxBufHead() local
1002 cbFrameSize = skb->len + 4; in s_cbFillTxBufHead()
1013 cbFrameSize += info->control.hw_key->icv_len; in s_cbFillTxBufHead()
1127 cbFrameSize, bNeedACK, uDMAIdx, hdr, pDevice->wCurrentRate); in s_cbFillTxBufHead()
1129 uDuration = s_uFillDataHead(pDevice, byPktType, pvTxDataHd, cbFrameSize, uDMAIdx, bNeedACK, in s_cbFillTxBufHead()