Searched refs:MAX_PORTS (Results 1 – 15 of 15) sorted by relevance
/linux-5.19.10/include/drm/ |
D | i915_component.h | 38 #define MAX_PORTS 9 macro 52 int aud_sample_rate[MAX_PORTS];
|
/linux-5.19.10/drivers/tty/serial/8250/ |
D | 8250_acorn.c | 23 #define MAX_PORTS 3 macro 29 unsigned int offset[MAX_PORTS]; 34 int ports[MAX_PORTS];
|
/linux-5.19.10/net/netfilter/ |
D | nf_conntrack_tftp.c | 29 #define MAX_PORTS 8 macro 30 static unsigned short ports[MAX_PORTS]; 100 static struct nf_conntrack_helper tftp[MAX_PORTS * 2] __read_mostly;
|
D | nf_conntrack_sane.c | 37 #define MAX_PORTS 8 macro 38 static u_int16_t ports[MAX_PORTS]; 169 static struct nf_conntrack_helper sane[MAX_PORTS * 2] __read_mostly;
|
D | nf_conntrack_irc.c | 24 #define MAX_PORTS 8 macro 25 static unsigned short ports[MAX_PORTS]; 240 static struct nf_conntrack_helper irc[MAX_PORTS] __read_mostly;
|
D | nf_conntrack_ftp.c | 37 #define MAX_PORTS 8 macro 38 static u_int16_t ports[MAX_PORTS]; 558 static struct nf_conntrack_helper ftp[MAX_PORTS * 2] __read_mostly;
|
D | nf_conntrack_sip.c | 38 #define MAX_PORTS 8 macro 39 static unsigned short ports[MAX_PORTS]; 1635 static struct nf_conntrack_helper sip[MAX_PORTS * 4] __read_mostly;
|
/linux-5.19.10/samples/bpf/ |
D | xsk_fwd.c | 740 #ifndef MAX_PORTS 741 #define MAX_PORTS 64 macro 752 static struct port_params port_params[MAX_PORTS]; 753 static struct port *ports[MAX_PORTS]; 754 static u64 n_pkts_rx[MAX_PORTS]; 755 static u64 n_pkts_tx[MAX_PORTS]; 821 if (n_ports == MAX_PORTS) { in parse_args() 823 MAX_PORTS); in parse_args() 989 for (i = 0; i < MAX_PORTS; i++) in main() 1007 for (i = 0; i < MAX_PORTS; i++) in main()
|
/linux-5.19.10/drivers/usb/gadget/function/ |
D | f_midi.c | 51 #define MAX_PORTS 16 macro 87 struct snd_rawmidi_substream *out_substream[MAX_PORTS]; 749 if (substream->number >= MAX_PORTS) in f_midi_out_open() 870 struct usb_midi_in_jack_descriptor jack_in_ext_desc[MAX_PORTS]; in f_midi_bind() 871 struct usb_midi_in_jack_descriptor jack_in_emb_desc[MAX_PORTS]; in f_midi_bind() 872 struct usb_midi_out_jack_descriptor_1 jack_out_ext_desc[MAX_PORTS]; in f_midi_bind() 873 struct usb_midi_out_jack_descriptor_1 jack_out_emb_desc[MAX_PORTS]; in f_midi_bind() 919 midi_function = kcalloc((MAX_PORTS * 4) + 11, sizeof(*midi_function), in f_midi_bind() 1184 F_MIDI_OPT(in_ports, true, MAX_PORTS); 1185 F_MIDI_OPT(out_ports, true, MAX_PORTS); [all …]
|
/linux-5.19.10/drivers/tty/serial/ |
D | lpc32xx_hs.c | 92 #define MAX_PORTS 3 macro 94 static struct lpc32xx_hsuart_port lpc32xx_hs_ports[MAX_PORTS]; 164 if (co->index >= MAX_PORTS) in lpc32xx_hsuart_console_setup() 206 .nr = MAX_PORTS, 635 if (uarts_registered >= MAX_PORTS) { in serial_hs_lpc32xx_probe()
|
/linux-5.19.10/drivers/tty/ |
D | moxa.c | 358 #define MAX_PORTS (MAX_BOARDS * MAX_PORTS_PER_BOARD) macro 445 int rxcnt[MAX_PORTS]; 446 int txcnt[MAX_PORTS]; 593 if (tty->index == MAX_PORTS) { in moxa_ioctl() 1335 moxaDriver = tty_alloc_driver(MAX_PORTS + 1, in moxa_init() 1352 tty_port_link_device(&moxa_service_port, moxaDriver, MAX_PORTS); in moxa_init() 1460 if (port == MAX_PORTS) { in moxa_open() 2332 if (tty->index == MAX_PORTS) in moxa_get_serial_info() 2353 if (tty->index == MAX_PORTS) in moxa_set_serial_info()
|
/linux-5.19.10/drivers/phy/broadcom/ |
D | phy-brcm-sata.c | 22 #define MAX_PORTS 2 macro 77 struct brcm_sata_port phys[MAX_PORTS]; 796 if (id >= MAX_PORTS) { in brcm_sata_phy_probe()
|
/linux-5.19.10/drivers/infiniband/hw/irdma/ |
D | cm.h | 28 #define MAX_PORTS 65536 macro
|
/linux-5.19.10/drivers/gpu/drm/i915/display/ |
D | intel_audio.c | 1272 BUILD_BUG_ON(MAX_PORTS != I915_MAX_PORTS); in i915_audio_component_bind()
|
/linux-5.19.10/drivers/isdn/hardware/mISDN/ |
D | hfcmulti.c | 172 #define MAX_PORTS (8 * MAX_CARDS) macro 208 static uint port[MAX_PORTS]; 5135 if (Port_cnt >= MAX_PORTS) { in hfcmulti_init() 5137 MAX_PORTS); in hfcmulti_init()
|