Home
last modified time | relevance | path

Searched refs:mppriv (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/staging/rtl8712/
H A Drtl871x_mp_ioctl.c311 Adapter->mppriv.curr_ch = Channel; in oid_rt_pro_set_channel_direct_call_hdl()
361 Adapter->mppriv.tx_pktcount; in oid_rt_pro_query_tx_packet_sent_hdl()
379 Adapter->mppriv.rx_pktcount; in oid_rt_pro_query_rx_packet_received_hdl()
397 Adapter->mppriv.rx_crcerrpktcount; in oid_rt_pro_query_rx_packet_crc32_error_hdl()
412 Adapter->mppriv.tx_pktcount = 0; in oid_rt_pro_reset_tx_packet_sent_hdl()
424 Adapter->mppriv.rx_pktcount = 0; in oid_rt_pro_reset_rx_packet_received_hdl()
425 Adapter->mppriv.rx_crcerrpktcount = 0; in oid_rt_pro_reset_rx_packet_received_hdl()
640 if (Adapter->mppriv.act_in_progress) in oid_rt_get_thermal_meter_hdl()
646 Adapter->mppriv.act_in_progress = true; in oid_rt_get_thermal_meter_hdl()
846 Adapter->mppriv.check_mp_pkt = 1; in oid_rt_set_rx_packet_type_hdl()
[all …]
H A Drtl871x_mp.c75 struct mp_priv *pmppriv = &padapter->mppriv; in mp871xinit()
83 struct mp_priv *pmppriv = &padapter->mppriv; in mp871xdeinit()
276 pparm->curr_ch = pAdapter->mppriv.curr_ch; in r8712_SetChannel()
305 u8 TxPower = pAdapter->mppriv.curr_txpoweridx; in r8712_SetTxPower()
337 u8 Bandwidth = pAdapter->mppriv.curr_bandwidth; in r8712_SwitchBandwidth()
420 switch (pAdapter->mppriv.antenna_tx) { in r8712_SwitchAntenna()
450 switch (pAdapter->mppriv.antenna_rx) { in r8712_SwitchAntenna()
532 switch (pAdapter->mppriv.antenna_tx) { in r8712_SetSingleToneTx()
617 cckrate = pAdapter->mppriv.curr_rateidx; in SetCCKContinuousTx()
671 if (pAdapter->mppriv.curr_rateidx <= MPT_RATE_11M) in r8712_SetContinuousTx()
[all …]
H A Drtl871x_ioctl_rtl.c451 if (Adapter->mppriv.act_in_progress) { in oid_rt_pro_rf_read_registry_hdl()
455 Adapter->mppriv.act_in_progress = true; in oid_rt_pro_rf_read_registry_hdl()
456 Adapter->mppriv.workparam.bcompleted = false; in oid_rt_pro_rf_read_registry_hdl()
457 Adapter->mppriv.workparam.act_type = MPT_READ_RF; in oid_rt_pro_rf_read_registry_hdl()
458 Adapter->mppriv.workparam.io_offset = *(unsigned long *) in oid_rt_pro_rf_read_registry_hdl()
460 Adapter->mppriv.workparam.io_value = 0xcccccccc; in oid_rt_pro_rf_read_registry_hdl()
471 (unsigned char *)&Adapter->mppriv.workparam.io_value in oid_rt_pro_rf_read_registry_hdl()
H A Ddrv_types.h145 struct mp_priv mppriv; member
H A Drtl871x_recv.c358 adapter->mppriv.rx_pktloss++; in sta2sta_data_frame()
670 padapter->mppriv.rx_pktloss = precvpriv->rx_drop; in r8712_recv_entry()
H A Drtl871x_cmd.c302 padapter->mppriv.workparam.bcompleted = true; in r8712_getbbrfreg_cmdrsp_callback()
311 padapter->mppriv.workparam.bcompleted = true; in r8712_readtssi_cmdrsp_callback()
H A Drtl8712_recv.c932 padapter->mppriv.rx_crcerrpktcount++; in recv_func()
934 padapter->mppriv.rx_pktcount++; in recv_func()