Searched refs:phy_index (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/nes/
H A Dnes_hw.c1300 static int nes_init_1g_phy(struct nes_device *nesdev, u8 phy_type, u8 phy_index) argument
1306 nes_read_1G_phy_reg(nesdev, 1, phy_index, &phy_data);
1307 nes_write_1G_phy_reg(nesdev, 23, phy_index, 0xb000);
1310 nes_write_1G_phy_reg(nesdev, 0, phy_index, 0x8000);
1314 nes_read_1G_phy_reg(nesdev, 0, phy_index, &phy_data);
1324 nes_write_1G_phy_reg(nesdev, 0, phy_index, phy_data);
1325 nes_read_1G_phy_reg(nesdev, 0, phy_index, &phy_data);
1326 nes_read_1G_phy_reg(nesdev, 0x17, phy_index, &phy_data);
1327 nes_read_1G_phy_reg(nesdev, 0x1e, phy_index, &phy_data);
1330 nes_read_1G_phy_reg(nesdev, 0x19, phy_index,
1354 nes_init_2025_phy(struct nes_device *nesdev, u8 phy_type, u8 phy_index) argument
1513 u8 phy_index = nesadapter->phy_index[mac_index]; local
[all...]
H A Dnes_utils.c347 nesadapter->phy_index[0] = (eeprom_data & 0xff00)>>8;
348 nesadapter->phy_index[1] = eeprom_data & 0x00ff;
351 nesadapter->phy_index[2] = (eeprom_data & 0xff00)>>8;
352 nesadapter->phy_index[3] = eeprom_data & 0x00ff;
354 nesadapter->phy_index[0] = 4;
355 nesadapter->phy_index[1] = 5;
356 nesadapter->phy_index[2] = 6;
357 nesadapter->phy_index[3] = 7;
360 nesadapter->phy_index[0],nesadapter->phy_index[
[all...]
H A Dnes_nic.c1489 u8 phy_index = nesadapter->phy_index[mac_index]; local
1512 nes_read_1G_phy_reg(nesdev, 0, phy_index, &phy_data);
1519 et_cmd->phy_address = phy_index;
1530 et_cmd->phy_address = phy_index;
1556 u8 phy_index = nesadapter->phy_index[nesdev->mac_index]; local
1559 nes_read_1G_phy_reg(nesdev, 0, phy_index, &phy_data);
1567 nes_write_1G_phy_reg(nesdev, 0, phy_index, phy_data);
H A Dnes_hw.h1139 u8 phy_index[4]; member in struct:nes_adapter
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/skfp/
H A Dsmt.c64 static int phy_index(struct s_smc *smc, int phy);
1286 latency->lt_phyout_idx1 = phy_index(smc,0) ;
1293 latency->lt_phyout_idx2 = phy_index(smc,1) ;
1407 lem->lem_phy_index = phy_index(smc,phy) ;
1725 static int phy_index(struct s_smc *smc, int phy) function
1785 return(phy_index(smc,e - ENTITY_PHY(0))) ;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/mpt2sas/
H A Dmpt2sas_transport.c759 int phy_index = mpt2sas_phy->phy_id; local
763 phy = sas_phy_alloc(parent_dev, phy_index);
826 int phy_index = mpt2sas_phy->phy_id; local
829 phy = sas_phy_alloc(parent_dev, phy_index);

Completed in 200 milliseconds