Searched refs:phy_port_cnt (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla4xxx/ |
H A D | ql4_attr.c | 223 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);
|
H A D | ql4_def.h | 788 uint16_t phy_port_cnt; member
|
H A D | ql4_nx.c | 4091 ha->phy_port_cnt = sys_info->phys_port_cnt; in qla4_8xxx_get_sys_info()
|
/kernel/linux/linux-5.10/drivers/net/dsa/microchip/ |
H A D | ksz9477.c | 320 if (addr >= dev->phy_port_cnt) { in ksz9477_phy_read16() 365 if (addr >= dev->phy_port_cnt) in ksz9477_phy_write16() 1083 if (port < dev->phy_port_cnt) in ksz9477_get_interface() 1202 if (port < dev->phy_port_cnt) { in ksz9477_port_setup() 1263 if (port < dev->phy_port_cnt) in ksz9477_port_setup() 1337 if (i < dev->phy_port_cnt) in ksz9477_config_cpu_port() 1453 dev->phy_port_cnt = 5; in ksz9477_switch_detect() 1470 dev->phy_port_cnt = 2; in ksz9477_switch_detect() 1624 for (i = 0; i < dev->phy_port_cnt; ++i) { in ksz9477_switch_register()
|
H A D | ksz8795.c | 797 for (port = 0; port < dev->phy_port_cnt; ++port) in ksz8795_port_vlan_filtering() 1083 for (i = 0; i < dev->phy_port_cnt; i++) { in ksz8795_config_cpu_port() 1215 dev->phy_port_cnt = SWITCH_PORT_NUM; in ksz8795_switch_detect()
|
H A D | ksz_common.h | 71 int phy_port_cnt; member
|
/kernel/linux/linux-6.6/drivers/scsi/qla4xxx/ |
H A D | ql4_attr.c | 223 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);
|
H A D | ql4_def.h | 797 uint16_t phy_port_cnt; member
|
H A D | ql4_nx.c | 4072 ha->phy_port_cnt = sys_info->phys_port_cnt; in qla4_8xxx_get_sys_info()
|
/kernel/linux/linux-6.6/drivers/net/dsa/microchip/ |
H A D | ksz8795.c | 1114 for (port = 0; port < dev->phy_port_cnt; ++port) in ksz8_port_vlan_filtering() 1342 for (i = 0; i < dev->phy_port_cnt; i++) { in ksz8_config_cpu_port() 1345 for (i = 0; i < dev->phy_port_cnt; i++) { in ksz8_config_cpu_port() 1466 dev->phy_port_cnt = dev->info->port_cnt - 1; in ksz8_switch_init() 1467 dev->port_mask = (BIT(dev->phy_port_cnt) - 1) | dev->info->cpu_ports; in ksz8_switch_init()
|
H A D | ksz_common.h | 156 int phy_port_cnt; member
|
Completed in 24 milliseconds