Home
last modified time | relevance | path

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

/drivers/staging/r8188eu/hal/
Drtl8188e_cmd.c239 __le16 *fctrl; in ConstructBeacon() local
248 fctrl = &pwlanhdr->frame_ctl; in ConstructBeacon()
249 *(fctrl) = 0; in ConstructBeacon()
326 __le16 *fctrl; in ConstructPSPoll() local
331 fctrl = &pwlanhdr->frame_ctl; in ConstructPSPoll()
332 *(fctrl) = 0; in ConstructPSPoll()
333 SetPwrMgt(fctrl); in ConstructPSPoll()
357 __le16 *fctrl; in ConstructNullFunctionData() local
366 fctrl = &pwlanhdr->frame_ctl; in ConstructNullFunctionData()
367 *(fctrl) = 0; in ConstructNullFunctionData()
[all …]
/drivers/staging/rtl8723bs/hal/
Drtl8723b_cmd.c111 __le16 *fctrl; in ConstructBeacon() local
119 fctrl = &(pwlanhdr->frame_control); in ConstructBeacon()
120 *(fctrl) = 0; in ConstructBeacon()
199 __le16 *fctrl; in ConstructPSPoll() local
206 fctrl = &(pwlanhdr->frame_control); in ConstructPSPoll()
207 *(fctrl) = 0; in ConstructPSPoll()
208 SetPwrMgt(fctrl); in ConstructPSPoll()
235 __le16 *fctrl; in ConstructNullFunctionData() local
244 fctrl = &pwlanhdr->frame_control; in ConstructNullFunctionData()
245 *(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.c837 struct hbm_flow_control *fctrl) in mei_hbm_add_single_tx_flow_ctrl_creds() argument
842 me_cl = mei_me_cl_by_id(dev, fctrl->me_addr); in mei_hbm_add_single_tx_flow_ctrl_creds()
844 dev_err(dev->dev, "no such me client %d\n", fctrl->me_addr); in mei_hbm_add_single_tx_flow_ctrl_creds()
855 fctrl->me_addr, me_cl->tx_flow_ctrl_creds); in mei_hbm_add_single_tx_flow_ctrl_creds()
870 struct hbm_flow_control *fctrl) in mei_hbm_cl_tx_flow_ctrl_creds_res() argument
874 if (!fctrl->host_addr) { in mei_hbm_cl_tx_flow_ctrl_creds_res()
876 mei_hbm_add_single_tx_flow_ctrl_creds(dev, fctrl); in mei_hbm_cl_tx_flow_ctrl_creds_res()
880 cl = mei_hbm_cl_find_by_cmd(dev, fctrl); in mei_hbm_cl_tx_flow_ctrl_creds_res()
1254 struct hbm_flow_control *fctrl; in mei_hbm_dispatch() local
1437 fctrl = (struct hbm_flow_control *)mei_msg; in mei_hbm_dispatch()
[all …]
/drivers/staging/r8188eu/core/
Drtw_mlme_ext.c1826 __le16 *fctrl; in issue_p2p_GO_request() local
1845 fctrl = &pwlanhdr->frame_ctl; in issue_p2p_GO_request()
1846 *(fctrl) = 0; in issue_p2p_GO_request()
2162 __le16 *fctrl; in issue_p2p_GO_response() local
2181 fctrl = &pwlanhdr->frame_ctl; in issue_p2p_GO_response()
2182 *(fctrl) = 0; in issue_p2p_GO_response()
2520 __le16 *fctrl; in issue_p2p_GO_confirm() local
2539 fctrl = &pwlanhdr->frame_ctl; in issue_p2p_GO_confirm()
2540 *(fctrl) = 0; in issue_p2p_GO_confirm()
2683 __le16 *fctrl; in issue_p2p_invitation_request() local
[all …]
Drtw_p2p.c119 __le16 *fctrl; in issue_group_disc_req() local
143 fctrl = &pwlanhdr->frame_ctl; in issue_group_disc_req()
144 *(fctrl) = 0; in issue_group_disc_req()
176 __le16 *fctrl; in issue_p2p_devdisc_resp() local
202 fctrl = &pwlanhdr->frame_ctl; in issue_p2p_devdisc_resp()
203 *(fctrl) = 0; in issue_p2p_devdisc_resp()
255 __le16 *fctrl; in issue_p2p_provision_resp() local
272 fctrl = &pwlanhdr->frame_ctl; in issue_p2p_provision_resp()
273 *(fctrl) = 0; in issue_p2p_provision_resp()
323 __le16 *fctrl; in issue_p2p_presence_resp() local
[all …]
Drtw_xmit.c716 __le16 *fctrl = &pwlanhdr->frame_ctl; in rtw_make_wlanhdr() local
732 SetFrameSubType(fctrl, pattrib->subtype); in rtw_make_wlanhdr()
738 SetToDs(fctrl); in rtw_make_wlanhdr()
747 SetFrDs(fctrl); in rtw_make_wlanhdr()
768 SetMData(fctrl); in rtw_make_wlanhdr()
771 SetPrivacy(fctrl); in rtw_make_wlanhdr()
/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c2137 __le16 *fctrl; in issue_beacon() local
2162 fctrl = &(pwlanhdr->frame_control); in issue_beacon()
2163 *(fctrl) = 0; in issue_beacon()
2284 __le16 *fctrl; in issue_probersp() local
2315 fctrl = &(pwlanhdr->frame_control); in issue_probersp()
2316 *(fctrl) = 0; in issue_probersp()
2323 SetFrameSubType(fctrl, WIFI_PROBERSP); in issue_probersp()
2482 __le16 *fctrl; in _issue_probereq() local
2506 fctrl = &(pwlanhdr->frame_control); in _issue_probereq()
2507 *(fctrl) = 0; in _issue_probereq()
[all …]
Drtw_xmit.c861 __le16 *fctrl = &pwlanhdr->frame_control; in rtw_make_wlanhdr() local
865 SetFrameSubType(fctrl, pattrib->subtype); in rtw_make_wlanhdr()
874 SetToDs(fctrl); in rtw_make_wlanhdr()
884 SetFrDs(fctrl); in rtw_make_wlanhdr()
905 SetMData(fctrl); in rtw_make_wlanhdr()
908 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.c502 __le16 *fctrl = &pwlanhdr->frame_control; in make_wlanhdr() local
506 SetFrameSubType(fctrl, pattrib->subtype); in make_wlanhdr()
514 SetToDs(fctrl); in make_wlanhdr()
520 SetFrDs(fctrl); in make_wlanhdr()
538 SetPrivacy(fctrl); in make_wlanhdr()
/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c4897 u32 fctrl, vmolr = IXGBE_VMOLR_BAM | IXGBE_VMOLR_AUPE; in ixgbe_set_rx_mode() local
4902 fctrl = IXGBE_READ_REG(hw, IXGBE_FCTRL); in ixgbe_set_rx_mode()
4905 fctrl &= ~IXGBE_FCTRL_SBP; /* disable store-bad-packets */ in ixgbe_set_rx_mode()
4906 fctrl |= IXGBE_FCTRL_BAM; in ixgbe_set_rx_mode()
4907 fctrl |= IXGBE_FCTRL_DPF; /* discard pause frames when FC enabled */ in ixgbe_set_rx_mode()
4908 fctrl |= IXGBE_FCTRL_PMCF; in ixgbe_set_rx_mode()
4911 fctrl &= ~(IXGBE_FCTRL_UPE | IXGBE_FCTRL_MPE); in ixgbe_set_rx_mode()
4914 fctrl |= (IXGBE_FCTRL_UPE | IXGBE_FCTRL_MPE); in ixgbe_set_rx_mode()
4919 fctrl |= IXGBE_FCTRL_MPE; in ixgbe_set_rx_mode()
4931 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.c221 __le16 *fctrl; in rtw_cfg80211_inform_bss() local
291 fctrl = &(pwlanhdr->frame_control); in rtw_cfg80211_inform_bss()
292 *(fctrl) = 0; in rtw_cfg80211_inform_bss()