Home
last modified time | relevance | path

Searched refs:fctrl (Results 1 – 10 of 10) sorted by relevance

/drivers/staging/rtl8723bs/hal/
A Drtl8723b_cmd.c108 __le16 *fctrl; in ConstructBeacon() local
117 *(fctrl) = 0; in ConstructBeacon()
196 __le16 *fctrl; in ConstructPSPoll() local
204 *(fctrl) = 0; in ConstructPSPoll()
205 SetPwrMgt(fctrl); in ConstructPSPoll()
232 __le16 *fctrl; in ConstructNullFunctionData() local
242 *(fctrl) = 0; in ConstructNullFunctionData()
248 SetToDs(fctrl); in ConstructNullFunctionData()
254 SetFrDs(fctrl); in ConstructNullFunctionData()
751 __le16 *fctrl; in ConstructBtNullFunctionData() local
[all …]
/drivers/pcmcia/
A Dtopic.h143 u8 fctrl; in topic95_override() local
147 fctrl = exca_readb(socket, TOPIC_EXCA_IF_CONTROL); in topic95_override()
148 exca_writeb(socket, TOPIC_EXCA_IF_CONTROL, fctrl | TOPIC_EXCA_IFC_33V_ENA); in topic95_override()
/drivers/misc/mei/
A Dhbm.c843 struct hbm_flow_control *fctrl) in mei_hbm_add_single_tx_flow_ctrl_creds() argument
848 me_cl = mei_me_cl_by_id(dev, fctrl->me_addr); in mei_hbm_add_single_tx_flow_ctrl_creds()
850 dev_err(dev->dev, "no such me client %d\n", fctrl->me_addr); in mei_hbm_add_single_tx_flow_ctrl_creds()
861 fctrl->me_addr, me_cl->tx_flow_ctrl_creds); in mei_hbm_add_single_tx_flow_ctrl_creds()
876 struct hbm_flow_control *fctrl) in mei_hbm_cl_tx_flow_ctrl_creds_res() argument
880 if (!fctrl->host_addr) { in mei_hbm_cl_tx_flow_ctrl_creds_res()
882 mei_hbm_add_single_tx_flow_ctrl_creds(dev, fctrl); in mei_hbm_cl_tx_flow_ctrl_creds_res()
886 cl = mei_hbm_cl_find_by_cmd(dev, fctrl); in mei_hbm_cl_tx_flow_ctrl_creds_res()
1266 struct hbm_flow_control *fctrl; in mei_hbm_dispatch() local
1452 fctrl = (struct hbm_flow_control *)mei_msg; in mei_hbm_dispatch()
[all …]
/drivers/staging/rtl8723bs/core/
A Drtw_mlme_ext.c2145 *(fctrl) = 0; in issue_beacon()
2296 *(fctrl) = 0; in issue_probersp()
2486 *(fctrl) = 0; in _issue_probereq()
2612 *(fctrl) = 0; in issue_auth()
2743 *(fctrl) = 0; in issue_asocrsp()
2872 *(fctrl) = 0; in issue_assocreq()
3050 *(fctrl) = 0; in _issue_nulldata()
3194 *(fctrl) = 0; in _issue_qos_nulldata()
3299 *(fctrl) = 0; in _issue_deauth()
3391 *(fctrl) = 0; in issue_action_SA_Query()
[all …]
A Drtw_xmit.c868 __le16 *fctrl = &pwlanhdr->frame_control; in rtw_make_wlanhdr() local
872 SetFrameSubType(fctrl, pattrib->subtype); in rtw_make_wlanhdr()
881 SetToDs(fctrl); in rtw_make_wlanhdr()
891 SetFrDs(fctrl); in rtw_make_wlanhdr()
912 SetMData(fctrl); in rtw_make_wlanhdr()
915 SetPrivacy(fctrl); in rtw_make_wlanhdr()
/drivers/mtd/devices/
A Ddocg3.c399 int fctrl; in doc_set_extra_page_mode() local
406 fctrl = doc_register_readb(docg3, DOC_FLASHCONTROL); in doc_set_extra_page_mode()
407 if (fctrl & (DOC_CTRL_PROTECTION_ERROR | DOC_CTRL_SEQUENCE_ERROR)) in doc_set_extra_page_mode()
1604 u8 fctrl; in flashcontrol_show() local
1607 fctrl = doc_register_readb(docg3, DOC_FLASHCONTROL); in flashcontrol_show()
1611 fctrl, in flashcontrol_show()
1612 fctrl & DOC_CTRL_VIOLATION ? "protocol violation" : "-", in flashcontrol_show()
1613 fctrl & DOC_CTRL_CE ? "active" : "inactive", in flashcontrol_show()
1614 fctrl & DOC_CTRL_PROTECTION_ERROR ? "protection error" : "-", in flashcontrol_show()
1615 fctrl & DOC_CTRL_SEQUENCE_ERROR ? "sequence error" : "-", in flashcontrol_show()
[all …]
/drivers/net/ethernet/wangxun/libwx/
A Dwx_hw.c1691 u32 fctrl, vmolr, vlnctrl; in wx_set_rx_mode() local
1697 fctrl = rd32(wx, WX_PSR_CTL); in wx_set_rx_mode()
1698 fctrl &= ~(WX_PSR_CTL_UPE | WX_PSR_CTL_MPE); in wx_set_rx_mode()
1708 fctrl |= WX_PSR_CTL_BAM | WX_PSR_CTL_MFE; in wx_set_rx_mode()
1717 fctrl |= WX_PSR_CTL_UPE | WX_PSR_CTL_MPE; in wx_set_rx_mode()
1727 fctrl |= WX_PSR_CTL_MPE; in wx_set_rx_mode()
1763 wr32(wx, WX_PSR_CTL, fctrl); in wx_set_rx_mode()
/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_main.c5355 fctrl = IXGBE_READ_REG(hw, IXGBE_FCTRL); in ixgbe_set_rx_mode()
5359 fctrl |= IXGBE_FCTRL_BAM; in ixgbe_set_rx_mode()
5361 fctrl |= IXGBE_FCTRL_PMCF; in ixgbe_set_rx_mode()
5372 fctrl |= IXGBE_FCTRL_MPE; in ixgbe_set_rx_mode()
5384 fctrl |= IXGBE_FCTRL_UPE; in ixgbe_set_rx_mode()
5394 fctrl |= IXGBE_FCTRL_MPE; in ixgbe_set_rx_mode()
5415 fctrl &= ~(IXGBE_FCTRL_DPF); in ixgbe_set_rx_mode()
5419 IXGBE_WRITE_REG(hw, IXGBE_FCTRL, fctrl); in ixgbe_set_rx_mode()
7570 u32 fctrl; in __ixgbe_shutdown() local
7579 fctrl = IXGBE_READ_REG(hw, IXGBE_FCTRL); in __ixgbe_shutdown()
[all …]
A Dixgbe_sriov.c1166 u32 vmolr, fctrl, disable, enable; in ixgbe_update_vf_xcast_mode() local
1208 fctrl = IXGBE_READ_REG(hw, IXGBE_FCTRL); in ixgbe_update_vf_xcast_mode()
1209 if (!(fctrl & IXGBE_FCTRL_UPE)) { in ixgbe_update_vf_xcast_mode()
/drivers/staging/rtl8723bs/os_dep/
A Dioctl_cfg80211.c220 __le16 *fctrl; in rtw_cfg80211_inform_bss() local
289 fctrl = &(pwlanhdr->frame_control); in rtw_cfg80211_inform_bss()
290 *(fctrl) = 0; in rtw_cfg80211_inform_bss()

Completed in 818 milliseconds