phy_port_cnt     1027 drivers/net/dsa/microchip/ksz8795.c 	for (i = 0; i < dev->phy_port_cnt; i++) {
phy_port_cnt     1158 drivers/net/dsa/microchip/ksz8795.c 	dev->phy_port_cnt = SWITCH_PORT_NUM;
phy_port_cnt      319 drivers/net/dsa/microchip/ksz9477.c 	if (addr >= dev->phy_port_cnt) {
phy_port_cnt      364 drivers/net/dsa/microchip/ksz9477.c 	if (addr >= dev->phy_port_cnt)
phy_port_cnt      980 drivers/net/dsa/microchip/ksz9477.c 	if (port >= dev->phy_port_cnt)
phy_port_cnt     1101 drivers/net/dsa/microchip/ksz9477.c 	if (port < dev->phy_port_cnt)
phy_port_cnt     1220 drivers/net/dsa/microchip/ksz9477.c 	if (port < dev->phy_port_cnt) {
phy_port_cnt     1286 drivers/net/dsa/microchip/ksz9477.c 	if (port < dev->phy_port_cnt)
phy_port_cnt     1341 drivers/net/dsa/microchip/ksz9477.c 		if (i < dev->phy_port_cnt)
phy_port_cnt     1458 drivers/net/dsa/microchip/ksz9477.c 	dev->phy_port_cnt = 5;
phy_port_cnt     1473 drivers/net/dsa/microchip/ksz9477.c 		dev->phy_port_cnt = 2;
phy_port_cnt       69 drivers/net/dsa/microchip/ksz_common.h 	int phy_port_cnt;
phy_port_cnt      224 drivers/scsi/qla4xxx/ql4_attr.c 	return snprintf(buf, PAGE_SIZE, "0x%04X\n", ha->phy_port_cnt);
phy_port_cnt      323 drivers/scsi/qla4xxx/ql4_attr.c static DEVICE_ATTR(phy_port_cnt, S_IRUGO, qla4xxx_phy_port_cnt_show, NULL);
phy_port_cnt      789 drivers/scsi/qla4xxx/ql4_def.h 	uint16_t phy_port_cnt;
phy_port_cnt     4094 drivers/scsi/qla4xxx/ql4_nx.c 	ha->phy_port_cnt = sys_info->phys_port_cnt;