Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8712/
Drtl871x_ioctl_rtl.c56 if (poid_par_priv->information_buf_len >= sizeof(u32)) { in oid_rt_get_small_packet_crc_hdl()
59 *poid_par_priv->bytes_rw = poid_par_priv->information_buf_len; in oid_rt_get_small_packet_crc_hdl()
72 if (poid_par_priv->information_buf_len >= sizeof(u32)) { in oid_rt_get_middle_packet_crc_hdl()
75 *poid_par_priv->bytes_rw = poid_par_priv->information_buf_len; in oid_rt_get_middle_packet_crc_hdl()
88 if (poid_par_priv->information_buf_len >= sizeof(u32)) { in oid_rt_get_large_packet_crc_hdl()
91 *poid_par_priv->bytes_rw = poid_par_priv->information_buf_len; in oid_rt_get_large_packet_crc_hdl()
109 *poid_par_priv->bytes_rw = poid_par_priv->information_buf_len; in oid_rt_get_rx_retry_hdl()
119 if (poid_par_priv->information_buf_len >= sizeof(u32)) { in oid_rt_get_rx_total_packet_hdl()
123 *poid_par_priv->bytes_rw = poid_par_priv->information_buf_len; in oid_rt_get_rx_total_packet_hdl()
150 if (poid_par_priv->information_buf_len >= sizeof(u32)) { in oid_rt_get_rx_icv_err_hdl()
[all …]
Drtl871x_mp_ioctl.c48 if (poid_par_priv->information_buf_len >= sizeof(u8)) in oid_rt_wireless_mode_hdl()
54 if (poid_par_priv->information_buf_len >= sizeof(u8)) { in oid_rt_wireless_mode_hdl()
58 poid_par_priv->information_buf_len; in oid_rt_wireless_mode_hdl()
78 if (poid_par_priv->information_buf_len < sizeof(struct bb_reg_param)) in oid_rt_pro_write_bb_reg_hdl()
99 if (poid_par_priv->information_buf_len < sizeof(struct bb_reg_param)) in oid_rt_pro_read_bb_reg_hdl()
107 *poid_par_priv->bytes_rw = poid_par_priv->information_buf_len; in oid_rt_pro_read_bb_reg_hdl()
122 if (poid_par_priv->information_buf_len < sizeof(struct rf_reg_param)) in oid_rt_pro_write_rf_reg_hdl()
145 if (poid_par_priv->information_buf_len < sizeof(struct rf_reg_param)) in oid_rt_pro_read_rf_reg_hdl()
154 *poid_par_priv->bytes_rw = poid_par_priv->information_buf_len; in oid_rt_pro_read_rf_reg_hdl()
271 if (poid_par_priv->information_buf_len != sizeof(u32)) in oid_rt_pro_set_data_rate_hdl()
[all …]
Drtl871x_ioctl.h63 unsigned long information_buf_len; member
Drtl871x_ioctl_linux.c1907 oid_par.information_buf_len = poidparam->len; in r871x_mp_ioctl_hdl()
/Linux-v4.19/drivers/staging/rtl8188eu/include/
Drtw_ioctl.h62 u32 information_buf_len; member