Home
last modified time | relevance | path

Searched refs:fctl (Results 1 – 25 of 36) sorted by relevance

12

/linux/arch/s390/include/asm/
A Dscsw.h53 __u32 fctl : 3; member
93 u32 fctl:3; member
125 u32 fctl:3; member
315 return scsw->tm.fctl; in scsw_fctl()
317 return scsw->cmd.fctl; in scsw_fctl()
389 return (scsw->cmd.fctl & SCSW_FCTL_START_FUNC); in scsw_cmd_is_valid_key()
401 return (scsw->cmd.fctl & SCSW_FCTL_START_FUNC); in scsw_cmd_is_valid_sctl()
438 return (scsw->cmd.fctl & SCSW_FCTL_START_FUNC); in scsw_cmd_is_valid_fmt()
525 return (scsw->cmd.fctl != 0) && in scsw_cmd_is_valid_pno()
605 return (scsw->tm.fctl & SCSW_FCTL_START_FUNC); in scsw_tm_is_valid_key()
[all …]
/linux/drivers/s390/cio/
A Dvfio_ccw_trace.h107 TP_PROTO(int fctl, struct subchannel_id schid, int errno, char *errstr),
108 TP_ARGS(fctl, schid, errno, errstr),
114 __field(int, fctl)
123 __entry->fctl = fctl;
132 __entry->fctl,
A Dvfio_ccw_fsm.c252 if (scsw->cmd.fctl & SCSW_FCTL_START_FUNC) { in fsm_io_request()
302 } else if (scsw->cmd.fctl & SCSW_FCTL_HALT_FUNC) { in fsm_io_request()
310 } else if (scsw->cmd.fctl & SCSW_FCTL_CLEAR_FUNC) { in fsm_io_request()
322 trace_vfio_ccw_fsm_io_request(scsw->cmd.fctl, schid, in fsm_io_request()
A Ddevice_status.c229 if (irb->scsw.cmd.fctl & SCSW_FCTL_CLEAR_FUNC) in ccw_device_accumulate_irb()
233 if (irb->scsw.cmd.fctl & SCSW_FCTL_START_FUNC) { in ccw_device_accumulate_irb()
256 cdev_irb->scsw.cmd.fctl |= irb->scsw.cmd.fctl; in ccw_device_accumulate_irb()
A Dccwreq.c180 if (scsw->fctl & (SCSW_FCTL_HALT_FUNC | SCSW_FCTL_CLEAR_FUNC)) in ccwreq_status()
A Deadm_sch.c143 if (scsw->fctl & SCSW_FCTL_CLEAR_FUNC) in eadm_subchannel_irq()
/linux/drivers/staging/wlan-ng/
A Dp80211hdr.h186 static inline u16 p80211_headerlen(u16 fctl) in p80211_headerlen() argument
190 switch (WLAN_GET_FC_FTYPE(fctl)) { in p80211_headerlen()
196 if (WLAN_GET_FC_TODS(fctl) && WLAN_GET_FC_FROMDS(fctl)) in p80211_headerlen()
200 hdrlen = wlan_ctl_framelen(WLAN_GET_FC_FSTYPE(fctl)) - in p80211_headerlen()
/linux/drivers/net/wireless/broadcom/b43legacy/
A Dxmit.c426 __le16 fctl; in b43legacy_rx() local
464 fctl = wlhdr->frame_control; in b43legacy_rx()
483 B43legacy_WARN_ON(!ieee80211_has_protected(fctl)); in b43legacy_rx()
484 fctl &= ~cpu_to_le16(IEEE80211_FCTL_PROTECTED); in b43legacy_rx()
485 wlhdr->frame_control = fctl; in b43legacy_rx()
487 wlhdr_len = ieee80211_hdrlen(fctl); in b43legacy_rx()
538 if (ieee80211_is_beacon(fctl) || dev->wl->radiotap_enabled) { in b43legacy_rx()
/linux/arch/arm/boot/dts/
A Ds3c2416-pinctrl.dtsi88 uart0_fctl: uart0-fctl {
98 uart1_fctl: uart1-fctl {
108 uart2_fctl: uart2-fctl {
A Dexynos5410-pinctrl.dtsi287 uart0_fctl: uart0-fctl {
301 uart1_fctl: uart1-fctl {
322 uart2_fctl: uart2-fctl {
A Dexynos5420-pinctrl.dtsi510 uart0_fctl: uart0-fctl {
524 uart1_fctl: uart1-fctl {
545 uart2_fctl: uart2-fctl {
A Dexynos5250-pinctrl.dtsi207 uart0_fctl: uart0-fctl {
241 uart2_fctl: uart2-fctl {
582 uart1_fctl: uart1-fctl {
A Dexynos5260-pinctrl.dtsi206 uart0_fctl: uart0-fctl {
220 uart1_fctl: uart1-fctl {
A Dexynos4210-pinctrl.dtsi152 uart0_fctl: uart0-fctl {
166 uart1_fctl: uart1-fctl {
187 uart2_fctl: uart2-fctl {
A Ds5pv210-pinctrl.dtsi288 uart0_fctl: uart0-fctl {
302 uart1_fctl: uart1-fctl {
316 uart2_fctl: uart2-fctl {
A Dexynos4412-pinctrl.dtsi133 uart0_fctl: uart0-fctl {
147 uart1_fctl: uart1-fctl {
168 uart2_fctl: uart2-fctl {
A Dexynos3250-pinctrl.dtsi118 uart0_fctl: uart0-fctl {
132 uart1_fctl: uart1-fctl {
A Ds3c64xx-pinctrl.dtsi140 uart0_fctl: uart0-fctl {
152 uart1_fctl: uart1-fctl {
/linux/drivers/net/wireless/broadcom/b43/
A Dxmit.c248 __le16 fctl = wlhdr->frame_control; in b43_generate_txhdr() local
319 wlhdr_len = ieee80211_hdrlen(fctl); in b43_generate_txhdr()
638 __le16 fctl; in b43_rx() local
693 fctl = wlhdr->frame_control; in b43_rx()
708 wlhdr_len = ieee80211_hdrlen(fctl); in b43_rx()
765 if (ieee80211_is_beacon(fctl) || dev->wl->radiotap_enabled) { in b43_rx()
/linux/drivers/net/wireless/st/cw1200/
A Dwsm.c868 __le16 fctl; in wsm_receive_indication() local
892 fctl = *(__le16 *)buf->data; in wsm_receive_indication()
895 if (!rx.status && ieee80211_is_deauth(fctl)) { in wsm_receive_indication()
1462 __le16 fctl = frame->frame_control; in wsm_handle_tx_data() local
1513 if (ieee80211_is_nullfunc(fctl)) { in wsm_handle_tx_data()
1520 } else if (ieee80211_is_probe_req(fctl)) { in wsm_handle_tx_data()
1522 } else if (ieee80211_is_deauth(fctl) && in wsm_handle_tx_data()
1529 } else if (ieee80211_has_protected(fctl) && in wsm_handle_tx_data()
1553 pr_debug("[WSM] Drop frame (0x%.4X).\n", fctl); in wsm_handle_tx_data()
/linux/drivers/media/platform/sti/bdisp/
A Dbdisp-hw.c930 node->fctl = BLT_FCTL_HV_SCALE; in bdisp_hw_build_node()
932 node->fctl |= BLT_FCTL_Y_HV_SCALE; in bdisp_hw_build_node()
934 node->fctl = BLT_FCTL_HV_SAMPLE; in bdisp_hw_build_node()
936 node->fctl |= BLT_FCTL_Y_HV_SAMPLE; in bdisp_hw_build_node()
A Dbdisp-reg.h43 u32 fctl; member
/linux/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_fcoe.c395 u32 fctl; in ixgbe_fcoe_ddp() local
410 fctl = ntoh24(fh->fh_f_ctl); in ixgbe_fcoe_ddp()
411 if (fctl & FC_FC_EX_CTX) in ixgbe_fcoe_ddp()
469 (fctl & FC_FC_END_SEQ)) { in ixgbe_fcoe_ddp()
/linux/arch/arm64/boot/dts/exynos/
A Dexynos7-pinctrl.dtsi215 uart0_fctl: uart0-fctl {
243 uart1_fctl: uart1-fctl {
/linux/drivers/s390/char/
A Dtape_core.c1091 (irb->scsw.cmd.fctl & SCSW_FCTL_START_FUNC) && in __tape_do_irq()
1094 device->cdev_id, irb->scsw.cmd.cc, irb->scsw.cmd.fctl); in __tape_do_irq()

Completed in 68 milliseconds

12