Home
last modified time | relevance | path

Searched refs:information_buf_len (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/staging/rtl8712/
H A Drtl871x_ioctl_rtl.c44 if (poid_par_priv->information_buf_len >= sizeof(u32)) { in oid_rt_get_small_packet_crc_hdl()
60 if (poid_par_priv->information_buf_len >= sizeof(u32)) { in oid_rt_get_middle_packet_crc_hdl()
76 if (poid_par_priv->information_buf_len >= sizeof(u32)) { in oid_rt_get_large_packet_crc_hdl()
107 if (poid_par_priv->information_buf_len >= sizeof(u32)) { in oid_rt_get_rx_total_packet_hdl()
138 if (poid_par_priv->information_buf_len >= sizeof(u32)) { in oid_rt_get_rx_icv_err_hdl()
163 if (poid_par_priv->information_buf_len >= sizeof(u32)) { in oid_rt_get_preamble_mode_hdl()
217 if (poid_par_priv->information_buf_len >= sizeof(u32)) { in oid_rt_set_preamble_mode_hdl()
253 if (poid_par_priv->information_buf_len >= sizeof(u32)) { in oid_rt_get_total_tx_bytes_hdl()
270 if (poid_par_priv->information_buf_len >= sizeof(u32)) { in oid_rt_get_total_rx_bytes_hdl()
344 if (poid_par_priv->information_buf_len >= sizeof(u32)) { in oid_rt_supported_wireless_mode_hdl()
[all …]
H A Drtl871x_mp_ioctl.c36 if (poid_par_priv->information_buf_len >= sizeof(u8)) in oid_rt_wireless_mode_hdl()
42 if (poid_par_priv->information_buf_len >= sizeof(u8)) { in oid_rt_wireless_mode_hdl()
46 poid_par_priv->information_buf_len; in oid_rt_wireless_mode_hdl()
247 if (poid_par_priv->information_buf_len != sizeof(u32)) in oid_rt_pro_set_data_rate_hdl()
306 if (poid_par_priv->information_buf_len != sizeof(u32)) in oid_rt_pro_set_channel_direct_call_hdl()
324 if (poid_par_priv->information_buf_len != sizeof(u32)) in oid_rt_pro_set_antenna_bb_hdl()
341 if (poid_par_priv->information_buf_len != sizeof(u32)) in oid_rt_pro_set_tx_power_control_hdl()
643 if (poid_par_priv->information_buf_len < sizeof(u8)) in oid_rt_get_thermal_meter_hdl()
673 if (poid_par_priv->information_buf_len < in oid_rt_pro_read_efuse_hdl()
727 if (poid_par_priv->information_buf_len < sizeof(int)) in oid_rt_get_efuse_current_size_hdl()
[all …]
H A Drtl871x_ioctl.h62 unsigned long information_buf_len; member
H A Drtl871x_ioctl_linux.c1900 oid_par.information_buf_len = poidparam->len; in r871x_mp_ioctl_hdl()