HomeSort by: relevance | last modified time | path
    Searched defs:max_lun (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
vioscsi.c 145 uint32_t max_lun = virtio_read_device_config_4(vsc, local in function:vioscsi_attach
172 " max_lun %u\n",
173 cmd_per_lun, qsize, seg_max, max_target, max_lun);
200 chan->chan_nluns = MIN(1 + max_lun, 16384); /* cap reasonably */
  /src/sys/dev/ic/
aic79xx.c 5014 u_int max_lun; local in function:ahd_handle_devreset
5018 max_lun = AHD_NUM_LUNS - 1;
5021 max_lun = lun;
5023 for (cur_lun <= max_lun; cur_lun++) {

Completed in 18 milliseconds