Home
last modified time | relevance | path

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

/drivers/iommu/riscv/
A Diommu-platform.c66 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 Diommu-pci.c65 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 Diommu.h48 u32 fctl; member
A Diommu.c1568 !!(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 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.c255 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 Ddevice_status.c230 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 Dccwreq.c180 if (scsw->fctl & (SCSW_FCTL_HALT_FUNC | SCSW_FCTL_CLEAR_FUNC)) in ccwreq_status()
A Deadm_sch.c139 if (scsw->fctl & SCSW_FCTL_CLEAR_FUNC) in eadm_subchannel_irq()
A Ddevice_fsm.c461 scsw->fctl = SCSW_FCTL_START_FUNC; in create_fake_irb()
468 scsw->fctl = SCSW_FCTL_START_FUNC; in create_fake_irb()
A Dchsc_sch.c232 sch->schib.scsw.cmd.fctl |= SCSW_FCTL_START_FUNC; in chsc_async()
/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()
/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()
/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()
/drivers/media/platform/st/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
A Dbdisp-debug.c363 bdisp_dbg_dump_fctl(s, node->fctl); in last_nodes_show()
/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()
/drivers/s390/char/
A Dtape_core.c1092 (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 Dbfi_ms.h288 u8 fctl; /* bfa_trunk_link_fctl_t */ member
A Dbfa_defs_svc.h1129 enum bfa_trunk_link_fctl fctl; member
A Dbfa_svc.c3400 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 Dlpfc_sli.c3320 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 Dqla_isr.c84 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 Dqeth_core_main.c1250 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()

Completed in 110 milliseconds