Home
last modified time | relevance | path

Searched refs:scsi_caching_page (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/cam/ctl/
H A Dctl_private.h228 {SMS_CACHING_PAGE, 0, sizeof(struct scsi_caching_page), NULL,
252 struct scsi_caching_page caching_page[4];
H A Dctl.c146 const static struct scsi_caching_page caching_page_default = {
148 /*page_length*/sizeof(struct scsi_caching_page) - 2,
162 const static struct scsi_caching_page caching_page_changeable = {
164 /*page_length*/sizeof(struct scsi_caching_page) - 2,
4136 struct scsi_caching_page *caching_page; in ctl_init_page_index()
/freebsd/sys/cam/scsi/
H A Dscsi_da.c3781 sizeof(struct scsi_caching_page); in dastart()
5429 struct scsi_caching_page *cache_page; in dadone_probecache()
5437 cache_page = (struct scsi_caching_page *)(csio->data_ptr + in dadone_probecache()
5467 offsetof(struct scsi_caching_page, flags1)) { in dadone_probecache()
H A Dscsi_all.h778 struct scsi_caching_page { struct