| /drivers/iommu/riscv/ |
| A D | iommu-platform.c | 66 iommu->fctl = riscv_iommu_readl(iommu, RISCV_IOMMU_REG_FCTL); in riscv_iommu_platform_probe() 98 if (iommu->fctl & RISCV_IOMMU_FCTL_WSI) { in riscv_iommu_platform_probe() 99 iommu->fctl ^= RISCV_IOMMU_FCTL_WSI; in riscv_iommu_platform_probe() 100 riscv_iommu_writel(iommu, RISCV_IOMMU_REG_FCTL, iommu->fctl); in riscv_iommu_platform_probe() 119 if (!(iommu->fctl & RISCV_IOMMU_FCTL_WSI)) { in riscv_iommu_platform_probe() 120 iommu->fctl |= RISCV_IOMMU_FCTL_WSI; in riscv_iommu_platform_probe() 121 riscv_iommu_writel(iommu, RISCV_IOMMU_REG_FCTL, iommu->fctl); in riscv_iommu_platform_probe() 135 bool msi = !(iommu->fctl & RISCV_IOMMU_FCTL_WSI); in riscv_iommu_platform_remove()
|
| A D | iommu-pci.c | 65 iommu->fctl = riscv_iommu_readl(iommu, RISCV_IOMMU_REG_FCTL); in riscv_iommu_pci_probe() 89 if (iommu->fctl & RISCV_IOMMU_FCTL_WSI) { in riscv_iommu_pci_probe() 90 iommu->fctl ^= RISCV_IOMMU_FCTL_WSI; in riscv_iommu_pci_probe() 91 riscv_iommu_writel(iommu, RISCV_IOMMU_REG_FCTL, iommu->fctl); in riscv_iommu_pci_probe()
|
| A D | iommu.h | 48 u32 fctl; member
|
| A D | iommu.c | 1568 !!(iommu->fctl & RISCV_IOMMU_FCTL_BE)) { in riscv_iommu_init_check() 1572 iommu->fctl ^ RISCV_IOMMU_FCTL_BE); in riscv_iommu_init_check() 1573 iommu->fctl = riscv_iommu_readl(iommu, RISCV_IOMMU_REG_FCTL); in riscv_iommu_init_check() 1575 !!(iommu->fctl & RISCV_IOMMU_FCTL_BE)) in riscv_iommu_init_check()
|
| /drivers/s390/cio/ |
| A D | vfio_ccw_trace.h | 107 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 D | vfio_ccw_fsm.c | 255 if (scsw->cmd.fctl & SCSW_FCTL_START_FUNC) { in fsm_io_request() 304 } else if (scsw->cmd.fctl & SCSW_FCTL_HALT_FUNC) { in fsm_io_request() 312 } else if (scsw->cmd.fctl & SCSW_FCTL_CLEAR_FUNC) { in fsm_io_request() 324 trace_vfio_ccw_fsm_io_request(scsw->cmd.fctl, schid, in fsm_io_request()
|
| A D | device_status.c | 230 if (irb->scsw.cmd.fctl & SCSW_FCTL_CLEAR_FUNC) in ccw_device_accumulate_irb() 234 if (irb->scsw.cmd.fctl & SCSW_FCTL_START_FUNC) { in ccw_device_accumulate_irb() 257 cdev_irb->scsw.cmd.fctl |= irb->scsw.cmd.fctl; in ccw_device_accumulate_irb()
|
| A D | ccwreq.c | 180 if (scsw->fctl & (SCSW_FCTL_HALT_FUNC | SCSW_FCTL_CLEAR_FUNC)) in ccwreq_status()
|
| A D | eadm_sch.c | 139 if (scsw->fctl & SCSW_FCTL_CLEAR_FUNC) in eadm_subchannel_irq()
|
| A D | device_fsm.c | 461 scsw->fctl = SCSW_FCTL_START_FUNC; in create_fake_irb() 468 scsw->fctl = SCSW_FCTL_START_FUNC; in create_fake_irb()
|
| A D | chsc_sch.c | 232 sch->schib.scsw.cmd.fctl |= SCSW_FCTL_START_FUNC; in chsc_async()
|
| /drivers/net/wireless/broadcom/b43legacy/ |
| A D | xmit.c | 426 __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()
|
| /drivers/net/wireless/broadcom/b43/ |
| A D | xmit.c | 248 __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()
|
| /drivers/net/wireless/st/cw1200/ |
| A D | wsm.c | 868 __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()
|
| /drivers/media/platform/st/sti/bdisp/ |
| A D | bdisp-hw.c | 930 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 D | bdisp-reg.h | 43 u32 fctl; member
|
| A D | bdisp-debug.c | 363 bdisp_dbg_dump_fctl(s, node->fctl); in last_nodes_show()
|
| /drivers/net/ethernet/intel/ixgbe/ |
| A D | ixgbe_fcoe.c | 395 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()
|
| /drivers/s390/char/ |
| A D | tape_core.c | 1092 (irb->scsw.cmd.fctl & SCSW_FCTL_START_FUNC) && in __tape_do_irq() 1095 device->cdev_id, irb->scsw.cmd.cc, irb->scsw.cmd.fctl); in __tape_do_irq()
|
| /drivers/scsi/bfa/ |
| A D | bfi_ms.h | 288 u8 fctl; /* bfa_trunk_link_fctl_t */ member
|
| A D | bfa_defs_svc.h | 1129 enum bfa_trunk_link_fctl fctl; member
|
| A D | bfa_svc.c | 3400 lattr->fctl = tlink->fctl; in bfa_trunk_scn() 3412 bfa_trc(fcport->bfa, lattr->fctl); in bfa_trunk_scn() 3462 fcport->trunk.attr.link_attr[i].fctl = in bfa_trunk_iocdisable()
|
| /drivers/scsi/lpfc/ |
| A D | lpfc_sli.c | 3320 if (axchg && (fctl & FC_FC_FIRST_SEQ && !(fctl & FC_FC_EX_CTX))) in lpfc_nvme_unsol_ls_handler() 15156 uint32_t fctl, idx; in lpfc_sli4_nvmet_handle_rcqe() local 15203 if (((fctl & in lpfc_sli4_nvmet_handle_rcqe() 18963 uint32_t sid, fctl; in lpfc_sli4_seq_abort_rsp() local 19009 if (fctl & FC_FC_EX_CTX) in lpfc_sli4_seq_abort_rsp() 19048 if (fctl & FC_FC_EX_CTX) { in lpfc_sli4_seq_abort_rsp() 19121 uint32_t fctl; in lpfc_sli4_handle_unsol_abort() local 19128 if (fctl & FC_FC_EX_CTX) { in lpfc_sli4_handle_unsol_abort() 19166 uint32_t fctl; in lpfc_seq_complete() local 19177 if (fctl & FC_FC_END_SEQ) in lpfc_seq_complete() [all …]
|
| /drivers/scsi/qla2xxx/ |
| A D | qla_isr.c | 84 uint32_t fctl; in qla24xx_process_abts() local 151 fctl = ~(abts->f_ctl[2] | 0x7F) << 16 | in qla24xx_process_abts() 153 abts_rsp->f_ctl[0] = fctl >> 0 & 0xff; in qla24xx_process_abts() 154 abts_rsp->f_ctl[1] = fctl >> 8 & 0xff; in qla24xx_process_abts() 155 abts_rsp->f_ctl[2] = fctl >> 16 & 0xff; in qla24xx_process_abts()
|
| /drivers/s390/net/ |
| A D | qeth_core_main.c | 1250 if (irb->scsw.cmd.fctl & SCSW_FCTL_CLEAR_FUNC) { in qeth_irq() 1255 if (irb->scsw.cmd.fctl & SCSW_FCTL_HALT_FUNC) { in qeth_irq() 1260 if (iob && (irb->scsw.cmd.fctl & (SCSW_FCTL_CLEAR_FUNC | in qeth_irq()
|