Searched refs:vnt_get_rtscts_duration_le (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/staging/vt6656/ |
| D | rxtx.c | 209 static __le16 vnt_get_rtscts_duration_le(struct vnt_usb_send_context *context, in vnt_get_rtscts_duration_le() function 420 buf->duration_bb = vnt_get_rtscts_duration_le(tx_context, RTSDUR_BB, in vnt_rxtx_rts_g_head() 423 buf->duration_aa = vnt_get_rtscts_duration_le(tx_context, RTSDUR_AA, in vnt_rxtx_rts_g_head() 426 buf->duration_ba = vnt_get_rtscts_duration_le(tx_context, RTSDUR_BA, in vnt_rxtx_rts_g_head() 447 buf->duration_bb = vnt_get_rtscts_duration_le(tx_context, RTSDUR_BB, in vnt_rxtx_rts_g_fb_head() 450 buf->duration_aa = vnt_get_rtscts_duration_le(tx_context, RTSDUR_AA, in vnt_rxtx_rts_g_fb_head() 453 buf->duration_ba = vnt_get_rtscts_duration_le(tx_context, RTSDUR_BA, in vnt_rxtx_rts_g_fb_head() 458 vnt_get_rtscts_duration_le(tx_context, RTSDUR_BA_F0, in vnt_rxtx_rts_g_fb_head() 462 vnt_get_rtscts_duration_le(tx_context, RTSDUR_AA_F0, in vnt_rxtx_rts_g_fb_head() 466 vnt_get_rtscts_duration_le(tx_context, RTSDUR_BA_F1, in vnt_rxtx_rts_g_fb_head() [all …]
|