Searched refs:tstate_t (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sys/dev/isp/
H A Disp_freebsd.c801 static ISP_INLINE tstate_t *get_lun_statep(ispsoftc_t *, int, lun_id_t);
802 static ISP_INLINE tstate_t *get_lun_statep_from_tag(ispsoftc_t *, int, uint32_t);
803 static ISP_INLINE void rls_lun_statep(ispsoftc_t *, tstate_t *);
804 static ISP_INLINE inot_private_data_t *get_ntp_from_tagdata(ispsoftc_t *, uint32_t, uint32_t, tstate_t **);
805 static ISP_INLINE atio_private_data_t *isp_get_atpd(ispsoftc_t *, tstate_t *, uint32_t);
806 static ISP_INLINE atio_private_data_t *isp_find_atpd(ispsoftc_t *, tstate_t *, uint32_t);
807 static ISP_INLINE void isp_put_atpd(ispsoftc_t *, tstate_t *, atio_private_data_t *);
808 static ISP_INLINE inot_private_data_t *isp_get_ntpd(ispsoftc_t *, tstate_t *);
809 static ISP_INLINE inot_private_data_t *isp_find_ntpd(ispsoftc_t *, tstate_t *, uint32_t, uint32_t);
810 static ISP_INLINE void isp_put_ntpd(ispsoftc_t *, tstate_t *, inot_private_data_
[all...]
H A Disp_freebsd.h181 } tstate_t; typedef in typeref:struct:tstate

Completed in 137 milliseconds