Searched refs:MAX_NUM_PORTS (Results 1 – 10 of 10) sorted by relevance
17 #define MAX_NUM_PORTS 8 macro23 #ifndef MAX_NUM_PORTS24 #define MAX_NUM_PORTS 16 macro45 u8 mac[MAX_NUM_PORTS][6]; /* 0x42 - 0x71 MAC addresses */61 u8 mac[MAX_NUM_PORTS][6]; /* 0x42 - 0xa1 MAC addresses */117 for (i = 0; i < min(e.mac_count, (u8)MAX_NUM_PORTS); i++) { in show_eeprom()310 if ((index >= MAX_NUM_PORTS) || !string) { in set_mac_address()464 for (i = 0; i < min(e.mac_count, (u8)MAX_NUM_PORTS); i++) { in mac_read_from_eeprom()
22 #define MAX_NUM_PORTS CONFIG_SYS_I2C_EEPROM_NXID_MAC macro24 #define MAX_NUM_PORTS 8 macro46 u8 mac[MAX_NUM_PORTS][6]; /* 0x42 - x MAC addresses */104 for (i = 0; i < min(e.mac_count, (u8)MAX_NUM_PORTS); i++) { in show_eeprom()294 if ((index >= MAX_NUM_PORTS) || !string) { in set_mac_address()472 for (i = 0; i < min(e.mac_count, (u8)MAX_NUM_PORTS); i++) { in mac_read_from_eeprom_common()
23 #define MAX_NUM_PORTS 16 macro160 struct usb_serial_port *port[MAX_NUM_PORTS];183 struct usb_endpoint_descriptor *bulk_in[MAX_NUM_PORTS];184 struct usb_endpoint_descriptor *bulk_out[MAX_NUM_PORTS];185 struct usb_endpoint_descriptor *interrupt_in[MAX_NUM_PORTS];186 struct usb_endpoint_descriptor *interrupt_out[MAX_NUM_PORTS];
64 #define MAX_NUM_PORTS 1 macro
2295 else if ((be64_to_cpu(iport->id_extension) > (MAX_NUM_PORTS - 1)) || in ibmvscsis_srp_login()2296 (be64_to_cpu(tport->id_extension) > (MAX_NUM_PORTS - 1))) in ibmvscsis_srp_login()
583 #define MAX_NUM_PORTS 9 /* for 128Bytes EEPROM */ macro
298 struct init_qm_port_params port_params[MAX_NUM_PORTS]) in qed_cmdq_lines_rt_init() argument371 struct init_qm_port_params port_params[MAX_NUM_PORTS]) in qed_btb_blocks_rt_init() argument
2609 u8 num_active_tcs[MAX_NUM_PORTS];
941 if (num_ports > MAX_NUM_PORTS) { in usb_serial_probe()943 num_ports = MAX_NUM_PORTS; in usb_serial_probe()
103 #define MAX_NUM_PORTS (MAX_NUM_PORTS_K2) macro