| /Linux-v5.15/drivers/staging/r8188eu/hal/ |
| D | rtl8188e_cmd.c | 239 __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 …]
|
| /Linux-v5.15/drivers/staging/rtl8723bs/hal/ |
| D | rtl8723b_cmd.c | 111 __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-v5.15/drivers/pcmcia/ |
| D | topic.h | 143 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-v5.15/drivers/misc/mei/ |
| D | hbm.c | 829 struct hbm_flow_control *fctrl) in mei_hbm_add_single_tx_flow_ctrl_creds() argument 834 me_cl = mei_me_cl_by_id(dev, fctrl->me_addr); in mei_hbm_add_single_tx_flow_ctrl_creds() 836 dev_err(dev->dev, "no such me client %d\n", fctrl->me_addr); in mei_hbm_add_single_tx_flow_ctrl_creds() 847 fctrl->me_addr, me_cl->tx_flow_ctrl_creds); in mei_hbm_add_single_tx_flow_ctrl_creds() 862 struct hbm_flow_control *fctrl) in mei_hbm_cl_tx_flow_ctrl_creds_res() argument 866 if (!fctrl->host_addr) { in mei_hbm_cl_tx_flow_ctrl_creds_res() 868 mei_hbm_add_single_tx_flow_ctrl_creds(dev, fctrl); in mei_hbm_cl_tx_flow_ctrl_creds_res() 872 cl = mei_hbm_cl_find_by_cmd(dev, fctrl); in mei_hbm_cl_tx_flow_ctrl_creds_res() 1246 struct hbm_flow_control *fctrl; in mei_hbm_dispatch() local 1428 fctrl = (struct hbm_flow_control *)mei_msg; in mei_hbm_dispatch() [all …]
|
| /Linux-v5.15/drivers/staging/r8188eu/core/ |
| D | rtw_mlme_ext.c | 1824 __le16 *fctrl; in issue_p2p_GO_request() local 1843 fctrl = &pwlanhdr->frame_ctl; in issue_p2p_GO_request() 1844 *(fctrl) = 0; in issue_p2p_GO_request() 2160 __le16 *fctrl; in issue_p2p_GO_response() local 2179 fctrl = &pwlanhdr->frame_ctl; in issue_p2p_GO_response() 2180 *(fctrl) = 0; in issue_p2p_GO_response() 2518 __le16 *fctrl; in issue_p2p_GO_confirm() local 2537 fctrl = &pwlanhdr->frame_ctl; in issue_p2p_GO_confirm() 2538 *(fctrl) = 0; in issue_p2p_GO_confirm() 2681 __le16 *fctrl; in issue_p2p_invitation_request() local [all …]
|
| D | rtw_p2p.c | 119 __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 …]
|
| D | rtw_xmit.c | 712 __le16 *fctrl = &pwlanhdr->frame_ctl; in rtw_make_wlanhdr() local 728 SetFrameSubType(fctrl, pattrib->subtype); in rtw_make_wlanhdr() 734 SetToDs(fctrl); in rtw_make_wlanhdr() 743 SetFrDs(fctrl); in rtw_make_wlanhdr() 764 SetMData(fctrl); in rtw_make_wlanhdr() 767 SetPrivacy(fctrl); in rtw_make_wlanhdr()
|
| /Linux-v5.15/drivers/staging/rtl8723bs/core/ |
| D | rtw_mlme_ext.c | 2141 __le16 *fctrl; in issue_beacon() local 2166 fctrl = &(pwlanhdr->frame_control); in issue_beacon() 2167 *(fctrl) = 0; in issue_beacon() 2288 __le16 *fctrl; in issue_probersp() local 2319 fctrl = &(pwlanhdr->frame_control); in issue_probersp() 2320 *(fctrl) = 0; in issue_probersp() 2327 SetFrameSubType(fctrl, WIFI_PROBERSP); in issue_probersp() 2486 __le16 *fctrl; in _issue_probereq() local 2510 fctrl = &(pwlanhdr->frame_control); in _issue_probereq() 2511 *(fctrl) = 0; in _issue_probereq() [all …]
|
| D | rtw_xmit.c | 861 __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()
|
| /Linux-v5.15/drivers/mtd/devices/ |
| D | docg3.c | 399 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 …]
|
| /Linux-v5.15/arch/m68k/ifpsp060/ |
| D | MISC | 86 fctrl.s : 2.6 118 fctrl.s : 2.6
|
| /Linux-v5.15/drivers/staging/rtl8712/ |
| D | rtl871x_xmit.c | 477 __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-v5.15/drivers/net/ethernet/intel/ixgbe/ |
| D | ixgbe_main.c | 4899 u32 fctrl, vmolr = IXGBE_VMOLR_BAM | IXGBE_VMOLR_AUPE; in ixgbe_set_rx_mode() local 4904 fctrl = IXGBE_READ_REG(hw, IXGBE_FCTRL); in ixgbe_set_rx_mode() 4907 fctrl &= ~IXGBE_FCTRL_SBP; /* disable store-bad-packets */ in ixgbe_set_rx_mode() 4908 fctrl |= IXGBE_FCTRL_BAM; in ixgbe_set_rx_mode() 4909 fctrl |= IXGBE_FCTRL_DPF; /* discard pause frames when FC enabled */ in ixgbe_set_rx_mode() 4910 fctrl |= IXGBE_FCTRL_PMCF; in ixgbe_set_rx_mode() 4913 fctrl &= ~(IXGBE_FCTRL_UPE | IXGBE_FCTRL_MPE); in ixgbe_set_rx_mode() 4916 fctrl |= (IXGBE_FCTRL_UPE | IXGBE_FCTRL_MPE); in ixgbe_set_rx_mode() 4921 fctrl |= IXGBE_FCTRL_MPE; in ixgbe_set_rx_mode() 4933 fctrl |= IXGBE_FCTRL_UPE; in ixgbe_set_rx_mode() [all …]
|
| D | ixgbe_sriov.c | 1134 u32 vmolr, fctrl, disable, enable; in ixgbe_update_vf_xcast_mode() local 1176 fctrl = IXGBE_READ_REG(hw, IXGBE_FCTRL); in ixgbe_update_vf_xcast_mode() 1177 if (!(fctrl & IXGBE_FCTRL_UPE)) { in ixgbe_update_vf_xcast_mode()
|
| /Linux-v5.15/drivers/staging/rtl8723bs/os_dep/ |
| D | ioctl_cfg80211.c | 225 __le16 *fctrl; in rtw_cfg80211_inform_bss() local 299 fctrl = &(pwlanhdr->frame_control); in rtw_cfg80211_inform_bss() 300 *(fctrl) = 0; in rtw_cfg80211_inform_bss()
|