Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8188eu/hal/
Drtl8188e_cmd.c249 __le16 *fctrl; in ConstructBeacon() local
258 fctrl = &(pwlanhdr->frame_ctl); in ConstructBeacon()
259 *(fctrl) = 0; in ConstructBeacon()
336 __le16 *fctrl; in ConstructPSPoll() local
342 fctrl = &(pwlanhdr->frame_ctl); in ConstructPSPoll()
343 *(fctrl) = 0; in ConstructPSPoll()
344 SetPwrMgt(fctrl); in ConstructPSPoll()
368 __le16 *fctrl; in ConstructNullFunctionData() local
378 fctrl = &pwlanhdr->frame_ctl; in ConstructNullFunctionData()
379 *(fctrl) = 0; in ConstructNullFunctionData()
[all …]
/linux-4.1.27/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-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c1979 __le16 *fctrl; in issue_beacon() local
2008 fctrl = &(pwlanhdr->frame_ctl); in issue_beacon()
2009 *(fctrl) = 0; in issue_beacon()
2120 __le16 *fctrl; in issue_probersp() local
2151 fctrl = &(pwlanhdr->frame_ctl); in issue_probersp()
2152 *(fctrl) = 0; in issue_probersp()
2159 SetFrameSubType(fctrl, WIFI_PROBERSP); in issue_probersp()
2270 __le16 *fctrl; in _issue_probereq() local
2297 fctrl = &(pwlanhdr->frame_ctl); in _issue_probereq()
2298 *(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()
/linux-4.1.27/drivers/mtd/devices/
Ddocg3.c391 int fctrl; in doc_set_extra_page_mode() local
398 fctrl = doc_register_readb(docg3, DOC_FLASHCONTROL); in doc_set_extra_page_mode()
399 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()
1666 fctrl, in dbg_flashctrl_show()
1667 fctrl & DOC_CTRL_VIOLATION ? "protocol violation" : "-", in dbg_flashctrl_show()
1668 fctrl & DOC_CTRL_CE ? "active" : "inactive", in dbg_flashctrl_show()
1669 fctrl & DOC_CTRL_PROTECTION_ERROR ? "protection error" : "-", in dbg_flashctrl_show()
1670 fctrl & DOC_CTRL_SEQUENCE_ERROR ? "sequence error" : "-", in dbg_flashctrl_show()
[all …]
/linux-4.1.27/arch/m68k/ifpsp060/
DMISC86 fctrl.s : 2.6
118 fctrl.s : 2.6
/linux-4.1.27/drivers/staging/rtl8712/
Drtl871x_xmit.c481 u16 *fctrl = &pwlanhdr->frame_ctl; in make_wlanhdr() local
484 SetFrameSubType(fctrl, pattrib->subtype); in make_wlanhdr()
488 SetToDs(fctrl); in make_wlanhdr()
495 SetFrDs(fctrl); in make_wlanhdr()
516 SetPrivacy(fctrl); in make_wlanhdr()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c4104 u32 fctrl, vmolr = IXGBE_VMOLR_BAM | IXGBE_VMOLR_AUPE; in ixgbe_set_rx_mode() local
4109 fctrl = IXGBE_READ_REG(hw, IXGBE_FCTRL); in ixgbe_set_rx_mode()
4113 fctrl &= ~IXGBE_FCTRL_SBP; /* disable store-bad-packets */ in ixgbe_set_rx_mode()
4114 fctrl |= IXGBE_FCTRL_BAM; in ixgbe_set_rx_mode()
4115 fctrl |= IXGBE_FCTRL_DPF; /* discard pause frames when FC enabled */ in ixgbe_set_rx_mode()
4116 fctrl |= IXGBE_FCTRL_PMCF; in ixgbe_set_rx_mode()
4119 fctrl &= ~(IXGBE_FCTRL_UPE | IXGBE_FCTRL_MPE); in ixgbe_set_rx_mode()
4123 fctrl |= (IXGBE_FCTRL_UPE | IXGBE_FCTRL_MPE); in ixgbe_set_rx_mode()
4134 fctrl |= IXGBE_FCTRL_MPE; in ixgbe_set_rx_mode()
4148 fctrl |= IXGBE_FCTRL_UPE; in ixgbe_set_rx_mode()
[all …]