Searched refs:rmf (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/wireless/ath/wcn36xx/
H A Dtxrx.h70 u32 rmf:1; member in struct:wcn36xx_rx_bd
135 u32 rmf:1; member in struct:wcn36xx_tx_bd
H A Dhal.h1512 u8 rmf; member in struct:wcn36xx_hal_config_sta_params
1693 u8 rmf; member in struct:wcn36xx_hal_config_sta_params_v1
1978 u8 rmf; member in struct:wcn36xx_hal_config_bss_params
2115 u8 rmf; member in struct:wcn36xx_hal_config_bss_params_v1
H A Dsmd.c395 sta_params->rmf = 0;
1430 v1->rmf = orig->rmf;
1654 bss->rmf = 0;
1745 bss->rmf = bss_v0.rmf;
/linux-master/drivers/net/dsa/xrs700x/
H A Dxrs700x.c41 struct regmap_field **rmf; member in struct:xrs700x_regfield
194 .rmf = &priv->ps_forward
200 .rmf = &priv->ps_management
206 .rmf = &priv->ps_sel_speed
212 .rmf = &priv->ps_cur_speed
218 *regfields[i].rmf = devm_regmap_field_alloc(priv->dev,
221 if (IS_ERR(*regfields[i].rmf))
222 return PTR_ERR(*regfields[i].rmf);

Completed in 117 milliseconds