Searched refs:pDevice (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/staging/vt6655/ |
D | rxtx.c | 91 struct vnt_private *pDevice, 105 struct vnt_private *pDevice, 119 s_cbFillTxBufHead(struct vnt_private *pDevice, unsigned char byPktType, 127 struct vnt_private *pDevice, 157 struct vnt_private *pDevice, in s_uGetTxRsvTime() argument 166 uDataTime = bb_get_frame_time(pDevice->preamble_type, byPktType, cbFrameLength, wRate); in s_uGetTxRsvTime() 175 uAckTime = bb_get_frame_time(pDevice->preamble_type, byPktType, 14, in s_uGetTxRsvTime() 177 pDevice->byTopCCKBasicRate : in s_uGetTxRsvTime() 178 pDevice->byTopOFDMBasicRate); in s_uGetTxRsvTime() 180 return uDataTime + pDevice->uSIFS + uAckTime; in s_uGetTxRsvTime() [all …]
|