Searched refs:nbus (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/can/softing/ |
H A D | softing_cs.c | 32 .nbus = 2, 44 .nbus = 2, 56 .nbus = 2, 68 .nbus = 2, 80 .nbus = 2, 92 .nbus = 2, 104 .nbus = 2, 116 .nbus = 2, 128 .nbus = 2,
|
H A D | softing_platform.h | 22 int nbus; /* # buses on device */ member
|
H A D | softing_main.c | 337 netdev = card->net[(j + offset + 1) % card->pdat->nbus]; in softing_irq_thread() 766 if (pdat->nbus > ARRAY_SIZE(card->net)) { in softing_pdev_probe() 767 dev_warn(&pdev->dev, "%u nets??\n", pdat->nbus); in softing_pdev_probe()
|
/kernel/linux/linux-6.6/drivers/net/can/softing/ |
H A D | softing_cs.c | 32 .nbus = 2, 44 .nbus = 2, 56 .nbus = 2, 68 .nbus = 2, 80 .nbus = 2, 92 .nbus = 2, 104 .nbus = 2, 116 .nbus = 2, 128 .nbus = 2,
|
H A D | softing_platform.h | 22 int nbus; /* # buses on device */ member
|
H A D | softing_main.c | 336 netdev = card->net[(j + offset + 1) % card->pdat->nbus]; in softing_irq_thread() 766 if (pdat->nbus > ARRAY_SIZE(card->net)) { in softing_pdev_probe() 767 dev_warn(&pdev->dev, "%u nets??\n", pdat->nbus); in softing_pdev_probe()
|
/kernel/linux/linux-5.10/drivers/bus/ |
H A D | ts-nbus.c | 24 #include <linux/ts-nbus.h> 324 * let the child nodes retrieve this instance of the ts-nbus. in ts_nbus_probe() 350 { .compatible = "technologic,ts-nbus", },
|
/kernel/linux/linux-6.6/drivers/bus/ |
H A D | ts-nbus.c | 21 #include <linux/ts-nbus.h> 321 * let the child nodes retrieve this instance of the ts-nbus. in ts_nbus_probe() 347 { .compatible = "technologic,ts-nbus", },
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | ips.h | 1010 uint8_t nbus; /* Number of buses */ member
|
H A D | ips.c | 1002 for (i = 1; i < ha->nbus; i++) in __ips_eh_reset() 2447 ha->nbus = (ha->enq->ucMaxPhysicalDevices / IPS_MAX_TARGETS) + 1; in ips_hainit() 2504 for (i = 1; i < ha->nbus; i++) { in ips_hainit() 6682 sh->max_channel = ha->nbus - 1; in ips_register_scsi()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | ips.h | 1010 uint8_t nbus; /* Number of buses */ member
|
H A D | ips.c | 1002 for (i = 1; i < ha->nbus; i++) in __ips_eh_reset() 2450 ha->nbus = (ha->enq->ucMaxPhysicalDevices / IPS_MAX_TARGETS) + 1; in ips_hainit() 2507 for (i = 1; i < ha->nbus; i++) { in ips_hainit() 6685 sh->max_channel = ha->nbus - 1; in ips_register_scsi()
|
Completed in 26 milliseconds