Searched refs:ifcfg (Results 1 – 14 of 14) sorted by relevance
289 info->info.ifcfg.clockrate = 24; /* MHz */ in arxescsi_probe()290 info->info.ifcfg.select_timeout = 255; in arxescsi_probe()291 info->info.ifcfg.asyncperiod = 200; /* ns */ in arxescsi_probe()292 info->info.ifcfg.sync_max_depth = 0; in arxescsi_probe()293 info->info.ifcfg.cntl3 = CNTL3_FASTSCSI | CNTL3_FASTCLK; in arxescsi_probe()294 info->info.ifcfg.disconnect_ok = 0; in arxescsi_probe()295 info->info.ifcfg.wide_max_size = 0; in arxescsi_probe()296 info->info.ifcfg.capabilities = FASCAP_PSEUDODMA; in arxescsi_probe()
139 if (info->info.ifcfg.capabilities & FASCAP_DMA && in powertecscsi_dma_setup()338 info->info.ifcfg.clockrate = 40; /* MHz */ in powertecscsi_probe()339 info->info.ifcfg.select_timeout = 255; in powertecscsi_probe()340 info->info.ifcfg.asyncperiod = 200; /* ns */ in powertecscsi_probe()341 info->info.ifcfg.sync_max_depth = 7; in powertecscsi_probe()342 info->info.ifcfg.cntl3 = CNTL3_BS8 | CNTL3_FASTSCSI | CNTL3_FASTCLK; in powertecscsi_probe()343 info->info.ifcfg.disconnect_ok = 1; in powertecscsi_probe()344 info->info.ifcfg.wide_max_size = 0; in powertecscsi_probe()345 info->info.ifcfg.capabilities = 0; in powertecscsi_probe()376 info->info.ifcfg.capabilities |= FASCAP_DMA; in powertecscsi_probe()
415 info->info.ifcfg.clockrate = 40; /* MHz */ in cumanascsi2_probe()416 info->info.ifcfg.select_timeout = 255; in cumanascsi2_probe()417 info->info.ifcfg.asyncperiod = 200; /* ns */ in cumanascsi2_probe()418 info->info.ifcfg.sync_max_depth = 7; in cumanascsi2_probe()419 info->info.ifcfg.cntl3 = CNTL3_BS8 | CNTL3_FASTSCSI | CNTL3_FASTCLK; in cumanascsi2_probe()420 info->info.ifcfg.disconnect_ok = 1; in cumanascsi2_probe()421 info->info.ifcfg.wide_max_size = 0; in cumanascsi2_probe()422 info->info.ifcfg.capabilities = FASCAP_PSEUDODMA; in cumanascsi2_probe()451 info->info.ifcfg.capabilities |= FASCAP_DMA; in cumanascsi2_probe()
532 info->info.ifcfg.clockrate = 40; /* MHz */ in eesoxscsi_probe()533 info->info.ifcfg.select_timeout = 255; in eesoxscsi_probe()534 info->info.ifcfg.asyncperiod = 200; /* ns */ in eesoxscsi_probe()535 info->info.ifcfg.sync_max_depth = 7; in eesoxscsi_probe()536 info->info.ifcfg.cntl3 = CNTL3_FASTSCSI | CNTL3_FASTCLK; in eesoxscsi_probe()537 info->info.ifcfg.disconnect_ok = 1; in eesoxscsi_probe()538 info->info.ifcfg.wide_max_size = 0; in eesoxscsi_probe()539 info->info.ifcfg.capabilities = FASCAP_PSEUDODMA; in eesoxscsi_probe()569 info->info.ifcfg.capabilities |= FASCAP_DMA; in eesoxscsi_probe()570 info->info.ifcfg.cntl3 |= CNTL3_BS8; in eesoxscsi_probe()
214 info->ifcfg.clockrate, info->ifcfg.select_timeout, in fas216_dumpinfo()215 info->ifcfg.asyncperiod, info->ifcfg.sync_max_depth); in fas216_dumpinfo()449 int value = (info->ifcfg.clockrate * ns) / 1000; in fas216_syncperiod()558 if (msg[4] > info->ifcfg.sync_max_depth) in fas216_handlesync()559 msg[4] = info->ifcfg.sync_max_depth; in fas216_handlesync()560 if (msg[3] < 1000 / info->ifcfg.clockrate) in fas216_handlesync()561 msg[3] = 1000 / info->ifcfg.clockrate; in fas216_handlesync()584 if (msg[4] <= info->ifcfg.sync_max_depth && in fas216_handlesync()585 msg[3] >= 1000 / info->ifcfg.clockrate) { in fas216_handlesync()612 dev->period = info->ifcfg.asyncperiod / 4; in fas216_handlesync()[all …]
277 } ifcfg; member
58 7. Run ``netconfig`` or ``netconf`` to create configuration script ifcfg-eth0192 script named ifcfg-ethx that contains network information.
78 - For RHEL: /etc/sysconfig/network-scripts/ifcfg-eth<x>
113 - For RHEL: /etc/sysconfig/network-scripts/ifcfg-eth<x>
274 - For RHEL: /etc/sysconfig/network-scripts/ifcfg-eth<x>
408 to the file /etc/sysconfig/network-scripts/ifcfg-eth<x>. This example
429 /etc/sysconfig/network-scripts/ifcfg-eth<x> // for RHEL
285 the ifcfg-eth# config files in /etc/sysconfig/network-scripts, looking289 ifcfg-eth# files, it will bring up the device with the next available
3519 u32 ifcfg = readl(port_mmio + SATA_IFCFG); in mv_setup_ifcfg() local3521 ifcfg = (ifcfg & 0xf7f) | 0x9b1000; /* from chip spec */ in mv_setup_ifcfg()3523 ifcfg |= (1 << 7); /* enable gen2i speed */ in mv_setup_ifcfg()3524 writelfl(ifcfg, port_mmio + SATA_IFCFG); in mv_setup_ifcfg()