MAX_NUM_PORTS
u8 num_active_tcs[MAX_NUM_PORTS];
struct init_qm_port_params port_params[MAX_NUM_PORTS])
struct init_qm_port_params port_params[MAX_NUM_PORTS])
#define MAX_NUM_EXT_VOQS (MAX_NUM_PORTS * NUM_OF_TCS)
else if ((be64_to_cpu(iport->id_extension) > (MAX_NUM_PORTS - 1)) ||
(be64_to_cpu(tport->id_extension) > (MAX_NUM_PORTS - 1)))
if (num_ports > MAX_NUM_PORTS) {
num_ports = MAX_NUM_PORTS;
struct usb_serial_port *port[MAX_NUM_PORTS];
struct usb_endpoint_descriptor *bulk_in[MAX_NUM_PORTS];
struct usb_endpoint_descriptor *bulk_out[MAX_NUM_PORTS];
struct usb_endpoint_descriptor *interrupt_in[MAX_NUM_PORTS];
struct usb_endpoint_descriptor *interrupt_out[MAX_NUM_PORTS];