Home
last modified time | relevance | path

Searched refs:SMPH_PC_MASK (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/sys/cam/ctl/
H A Dctl.c889 lun->mode_pages.index[i].page_code & SMPH_PC_MASK, in ctl_isc_announce_lun()
1003 if ((lun->mode_pages.index[i].page_code & SMPH_PC_MASK) == in ctl_isc_announce_mode()
1393 if ((lun->mode_pages.index[i].page_code & SMPH_PC_MASK) == in ctl_isc_mode_sync()
4018 page_code = page_index->page_code & SMPH_PC_MASK; in ctl_init_page_index()
6015 if ((page_index->page_code & SMPH_PC_MASK) != in ctl_do_mode_select()
6016 (page_header->page_code & SMPH_PC_MASK)) in ctl_do_mode_select()
6228 lun->mode_pages.index[i].page_code & SMPH_PC_MASK, in ctl_mode_select()
6456 if ((page_index->page_code & SMPH_PC_MASK) != page_code) in ctl_mode_sense()
6612 if ((page_index->page_code & SMPH_PC_MASK) != page_code) in ctl_mode_sense()
/freebsd-13.1/sys/cam/scsi/
H A Dscsi_all.h3630 #define SMPH_PC_MASK 0x3f macro
H A Dscsi_da.c4718 softc->mode_page = csio->data_ptr[off] & SMPH_PC_MASK; in dadone_probewp()