Searched refs:ie_page (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/cam/ctl/
H A Dctl_private.h255 struct scsi_info_exceptions_page ie_page[4]; member in struct:ctl_mode_pages
266 #define MODE_IE mode_pages.ie_page[CTL_PAGE_CURRENT]
298 struct scsi_log_informational_exceptions ie_page; member in struct:ctl_log_pages
H A Dctl.c4240 memcpy(&lun->mode_pages.ie_page[CTL_PAGE_CURRENT],
4243 memcpy(&lun->mode_pages.ie_page[
4246 memcpy(&lun->mode_pages.ie_page[CTL_PAGE_DEFAULT],
4249 memcpy(&lun->mode_pages.ie_page[CTL_PAGE_SAVED],
4253 (uint8_t *)lun->mode_pages.ie_page;
4406 lun->log_pages.index[5].page_data = (uint8_t *)&lun->log_pages.ie_page;
4407 lun->log_pages.index[5].page_len = sizeof(lun->log_pages.ie_page);
/freebsd-current/sys/contrib/dev/rtw89/
H A Dphy.c3683 static bool rtw89_physts_ie_page_valid(enum rtw89_phy_status_bitmap *ie_page) argument
3685 if (*ie_page >= RTW89_PHYSTS_BITMAP_NUM ||
3686 *ie_page == RTW89_RSVD_9)
3688 else if (*ie_page > RTW89_RSVD_9)
3689 *ie_page -= 1;
3694 static u32 rtw89_phy_get_ie_bitmap_addr(enum rtw89_phy_status_bitmap ie_page) argument
3698 return R_PHY_STS_BITMAP_ADDR_START + (ie_page << ie_page_shift);
3702 enum rtw89_phy_status_bitmap ie_page)
3706 if (!rtw89_physts_ie_page_valid(&ie_page))
3709 addr = rtw89_phy_get_ie_bitmap_addr(ie_page);
3701 rtw89_physts_get_ie_bitmap(struct rtw89_dev *rtwdev, enum rtw89_phy_status_bitmap ie_page) argument
3714 rtw89_physts_set_ie_bitmap(struct rtw89_dev *rtwdev, enum rtw89_phy_status_bitmap ie_page, u32 val) argument
[all...]

Completed in 261 milliseconds