Home
last modified time | relevance | path

Searched refs:MAX_CHANNELS (Results 1 – 6 of 6) sorted by relevance

/NextBSD/sys/dev/dpt/
HDdpt.h125 #define MAX_CHANNELS 3 macro
909 u_int8_t ha_id[MAX_CHANNELS]; /* Host adapter SCSI ids */
931 dpt_ccb_t *target_ccb[MAX_CHANNELS]; /* Command block waiting writebuf */
1060 struct cam_sim *sims[MAX_CHANNELS];
1061 struct cam_path *paths[MAX_CHANNELS];
1091 dpt_ccb_t *target_ccb[MAX_CHANNELS][MAX_TARGETS][MAX_LUNS];
1092 u_int8_t *rw_buffer[MAX_CHANNELS][MAX_TARGETS][MAX_LUNS];
1093 dpt_rec_buff buffer_receiver[MAX_CHANNELS][MAX_TARGETS][MAX_LUNS];
1120 u_int8_t resetlevel[MAX_CHANNELS];
1126 u_int8_t hostid[MAX_CHANNELS]; /* SCSI ID of HBA */
[all …]
HDdpt_scsi.c1133 for (i = 0; i < MAX_CHANNELS; i++) in dpt_alloc()
/NextBSD/sys/dev/sound/pci/
HDemu10kx-pcm.c87 #define MAX_CHANNELS 4 macro
89 #if MAX_CHANNELS > 13
97 struct emu_pcm_pchinfo pch[MAX_CHANNELS]; /* hardware channels */
718 if (sc->pnum >= MAX_CHANNELS) in emupchan_init()
1243 for (i = 0; i < MAX_CHANNELS; i++) in emu_pcm_intr()
1469 if (pcm_register(dev, sc, (route == RT_FRONT) ? MAX_CHANNELS : 1, (route == RT_FRONT) ? 1 : 0)) { in emu_pcm_attach()
1477 for (i = 1; i < MAX_CHANNELS; i++) in emu_pcm_attach()
/NextBSD/sys/contrib/octeon-sdk/
HDcvmx-usb.c87 #define MAX_CHANNELS 8 /* Maximum number of hardware channels supported by the USB block */ macro
195 } entry[MAX_CHANNELS+1];
209 cvmx_usb_pipe_t *pipe_for_channel[MAX_CHANNELS]; /**< Map channels to pipes */
1432 if (fifo->tail > MAX_CHANNELS) in __cvmx_usb_fill_tx_hw()
1543 if (fifo->head > MAX_CHANNELS) in __cvmx_usb_fill_tx_fifo()
/NextBSD/sys/dev/drm2/radeon/
HDrv770d.h595 # define MAX_CHANNELS(x) (((x) & 0x7) << 0) macro
HDevergreend.h379 # define MAX_CHANNELS(x) (((x) & 0x7) << 0) macro