HomeSort by: relevance | last modified time | path
    Searched refs:AHD_NUM_TARGETS (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
aic79xxvar.h 157 #define AHD_NUM_TARGETS 16
666 struct scb_list free_scb_lists[AHD_NUM_TARGETS * AHD_NUM_LUNS_NONPKT];
793 struct ahd_initiator_tinfo transinfo[AHD_NUM_TARGETS];
1115 struct ahd_tmode_tstate *enabled_targets[AHD_NUM_TARGETS];
1117 char inited_target[AHD_NUM_TARGETS];
aic79xx_osm.c 98 ahd->sc_channel.chan_ntargets = AHD_NUM_TARGETS;
aic79xx.c 5184 for (i = 0; i < AHD_NUM_TARGETS; i++) {
5413 for (i = 0; i < AHD_NUM_TARGETS * AHD_NUM_LUNS_NONPKT; i++)
6371 for (target = 0; target < AHD_NUM_TARGETS; target++) {
6379 for (target = 0; target < AHD_NUM_TARGETS; target++) {
6435 for (i = 0; i < AHD_NUM_TARGETS; i++) {
6474 for (target = 0; target < AHD_NUM_TARGETS; target++) {
6552 for (targ = 0; targ < AHD_NUM_TARGETS; targ++) {

Completed in 20 milliseconds