Searched refs:vnt_get_rtscts_duration_le (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/drivers/staging/vt6656/ |
| D | rxtx.c | 208 static __le16 vnt_get_rtscts_duration_le(struct vnt_usb_send_context *context, in vnt_get_rtscts_duration_le() function 418 buf->duration_bb = vnt_get_rtscts_duration_le(tx_context, RTSDUR_BB, in vnt_rxtx_rts_g_head() 421 buf->duration_aa = vnt_get_rtscts_duration_le(tx_context, RTSDUR_AA, in vnt_rxtx_rts_g_head() 424 buf->duration_ba = vnt_get_rtscts_duration_le(tx_context, RTSDUR_BA, in vnt_rxtx_rts_g_head() 445 buf->duration_bb = vnt_get_rtscts_duration_le(tx_context, RTSDUR_BB, in vnt_rxtx_rts_g_fb_head() 448 buf->duration_aa = vnt_get_rtscts_duration_le(tx_context, RTSDUR_AA, in vnt_rxtx_rts_g_fb_head() 451 buf->duration_ba = vnt_get_rtscts_duration_le(tx_context, RTSDUR_BA, in vnt_rxtx_rts_g_fb_head() 456 vnt_get_rtscts_duration_le(tx_context, RTSDUR_BA_F0, in vnt_rxtx_rts_g_fb_head() 460 vnt_get_rtscts_duration_le(tx_context, RTSDUR_AA_F0, in vnt_rxtx_rts_g_fb_head() 464 vnt_get_rtscts_duration_le(tx_context, RTSDUR_BA_F1, in vnt_rxtx_rts_g_fb_head() [all …]
|