Searched refs:ectl (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_pcie.c570 u16 pcaps, pctl, ecaps, ectl; local
590 pci_read_config_word(dd->pcidev, epos + PCI_EXP_DEVCTL, &ectl);
601 ep_cur = fld2val(ectl, PCI_EXP_DEVCTL_PAYLOAD);
616 ectl = (ectl & ~PCI_EXP_DEVCTL_PAYLOAD) |
618 pci_write_config_word(dd->pcidev, epos + PCI_EXP_DEVCTL, ectl);
630 ep_cur = fld2val(ectl, PCI_EXP_DEVCTL_READRQ);
640 ectl = (ectl & ~PCI_EXP_DEVCTL_READRQ) |
642 pci_write_config_word(dd->pcidev, epos + PCI_EXP_DEVCTL, ectl);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/cio/
H A Ddevice_status.c83 cdev->private->irb.scsw.cmd.ectl = 0;
86 cdev->private->irb.scsw.cmd.ectl = irb->scsw.cmd.ectl;
88 if (!cdev->private->irb.scsw.cmd.ectl)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dscsw.h27 * @ectl: extended control
49 __u32 ectl : 1; member in struct:cmd_scsw
69 * @ectl: extended control
89 u32 ectl:1; member in struct:tm_scsw
239 * scsw_ectl - return scsw ectl field
242 * Return the value of the ectl field of the specified scsw, regardless of
248 return scsw->tm.ectl;
250 return scsw->cmd.ectl;
466 * scsw_cmd_is_valid_ectl - check ectl field validity
469 * Return non-zero if the ectl fiel
[all...]

Completed in 94 milliseconds