Searched refs:nbus (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/drivers/net/can/softing/ |
D | softing_cs.c | 44 .nbus = 2, 56 .nbus = 2, 68 .nbus = 2, 80 .nbus = 2, 92 .nbus = 2, 104 .nbus = 2, 116 .nbus = 2, 128 .nbus = 2, 140 .nbus = 2,
|
D | softing_platform.h | 21 int nbus; /* # busses on device */ member
|
D | softing_main.c | 349 netdev = card->net[(j + offset + 1) % card->pdat->nbus]; in softing_irq_thread() 783 if (pdat->nbus > ARRAY_SIZE(card->net)) { in softing_pdev_probe() 784 dev_warn(&pdev->dev, "%u nets??\n", pdat->nbus); in softing_pdev_probe()
|
/linux-2.6.39/drivers/scsi/ |
D | ips.h | 1037 uint8_t nbus; /* Number of buses */ member
|
D | ips.c | 1013 for (i = 1; i < ha->nbus; i++) in __ips_eh_reset() 2536 ha->nbus = (ha->enq->ucMaxPhysicalDevices / IPS_MAX_TARGETS) + 1; in ips_hainit() 2593 for (i = 1; i < ha->nbus; i++) { in ips_hainit() 6814 sh->max_channel = ha->nbus - 1; in ips_register_scsi()
|