Home
last modified time | relevance | path

Searched refs:phy_port_cnt (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/dsa/microchip/
A Dksz9477.c320 if (addr >= dev->phy_port_cnt) { in ksz9477_phy_read16()
365 if (addr >= dev->phy_port_cnt) in ksz9477_phy_write16()
1042 if (port < dev->phy_port_cnt) in ksz9477_get_interface()
1161 if (port < dev->phy_port_cnt) { in ksz9477_port_setup()
1222 if (port < dev->phy_port_cnt) in ksz9477_port_setup()
1284 if (i < dev->phy_port_cnt) in ksz9477_config_cpu_port()
1399 dev->phy_port_cnt = 5; in ksz9477_switch_detect()
1415 dev->phy_port_cnt = 2; in ksz9477_switch_detect()
1569 for (i = 0; i < dev->phy_port_cnt; ++i) { in ksz9477_switch_register()
A Dksz8795.c1090 for (port = 0; port < dev->phy_port_cnt; ++port) in ksz8_port_vlan_filtering()
1364 for (i = 0; i < dev->phy_port_cnt; i++) { in ksz8_config_cpu_port()
1370 if (i == dev->phy_port_cnt) in ksz8_config_cpu_port()
1375 for (i = 0; i < dev->phy_port_cnt; i++) { in ksz8_config_cpu_port()
1670 dev->phy_port_cnt = dev->port_cnt - 1; in ksz8_switch_init()
1673 dev->port_mask = (BIT(dev->phy_port_cnt) - 1) | in ksz8_switch_init()
A Dksz_common.h69 int phy_port_cnt; member
/linux/drivers/scsi/qla4xxx/
A Dql4_attr.c223 return snprintf(buf, PAGE_SIZE, "0x%04X\n", ha->phy_port_cnt); in qla4xxx_phy_port_cnt_show()
322 static DEVICE_ATTR(phy_port_cnt, S_IRUGO, qla4xxx_phy_port_cnt_show, NULL);
A Dql4_def.h788 uint16_t phy_port_cnt; member
A Dql4_nx.c4072 ha->phy_port_cnt = sys_info->phys_port_cnt; in qla4_8xxx_get_sys_info()

Completed in 26 milliseconds