Home
last modified time | relevance | path

Searched refs:tag_saved_openings (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/cam/
H A Dcam_xpt_internal.h146 uint32_t tag_saved_openings; member
H A Dcam_xpt.c4790 device->tag_saved_openings = 0; in xpt_alloc_device()
4885 dev->tag_saved_openings = newopenings; in xpt_dev_ccbq_resize()
4954 if (device->tag_saved_openings != 0) in xpt_start_tags()
4955 newopenings = device->tag_saved_openings; in xpt_start_tags()