Home
last modified time | relevance | path

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

/drivers/staging/rtl8188eu/hal/
Drtl8188e_cmd.c204 __le16 *fctrl; in ConstructBeacon() local
213 fctrl = &pwlanhdr->frame_control; in ConstructBeacon()
214 *(fctrl) = 0; in ConstructBeacon()
291 __le16 *fctrl; in ConstructPSPoll() local
297 fctrl = &pwlanhdr->frame_control; in ConstructPSPoll()
298 *(fctrl) = 0; in ConstructPSPoll()
299 SetPwrMgt(fctrl); in ConstructPSPoll()
323 __le16 *fctrl; in ConstructNullFunctionData() local
333 fctrl = &pwlanhdr->frame_control; in ConstructNullFunctionData()
334 *(fctrl) = 0; in ConstructNullFunctionData()
[all …]
/drivers/staging/rtl8723bs/hal/
Drtl8723b_cmd.c125 __le16 *fctrl; in ConstructBeacon() local
137 fctrl = &(pwlanhdr->frame_control); in ConstructBeacon()
138 *(fctrl) = 0; in ConstructBeacon()
222 __le16 *fctrl; in ConstructPSPoll() local
231 fctrl = &(pwlanhdr->frame_control); in ConstructPSPoll()
232 *(fctrl) = 0; in ConstructPSPoll()
233 SetPwrMgt(fctrl); in ConstructPSPoll()
260 __le16 *fctrl; in ConstructNullFunctionData() local
272 fctrl = &pwlanhdr->frame_control; in ConstructNullFunctionData()
273 *(fctrl) = 0; in ConstructNullFunctionData()
[all …]
/drivers/pcmcia/
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/
Dhbm.c716 struct hbm_flow_control *fctrl) in mei_hbm_add_single_tx_flow_ctrl_creds() argument
721 me_cl = mei_me_cl_by_id(dev, fctrl->me_addr); in mei_hbm_add_single_tx_flow_ctrl_creds()
723 dev_err(dev->dev, "no such me client %d\n", fctrl->me_addr); in mei_hbm_add_single_tx_flow_ctrl_creds()
734 fctrl->me_addr, me_cl->tx_flow_ctrl_creds); in mei_hbm_add_single_tx_flow_ctrl_creds()
749 struct hbm_flow_control *fctrl) in mei_hbm_cl_tx_flow_ctrl_creds_res() argument
753 if (!fctrl->host_addr) { in mei_hbm_cl_tx_flow_ctrl_creds_res()
755 mei_hbm_add_single_tx_flow_ctrl_creds(dev, fctrl); in mei_hbm_cl_tx_flow_ctrl_creds_res()
759 cl = mei_hbm_cl_find_by_cmd(dev, fctrl); in mei_hbm_cl_tx_flow_ctrl_creds_res()
1126 struct hbm_flow_control *fctrl; in mei_hbm_dispatch() local
1289 fctrl = (struct hbm_flow_control *)mei_msg; in mei_hbm_dispatch()
[all …]
/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c310 __le16 *fctrl; in issue_beacon() local
338 fctrl = &pwlanhdr->frame_control; in issue_beacon()
339 *(fctrl) = 0; in issue_beacon()
451 __le16 *fctrl; in issue_probersp() local
482 fctrl = &pwlanhdr->frame_control; in issue_probersp()
483 *(fctrl) = 0; in issue_probersp()
490 SetFrameSubType(fctrl, WIFI_PROBERSP); in issue_probersp()
600 __le16 *fctrl; in issue_probereq() local
626 fctrl = &pwlanhdr->frame_control; in issue_probereq()
627 *(fctrl) = 0; in issue_probereq()
[all …]
Drtw_xmit.c744 __le16 *fctrl = &pwlanhdr->frame_control; in rtw_make_wlanhdr() local
759 SetFrameSubType(fctrl, pattrib->subtype); in rtw_make_wlanhdr()
765 SetToDs(fctrl); in rtw_make_wlanhdr()
774 SetFrDs(fctrl); in rtw_make_wlanhdr()
796 SetMData(fctrl); in rtw_make_wlanhdr()
799 SetPrivacy(fctrl); in rtw_make_wlanhdr()
/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c2441 __le16 *fctrl; in issue_beacon() local
2471 fctrl = &(pwlanhdr->frame_control); in issue_beacon()
2472 *(fctrl) = 0; in issue_beacon()
2599 __le16 *fctrl; in issue_probersp() local
2635 fctrl = &(pwlanhdr->frame_control); in issue_probersp()
2636 *(fctrl) = 0; in issue_probersp()
2643 SetFrameSubType(fctrl, WIFI_PROBERSP); in issue_probersp()
2825 __le16 *fctrl; in _issue_probereq() local
2852 fctrl = &(pwlanhdr->frame_control); in _issue_probereq()
2853 *(fctrl) = 0; in _issue_probereq()
[all …]
Drtw_xmit.c944 __le16 *fctrl = &pwlanhdr->frame_control; in rtw_make_wlanhdr() local
948 SetFrameSubType(fctrl, pattrib->subtype); in rtw_make_wlanhdr()
957 SetToDs(fctrl); in rtw_make_wlanhdr()
967 SetFrDs(fctrl); in rtw_make_wlanhdr()
989 SetMData(fctrl); in rtw_make_wlanhdr()
992 SetPrivacy(fctrl); in rtw_make_wlanhdr()
/drivers/mtd/devices/
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()
1596 u8 fctrl; in flashcontrol_show() local
1599 fctrl = doc_register_readb(docg3, DOC_FLASHCONTROL); in flashcontrol_show()
1603 fctrl, in flashcontrol_show()
1604 fctrl & DOC_CTRL_VIOLATION ? "protocol violation" : "-", in flashcontrol_show()
1605 fctrl & DOC_CTRL_CE ? "active" : "inactive", in flashcontrol_show()
1606 fctrl & DOC_CTRL_PROTECTION_ERROR ? "protection error" : "-", in flashcontrol_show()
1607 fctrl & DOC_CTRL_SEQUENCE_ERROR ? "sequence error" : "-", in flashcontrol_show()
[all …]
/drivers/staging/rtl8712/
Drtl871x_xmit.c503 __le16 *fctrl = &pwlanhdr->frame_control; in make_wlanhdr() local
507 SetFrameSubType(fctrl, pattrib->subtype); in make_wlanhdr()
515 SetToDs(fctrl); in make_wlanhdr()
521 SetFrDs(fctrl); in make_wlanhdr()
539 SetPrivacy(fctrl); in make_wlanhdr()
/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c4903 u32 fctrl, vmolr = IXGBE_VMOLR_BAM | IXGBE_VMOLR_AUPE; in ixgbe_set_rx_mode() local
4908 fctrl = IXGBE_READ_REG(hw, IXGBE_FCTRL); in ixgbe_set_rx_mode()
4911 fctrl &= ~IXGBE_FCTRL_SBP; /* disable store-bad-packets */ in ixgbe_set_rx_mode()
4912 fctrl |= IXGBE_FCTRL_BAM; in ixgbe_set_rx_mode()
4913 fctrl |= IXGBE_FCTRL_DPF; /* discard pause frames when FC enabled */ in ixgbe_set_rx_mode()
4914 fctrl |= IXGBE_FCTRL_PMCF; in ixgbe_set_rx_mode()
4917 fctrl &= ~(IXGBE_FCTRL_UPE | IXGBE_FCTRL_MPE); in ixgbe_set_rx_mode()
4920 fctrl |= (IXGBE_FCTRL_UPE | IXGBE_FCTRL_MPE); in ixgbe_set_rx_mode()
4925 fctrl |= IXGBE_FCTRL_MPE; in ixgbe_set_rx_mode()
4937 fctrl |= IXGBE_FCTRL_UPE; in ixgbe_set_rx_mode()
[all …]
Dixgbe_sriov.c1138 u32 vmolr, fctrl, disable, enable; in ixgbe_update_vf_xcast_mode() local
1180 fctrl = IXGBE_READ_REG(hw, IXGBE_FCTRL); in ixgbe_update_vf_xcast_mode()
1181 if (!(fctrl & IXGBE_FCTRL_UPE)) { in ixgbe_update_vf_xcast_mode()
/drivers/staging/rtl8723bs/os_dep/
Dioctl_cfg80211.c231 __le16 *fctrl; in rtw_cfg80211_inform_bss() local
321 fctrl = &(pwlanhdr->frame_control); in rtw_cfg80211_inform_bss()
322 *(fctrl) = 0; in rtw_cfg80211_inform_bss()