Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/vt6656/
Drxtx.c100 static __le16 vnt_time_stamp_off(struct vnt_private *priv, u16 rate) in vnt_time_stamp_off() function
293 buf->time_stamp_off_a = vnt_time_stamp_off(priv, rate); in vnt_rxtx_datahead_g()
294 buf->time_stamp_off_b = vnt_time_stamp_off(priv, in vnt_rxtx_datahead_g()
326 buf->time_stamp_off_a = vnt_time_stamp_off(priv, rate); in vnt_rxtx_datahead_g_fb()
327 buf->time_stamp_off_b = vnt_time_stamp_off(priv, in vnt_rxtx_datahead_g_fb()
352 buf->time_stamp_off = vnt_time_stamp_off(priv, rate); in vnt_rxtx_datahead_a_fb()
383 buf->time_stamp_off = vnt_time_stamp_off(priv, rate); in vnt_rxtx_datahead_ab()
1028 vnt_time_stamp_off(priv, current_rate); in vnt_beacon_xmit()
1041 vnt_time_stamp_off(priv, current_rate); in vnt_beacon_xmit()
/Linux-v4.19/drivers/staging/vt6655/
Drxtx.c144 static __le16 vnt_time_stamp_off(struct vnt_private *priv, u16 rate) in vnt_time_stamp_off() function
525 buf->time_stamp_off_a = vnt_time_stamp_off(pDevice, wCurrentRate); in s_uFillDataHead()
526 buf->time_stamp_off_b = vnt_time_stamp_off(pDevice, pDevice->byTopCCKBasicRate); in s_uFillDataHead()
549 buf->time_stamp_off_a = vnt_time_stamp_off(pDevice, wCurrentRate); in s_uFillDataHead()
550 buf->time_stamp_off_b = vnt_time_stamp_off(pDevice, pDevice->byTopCCKBasicRate); in s_uFillDataHead()
569 buf->time_stamp_off = vnt_time_stamp_off(pDevice, wCurrentRate); in s_uFillDataHead()
590 buf->time_stamp_off = vnt_time_stamp_off(pDevice, wCurrentRate); in s_uFillDataHead()
612 buf->time_stamp_off = vnt_time_stamp_off(pDevice, wCurrentRate); in s_uFillDataHead()
1431 vnt_time_stamp_off(priv, current_rate); in vnt_beacon_xmit()
1447 vnt_time_stamp_off(priv, current_rate); in vnt_beacon_xmit()