Searched refs:MAX_NUM_PORTS (Results 1 – 7 of 7) sorted by relevance
24 #define MAX_NUM_PORTS 16 macro161 struct usb_serial_port *port[MAX_NUM_PORTS];184 struct usb_endpoint_descriptor *bulk_in[MAX_NUM_PORTS];185 struct usb_endpoint_descriptor *bulk_out[MAX_NUM_PORTS];186 struct usb_endpoint_descriptor *interrupt_in[MAX_NUM_PORTS];187 struct usb_endpoint_descriptor *interrupt_out[MAX_NUM_PORTS];
64 #define MAX_NUM_PORTS 1 macro
2298 else if ((be64_to_cpu(iport->id_extension) > (MAX_NUM_PORTS - 1)) || in ibmvscsis_srp_login()2299 (be64_to_cpu(tport->id_extension) > (MAX_NUM_PORTS - 1))) in ibmvscsis_srp_login()
318 struct init_qm_port_params port_params[MAX_NUM_PORTS]) in qed_cmdq_lines_rt_init() argument373 struct init_qm_port_params port_params[MAX_NUM_PORTS]) in qed_btb_blocks_rt_init() argument
2598 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()
123 #define MAX_NUM_PORTS (MAX_NUM_PORTS_K2) macro