Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Drwlock.h47 krw_type_t rw_type; member
75 rwp->rw_type = type; in spl_rw_set_type()
80 if (rwp && rwp->rw_type == RW_NOLOCKDEP) \ in spl_rw_lockdep_off_maybe()
86 if (rwp && rwp->rw_type == RW_NOLOCKDEP) \ in spl_rw_lockdep_on_maybe()
/freebsd/sys/dev/bwi/
H A Dif_bwi.c766 uint16_t bbp_id, rw_type; in bwi_bbp_attach() local
780 bwi_regwin_info(sc, &rw_type, &rw_rev); in bwi_bbp_attach()
787 if (rw_type == BWI_REGWIN_T_COM) { in bwi_bbp_attach()
791 BWI_CREATE_REGWIN(&sc->sc_com_regwin, 0, rw_type, rw_rev); in bwi_bbp_attach()
816 if (rw_type == BWI_REGWIN_T_COM && rw_rev >= 4) { in bwi_bbp_attach()
859 bwi_regwin_info(sc, &rw_type, &rw_rev); in bwi_bbp_attach()
867 if (rw_type == BWI_REGWIN_T_BUSPCI || in bwi_bbp_attach()
868 rw_type == BWI_REGWIN_T_BUSPCIE) { in bwi_bbp_attach()
874 rw_type, rw_rev); in bwi_bbp_attach()
876 } else if (rw_type == BWI_REGWIN_T_MAC) { in bwi_bbp_attach()
[all …]
H A Dif_bwivar.h332 uint16_t rw_type; /* BWI_REGWIN_T_ */ member
342 (rw)->rw_type = (type); \
458 #define mac_type mac_regwin.rw_type
H A Dbwimac.c306 sc->sc_bus_regwin.rw_type != BWI_REGWIN_T_BUSPCIE) { in bwi_mac_init()