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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtlan.c207 int chip_idx; variable
387 if (tlan_pci_tbl[chip_idx].flags & TLAN_ADAPTER_BIT_RATE_PHY) {
404 if (tlan_pci_tbl[chip_idx].flags & TLAN_ADAPTER_UNMANAGED_PHY) {
441 if ((tlan_pci_tbl[chip_idx].flags & TLAN_ADAPTER_UNMANAGED_PHY)
865 chip_idx = -1;
870 chip_idx = i;
884 (u8) tlan_pci_tbl[chip_idx].
1438 if (tlan_pci_tbl[chip_idx].flags & TLAN_ADAPTER_UNMANAGED_PHY) {
1488 (!(tlan_pci_tbl[chip_idx].
1693 && (tlan_pci_tbl[chip_idx]
[all...]
H A Dtulip.c1215 int chip_idx; local
1259 chip_idx = -1;
1264 chip_idx = pci_id_tbl[i].drv_flags;
1270 if (chip_idx == -1) {
1277 tp->flags = tulip_tbl[chip_idx].flags;
1283 printf ("%s: chip_idx == %d, name == %s\n", tp->nic_name, chip_idx,
1284 tulip_tbl[chip_idx].chip_name);
1302 tulip_tbl[chip_idx].chip_name, chip_rev, ioaddr);
1305 if (chip_idx
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_hw_attn.c209 u8_t chip_idx = 0; local
415 chip_idx = 0; // E1.0
419 chip_idx = 1; // E1.5
423 chip_idx = 2; // E2
431 DbgBreakIf( chip_idx >= ARRSIZE( init_mask_values_arr[0].mask_value ) );
435 mask_value = init_mask_values_arr[mask_idx].mask_value[chip_idx] ;

Completed in 71 milliseconds