Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8188eu/hal/
Drtl8188e_cmd.c228 __le16 *fctrl; in ConstructBeacon() local
237 fctrl = &(pwlanhdr->frame_ctl); in ConstructBeacon()
238 *(fctrl) = 0; in ConstructBeacon()
315 __le16 *fctrl; in ConstructPSPoll() local
321 fctrl = &(pwlanhdr->frame_ctl); in ConstructPSPoll()
322 *(fctrl) = 0; in ConstructPSPoll()
323 SetPwrMgt(fctrl); in ConstructPSPoll()
347 __le16 *fctrl; in ConstructNullFunctionData() local
357 fctrl = &pwlanhdr->frame_ctl; in ConstructNullFunctionData()
358 *(fctrl) = 0; in ConstructNullFunctionData()
[all …]
/linux-4.4.14/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.4.14/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c328 __le16 *fctrl; in issue_beacon() local
357 fctrl = &(pwlanhdr->frame_ctl); in issue_beacon()
358 *(fctrl) = 0; in issue_beacon()
469 __le16 *fctrl; in issue_probersp() local
500 fctrl = &(pwlanhdr->frame_ctl); in issue_probersp()
501 *(fctrl) = 0; in issue_probersp()
508 SetFrameSubType(fctrl, WIFI_PROBERSP); in issue_probersp()
619 __le16 *fctrl; in _issue_probereq() local
646 fctrl = &(pwlanhdr->frame_ctl); in _issue_probereq()
647 *(fctrl) = 0; in _issue_probereq()
[all …]
Drtw_xmit.c786 __le16 *fctrl = &pwlanhdr->frame_ctl; in rtw_make_wlanhdr() local
805 SetFrameSubType(fctrl, pattrib->subtype); in rtw_make_wlanhdr()
811 SetToDs(fctrl); in rtw_make_wlanhdr()
820 SetFrDs(fctrl); in rtw_make_wlanhdr()
842 SetMData(fctrl); in rtw_make_wlanhdr()
845 SetPrivacy(fctrl); in rtw_make_wlanhdr()
/linux-4.4.14/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()
1669 u8 fctrl; in dbg_flashctrl_show() local
1672 fctrl = doc_register_readb(docg3, DOC_FLASHCONTROL); in dbg_flashctrl_show()
1676 fctrl, in dbg_flashctrl_show()
1677 fctrl & DOC_CTRL_VIOLATION ? "protocol violation" : "-", in dbg_flashctrl_show()
1678 fctrl & DOC_CTRL_CE ? "active" : "inactive", in dbg_flashctrl_show()
1679 fctrl & DOC_CTRL_PROTECTION_ERROR ? "protection error" : "-", in dbg_flashctrl_show()
1680 fctrl & DOC_CTRL_SEQUENCE_ERROR ? "sequence error" : "-", in dbg_flashctrl_show()
[all …]
/linux-4.4.14/arch/m68k/ifpsp060/
DMISC86 fctrl.s : 2.6
118 fctrl.s : 2.6
/linux-4.4.14/drivers/staging/rtl8712/
Drtl871x_xmit.c482 u16 *fctrl = &pwlanhdr->frame_ctl; in make_wlanhdr() local
485 SetFrameSubType(fctrl, pattrib->subtype); in make_wlanhdr()
489 SetToDs(fctrl); in make_wlanhdr()
496 SetFrDs(fctrl); in make_wlanhdr()
518 SetPrivacy(fctrl); in make_wlanhdr()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c4199 u32 fctrl, vmolr = IXGBE_VMOLR_BAM | IXGBE_VMOLR_AUPE; in ixgbe_set_rx_mode() local
4204 fctrl = IXGBE_READ_REG(hw, IXGBE_FCTRL); in ixgbe_set_rx_mode()
4208 fctrl &= ~IXGBE_FCTRL_SBP; /* disable store-bad-packets */ in ixgbe_set_rx_mode()
4209 fctrl |= IXGBE_FCTRL_BAM; in ixgbe_set_rx_mode()
4210 fctrl |= IXGBE_FCTRL_DPF; /* discard pause frames when FC enabled */ in ixgbe_set_rx_mode()
4211 fctrl |= IXGBE_FCTRL_PMCF; in ixgbe_set_rx_mode()
4214 fctrl &= ~(IXGBE_FCTRL_UPE | IXGBE_FCTRL_MPE); in ixgbe_set_rx_mode()
4218 fctrl |= (IXGBE_FCTRL_UPE | IXGBE_FCTRL_MPE); in ixgbe_set_rx_mode()
4229 fctrl |= IXGBE_FCTRL_MPE; in ixgbe_set_rx_mode()
4243 fctrl |= IXGBE_FCTRL_UPE; in ixgbe_set_rx_mode()
[all …]