Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/staging/r8188eu/hal/
Drtl8188e_cmd.c206 __le16 *fctrl; in ConstructBeacon() local
214 fctrl = &pwlanhdr->frame_control; in ConstructBeacon()
215 *(fctrl) = 0; in ConstructBeacon()
290 __le16 *fctrl; in ConstructPSPoll() local
295 fctrl = &pwlanhdr->frame_control; in ConstructPSPoll()
296 *(fctrl) = 0; in ConstructPSPoll()
297 SetPwrMgt(fctrl); in ConstructPSPoll()
321 __le16 *fctrl; in ConstructNullFunctionData() local
330 fctrl = &pwlanhdr->frame_control; in ConstructNullFunctionData()
331 *(fctrl) = 0; in ConstructNullFunctionData()
[all …]
/Linux-v6.1/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 …]
/Linux-v6.1/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()
/Linux-v6.1/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 …]
/Linux-v6.1/drivers/staging/r8188eu/core/
Drtw_mlme_ext.c1668 __le16 *fctrl; in issue_p2p_GO_request() local
1686 fctrl = &pwlanhdr->frame_control; in issue_p2p_GO_request()
1687 *(fctrl) = 0; in issue_p2p_GO_request()
2003 __le16 *fctrl; in issue_p2p_GO_response() local
2021 fctrl = &pwlanhdr->frame_control; in issue_p2p_GO_response()
2022 *(fctrl) = 0; in issue_p2p_GO_response()
2360 __le16 *fctrl; in issue_p2p_GO_confirm() local
2378 fctrl = &pwlanhdr->frame_control; in issue_p2p_GO_confirm()
2379 *(fctrl) = 0; in issue_p2p_GO_confirm()
2522 __le16 *fctrl; in issue_p2p_invitation_request() local
[all …]
Drtw_p2p.c115 __le16 *fctrl; in issue_group_disc_req() local
137 fctrl = &pwlanhdr->frame_control; in issue_group_disc_req()
138 *(fctrl) = 0; in issue_group_disc_req()
170 __le16 *fctrl; in issue_p2p_devdisc_resp() local
194 fctrl = &pwlanhdr->frame_control; in issue_p2p_devdisc_resp()
195 *(fctrl) = 0; in issue_p2p_devdisc_resp()
247 __le16 *fctrl; in issue_p2p_provision_resp() local
264 fctrl = &pwlanhdr->frame_control; in issue_p2p_provision_resp()
265 *(fctrl) = 0; in issue_p2p_provision_resp()
315 __le16 *fctrl; in issue_p2p_presence_resp() local
[all …]
Drtw_xmit.c812 __le16 *fctrl = &pwlanhdr->frame_control; in rtw_make_wlanhdr() local
825 SetFrameSubType(fctrl, pattrib->subtype); in rtw_make_wlanhdr()
831 SetToDs(fctrl); in rtw_make_wlanhdr()
840 SetFrDs(fctrl); in rtw_make_wlanhdr()
861 SetMData(fctrl); in rtw_make_wlanhdr()
864 SetPrivacy(fctrl); in rtw_make_wlanhdr()
/Linux-v6.1/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c2122 __le16 *fctrl; in issue_beacon() local
2147 fctrl = &(pwlanhdr->frame_control); in issue_beacon()
2148 *(fctrl) = 0; in issue_beacon()
2267 __le16 *fctrl; in issue_probersp() local
2298 fctrl = &(pwlanhdr->frame_control); in issue_probersp()
2299 *(fctrl) = 0; in issue_probersp()
2306 SetFrameSubType(fctrl, WIFI_PROBERSP); in issue_probersp()
2464 __le16 *fctrl; in _issue_probereq() local
2488 fctrl = &(pwlanhdr->frame_control); in _issue_probereq()
2489 *(fctrl) = 0; in _issue_probereq()
[all …]
Drtw_xmit.c869 __le16 *fctrl = &pwlanhdr->frame_control; in rtw_make_wlanhdr() local
873 SetFrameSubType(fctrl, pattrib->subtype); in rtw_make_wlanhdr()
882 SetToDs(fctrl); in rtw_make_wlanhdr()
892 SetFrDs(fctrl); in rtw_make_wlanhdr()
913 SetMData(fctrl); in rtw_make_wlanhdr()
916 SetPrivacy(fctrl); in rtw_make_wlanhdr()
/Linux-v6.1/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()
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 …]
/Linux-v6.1/arch/m68k/ifpsp060/
DMISC86 fctrl.s : 2.6
118 fctrl.s : 2.6
/Linux-v6.1/drivers/staging/rtl8712/
Drtl871x_xmit.c477 __le16 *fctrl = &pwlanhdr->frame_control; in make_wlanhdr() local
481 SetFrameSubType(fctrl, pattrib->subtype); in make_wlanhdr()
489 SetToDs(fctrl); in make_wlanhdr()
495 SetFrDs(fctrl); in make_wlanhdr()
513 SetPrivacy(fctrl); in make_wlanhdr()
/Linux-v6.1/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c4905 u32 fctrl, vmolr = IXGBE_VMOLR_BAM | IXGBE_VMOLR_AUPE; in ixgbe_set_rx_mode() local
4910 fctrl = IXGBE_READ_REG(hw, IXGBE_FCTRL); in ixgbe_set_rx_mode()
4913 fctrl &= ~IXGBE_FCTRL_SBP; /* disable store-bad-packets */ in ixgbe_set_rx_mode()
4914 fctrl |= IXGBE_FCTRL_BAM; in ixgbe_set_rx_mode()
4915 fctrl |= IXGBE_FCTRL_DPF; /* discard pause frames when FC enabled */ in ixgbe_set_rx_mode()
4916 fctrl |= IXGBE_FCTRL_PMCF; in ixgbe_set_rx_mode()
4919 fctrl &= ~(IXGBE_FCTRL_UPE | IXGBE_FCTRL_MPE); in ixgbe_set_rx_mode()
4922 fctrl |= (IXGBE_FCTRL_UPE | IXGBE_FCTRL_MPE); in ixgbe_set_rx_mode()
4927 fctrl |= IXGBE_FCTRL_MPE; in ixgbe_set_rx_mode()
4939 fctrl |= IXGBE_FCTRL_UPE; in ixgbe_set_rx_mode()
[all …]
Dixgbe_sriov.c1164 u32 vmolr, fctrl, disable, enable; in ixgbe_update_vf_xcast_mode() local
1206 fctrl = IXGBE_READ_REG(hw, IXGBE_FCTRL); in ixgbe_update_vf_xcast_mode()
1207 if (!(fctrl & IXGBE_FCTRL_UPE)) { in ixgbe_update_vf_xcast_mode()
/Linux-v6.1/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()