/kernel/linux/linux-5.10/drivers/scsi/arm/ |
H A D | arxescsi.c | 284 info->info.ifcfg.clockrate = 24; /* MHz */ in arxescsi_probe() 285 info->info.ifcfg.select_timeout = 255; in arxescsi_probe() 286 info->info.ifcfg.asyncperiod = 200; /* ns */ in arxescsi_probe() 287 info->info.ifcfg.sync_max_depth = 0; in arxescsi_probe() 288 info->info.ifcfg.cntl3 = CNTL3_FASTSCSI | CNTL3_FASTCLK; in arxescsi_probe() 289 info->info.ifcfg.disconnect_ok = 0; in arxescsi_probe() 290 info->info.ifcfg.wide_max_size = 0; in arxescsi_probe() 291 info->info.ifcfg.capabilities = FASCAP_PSEUDODMA; in arxescsi_probe()
|
H A D | powertec.c | 135 if (info->info.ifcfg.capabilities & FASCAP_DMA && in powertecscsi_dma_setup() 334 info->info.ifcfg.clockrate = 40; /* MHz */ in powertecscsi_probe() 335 info->info.ifcfg.select_timeout = 255; in powertecscsi_probe() 336 info->info.ifcfg.asyncperiod = 200; /* ns */ in powertecscsi_probe() 337 info->info.ifcfg.sync_max_depth = 7; in powertecscsi_probe() 338 info->info.ifcfg.cntl3 = CNTL3_BS8 | CNTL3_FASTSCSI | CNTL3_FASTCLK; in powertecscsi_probe() 339 info->info.ifcfg.disconnect_ok = 1; in powertecscsi_probe() 340 info->info.ifcfg.wide_max_size = 0; in powertecscsi_probe() 341 info->info.ifcfg.capabilities = 0; in powertecscsi_probe() 372 info->info.ifcfg in powertecscsi_probe() [all...] |
H A D | eesox.c | 527 info->info.ifcfg.clockrate = 40; /* MHz */ in eesoxscsi_probe() 528 info->info.ifcfg.select_timeout = 255; in eesoxscsi_probe() 529 info->info.ifcfg.asyncperiod = 200; /* ns */ in eesoxscsi_probe() 530 info->info.ifcfg.sync_max_depth = 7; in eesoxscsi_probe() 531 info->info.ifcfg.cntl3 = CNTL3_FASTSCSI | CNTL3_FASTCLK; in eesoxscsi_probe() 532 info->info.ifcfg.disconnect_ok = 1; in eesoxscsi_probe() 533 info->info.ifcfg.wide_max_size = 0; in eesoxscsi_probe() 534 info->info.ifcfg.capabilities = FASCAP_PSEUDODMA; in eesoxscsi_probe() 564 info->info.ifcfg.capabilities |= FASCAP_DMA; in eesoxscsi_probe() 565 info->info.ifcfg in eesoxscsi_probe() [all...] |
H A D | cumana_2.c | 410 info->info.ifcfg.clockrate = 40; /* MHz */ in cumanascsi2_probe() 411 info->info.ifcfg.select_timeout = 255; in cumanascsi2_probe() 412 info->info.ifcfg.asyncperiod = 200; /* ns */ in cumanascsi2_probe() 413 info->info.ifcfg.sync_max_depth = 7; in cumanascsi2_probe() 414 info->info.ifcfg.cntl3 = CNTL3_BS8 | CNTL3_FASTSCSI | CNTL3_FASTCLK; in cumanascsi2_probe() 415 info->info.ifcfg.disconnect_ok = 1; in cumanascsi2_probe() 416 info->info.ifcfg.wide_max_size = 0; in cumanascsi2_probe() 417 info->info.ifcfg.capabilities = FASCAP_PSEUDODMA; in cumanascsi2_probe() 446 info->info.ifcfg.capabilities |= FASCAP_DMA; in cumanascsi2_probe()
|
H A D | fas216.c | 210 printk(" ifcfg={ clockrate=%X select_timeout=%X asyncperiod=%X sync_max_depth=%X }\n", in fas216_dumpinfo() 211 info->ifcfg.clockrate, info->ifcfg.select_timeout, in fas216_dumpinfo() 212 info->ifcfg.asyncperiod, info->ifcfg.sync_max_depth); in fas216_dumpinfo() 446 int value = (info->ifcfg.clockrate * ns) / 1000; in fas216_syncperiod() 555 if (msg[4] > info->ifcfg.sync_max_depth) in fas216_handlesync() 556 msg[4] = info->ifcfg.sync_max_depth; in fas216_handlesync() 557 if (msg[3] < 1000 / info->ifcfg.clockrate) in fas216_handlesync() 558 msg[3] = 1000 / info->ifcfg in fas216_handlesync() [all...] |
H A D | fas216.h | 277 } ifcfg; member
|
/kernel/linux/linux-6.6/drivers/scsi/arm/ |
H A D | arxescsi.c | 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()
|
H A D | eesox.c | 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 in eesoxscsi_probe() [all...] |
H A D | powertec.c | 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 in powertecscsi_probe() [all...] |
H A D | cumana_2.c | 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()
|
H A D | fas216.c | 213 printk(" ifcfg={ clockrate=%X select_timeout=%X asyncperiod=%X sync_max_depth=%X }\n", in fas216_dumpinfo() 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 in fas216_handlesync() [all...] |
H A D | fas216.h | 277 } ifcfg; member
|
/kernel/linux/linux-5.10/tools/hv/ |
H A D | hv_kvp_daemon.c | 1194 * file: ifcfg-ethx (where ethx is the interface name). in kvp_set_ip_info() 1231 "/ifcfg-", if_name); in kvp_set_ip_info()
|
/kernel/linux/linux-6.6/tools/hv/ |
H A D | hv_kvp_daemon.c | 1261 * file: ifcfg-ethx (where ethx is the interface name). in kvp_set_ip_info() 1267 * Here is the ifcfg format of the ip configuration file: in kvp_set_ip_info() 1324 * We are populating both ifcfg and nmconnection files in kvp_set_ip_info() 1327 "/ifcfg-", if_name); in kvp_set_ip_info() 1393 * First populate the ifcfg file format in kvp_set_ip_info()
|
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | sata_mv.c | 3551 u32 ifcfg = readl(port_mmio + SATA_IFCFG); in mv_setup_ifcfg() local 3553 ifcfg = (ifcfg & 0xf7f) | 0x9b1000; /* from chip spec */ in mv_setup_ifcfg() 3555 ifcfg |= (1 << 7); /* enable gen2i speed */ in mv_setup_ifcfg() 3556 writelfl(ifcfg, port_mmio + SATA_IFCFG); in mv_setup_ifcfg()
|
/kernel/linux/linux-6.6/drivers/ata/ |
H A D | sata_mv.c | 3550 u32 ifcfg = readl(port_mmio + SATA_IFCFG); in mv_setup_ifcfg() local 3552 ifcfg = (ifcfg & 0xf7f) | 0x9b1000; /* from chip spec */ in mv_setup_ifcfg() 3554 ifcfg |= (1 << 7); /* enable gen2i speed */ in mv_setup_ifcfg() 3555 writelfl(ifcfg, port_mmio + SATA_IFCFG); in mv_setup_ifcfg()
|