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

/freebsd-10.0-release/sys/dev/dpt/
H A Ddpt.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];
1072 * exceed MAX_CHANNELS, MAX_TARGETS, MAX_LUNS
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];
[all...]
H A Ddpt_scsi.c1133 for (i = 0; i < MAX_CHANNELS; i++)
/freebsd-10.0-release/sys/dev/sound/pci/
H A Demu10kx-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)
1243 for (i = 0; i < MAX_CHANNELS; i++)
1469 if (pcm_register(dev, sc, (route == RT_FRONT) ? MAX_CHANNELS : 1, (route == RT_FRONT) ? 1 : 0)) {
1477 for (i = 1; i < MAX_CHANNELS; i++)
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-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)
1543 if (fifo->head > MAX_CHANNELS)
/freebsd-10.0-release/sys/dev/drm2/radeon/
H A Drv770d.h595 # define MAX_CHANNELS(x) (((x) & 0x7) << 0) macro
H A Devergreend.h379 # define MAX_CHANNELS(x) (((x) & 0x7) << 0) macro

Completed in 247 milliseconds