Searched refs:cbFrameSize (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/staging/vt6655/ |
H A D | rxtx.c | 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() 942 buf->rts_rrv_time = get_rtscts_time(pDevice, 2, byPktType, cbFrameSize, wCurrentRate); in s_vGenerateTxParameter() 956 buf->rts_rrv_time = get_rtscts_time(pDevice, 0, byPktType, cbFrameSize, wCurrentRate); 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() [all …]
|