Home
last modified time | relevance | path

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

/drivers/staging/rtl8188eu/hal/
Drtl8188e_cmd.c267 __le16 *fctrl; in ConstructBeacon() local
276 fctrl = &(pwlanhdr->frame_ctl); in ConstructBeacon()
277 *(fctrl) = 0; in ConstructBeacon()
354 __le16 *fctrl; in ConstructPSPoll() local
359 fctrl = &(pwlanhdr->frame_ctl); in ConstructPSPoll()
360 *(fctrl) = 0; in ConstructPSPoll()
361 SetPwrMgt(fctrl); in ConstructPSPoll()
385 __le16 *fctrl; in ConstructNullFunctionData() local
394 fctrl = &pwlanhdr->frame_ctl; in ConstructNullFunctionData()
395 *(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/staging/rtl8188eu/core/
Drtw_mlme_ext.c1989 __le16 *fctrl; in issue_beacon() local
2018 fctrl = &(pwlanhdr->frame_ctl); in issue_beacon()
2019 *(fctrl) = 0; in issue_beacon()
2130 __le16 *fctrl; in issue_probersp() local
2161 fctrl = &(pwlanhdr->frame_ctl); in issue_probersp()
2162 *(fctrl) = 0; in issue_probersp()
2169 SetFrameSubType(fctrl, WIFI_PROBERSP); in issue_probersp()
2280 __le16 *fctrl; in _issue_probereq() local
2307 fctrl = &(pwlanhdr->frame_ctl); in _issue_probereq()
2308 *(fctrl) = 0; in _issue_probereq()
[all …]
Drtw_xmit.c785 __le16 *fctrl = &pwlanhdr->frame_ctl; in rtw_make_wlanhdr() local
804 SetFrameSubType(fctrl, pattrib->subtype); in rtw_make_wlanhdr()
810 SetToDs(fctrl); in rtw_make_wlanhdr()
819 SetFrDs(fctrl); in rtw_make_wlanhdr()
841 SetMData(fctrl); in rtw_make_wlanhdr()
844 SetPrivacy(fctrl); in rtw_make_wlanhdr()
/drivers/mtd/devices/
Ddocg3.c390 int fctrl; in doc_set_extra_page_mode() local
397 fctrl = doc_register_readb(docg3, DOC_FLASHCONTROL); in doc_set_extra_page_mode()
398 if (fctrl & (DOC_CTRL_PROTECTION_ERROR | DOC_CTRL_SEQUENCE_ERROR)) in doc_set_extra_page_mode()
1659 u8 fctrl; in dbg_flashctrl_show() local
1662 fctrl = doc_register_readb(docg3, DOC_FLASHCONTROL); in dbg_flashctrl_show()
1667 fctrl, in dbg_flashctrl_show()
1668 fctrl & DOC_CTRL_VIOLATION ? "protocol violation" : "-", in dbg_flashctrl_show()
1669 fctrl & DOC_CTRL_CE ? "active" : "inactive", in dbg_flashctrl_show()
1670 fctrl & DOC_CTRL_PROTECTION_ERROR ? "protection error" : "-", in dbg_flashctrl_show()
1671 fctrl & DOC_CTRL_SEQUENCE_ERROR ? "sequence error" : "-", in dbg_flashctrl_show()
[all …]
/drivers/staging/rtl8712/
Drtl871x_xmit.c485 __le16 *fctrl = &pwlanhdr->frame_ctl; in make_wlanhdr() local
488 SetFrameSubType(fctrl, pattrib->subtype); in make_wlanhdr()
492 SetToDs(fctrl); in make_wlanhdr()
499 SetFrDs(fctrl); in make_wlanhdr()
520 SetPrivacy(fctrl); in make_wlanhdr()
/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c3914 u32 fctrl, vmolr = IXGBE_VMOLR_BAM | IXGBE_VMOLR_AUPE; in ixgbe_set_rx_mode() local
3919 fctrl = IXGBE_READ_REG(hw, IXGBE_FCTRL); in ixgbe_set_rx_mode()
3923 fctrl &= ~IXGBE_FCTRL_SBP; /* disable store-bad-packets */ in ixgbe_set_rx_mode()
3924 fctrl |= IXGBE_FCTRL_BAM; in ixgbe_set_rx_mode()
3925 fctrl |= IXGBE_FCTRL_DPF; /* discard pause frames when FC enabled */ in ixgbe_set_rx_mode()
3926 fctrl |= IXGBE_FCTRL_PMCF; in ixgbe_set_rx_mode()
3929 fctrl &= ~(IXGBE_FCTRL_UPE | IXGBE_FCTRL_MPE); in ixgbe_set_rx_mode()
3933 fctrl |= (IXGBE_FCTRL_UPE | IXGBE_FCTRL_MPE); in ixgbe_set_rx_mode()
3944 fctrl |= IXGBE_FCTRL_MPE; in ixgbe_set_rx_mode()
3958 fctrl |= IXGBE_FCTRL_UPE; in ixgbe_set_rx_mode()
[all …]