Searched refs:vnt_get_phy_field (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/staging/vt6656/ |
H A D | rxtx.c | 82 static void vnt_get_phy_field(struct vnt_private *priv, u32 frame_length, in vnt_get_phy_field() function 188 vnt_get_phy_field(priv, frame_len, rate, tx_context->pkt_type, &buf->a); in vnt_rxtx_datahead_g() 189 vnt_get_phy_field(priv, frame_len, priv->top_cck_basic_rate, in vnt_rxtx_datahead_g() 210 vnt_get_phy_field(priv, frame_len, rate, in vnt_rxtx_datahead_ab() 238 vnt_get_phy_field(priv, rts_frame_len, priv->top_cck_basic_rate, in vnt_rxtx_rts_g_head() 240 vnt_get_phy_field(priv, rts_frame_len, priv->top_ofdm_basic_rate, in vnt_rxtx_rts_g_head() 258 vnt_get_phy_field(priv, rts_frame_len, priv->top_ofdm_basic_rate, in vnt_rxtx_rts_ab_head() 276 vnt_get_phy_field(priv, cts_frame_len, priv->top_cck_basic_rate, in vnt_fill_cts_head() 649 vnt_get_phy_field(priv, frame_size, current_rate, in vnt_beacon_xmit() 660 vnt_get_phy_field(priv, frame_size, current_rate, in vnt_beacon_xmit()
|
/linux/drivers/staging/vt6655/ |
H A D | rxtx.c | 453 vnt_get_phy_field(pDevice, cbFrameLength, wCurrentRate, in s_uFillDataHead() 456 vnt_get_phy_field(pDevice, cbFrameLength, in s_uFillDataHead() 486 vnt_get_phy_field(pDevice, cbFrameLength, wCurrentRate, in s_uFillDataHead() 489 vnt_get_phy_field(pDevice, cbFrameLength, in s_uFillDataHead() 514 vnt_get_phy_field(pDevice, cbFrameLength, wCurrentRate, in s_uFillDataHead() 529 vnt_get_phy_field(pDevice, cbFrameLength, wCurrentRate, in s_uFillDataHead() 550 vnt_get_phy_field(pDevice, cbFrameLength, wCurrentRate, in s_uFillDataHead() 604 vnt_get_phy_field(pDevice, uRTSFrameLen, in s_vFillRTSHead() 608 vnt_get_phy_field(pDevice, uRTSFrameLen, in s_vFillRTSHead() 639 vnt_get_phy_field(pDevice, uRTSFrameLen, in s_vFillRTSHead() [all …]
|
H A D | card.c | 551 vnt_get_phy_field(priv, 14, in card_set_rspinf() 561 vnt_get_phy_field(priv, 14, in card_set_rspinf() 570 vnt_get_phy_field(priv, 14, in card_set_rspinf() 579 vnt_get_phy_field(priv, 14, in card_set_rspinf()
|
H A D | baseband.h | 52 void vnt_get_phy_field(struct vnt_private *priv, u32 frame_length,
|
H A D | baseband.c | 1759 void vnt_get_phy_field(struct vnt_private *priv, u32 frame_length, in vnt_get_phy_field() function
|