Searched refs:ISP_INLINE (Results 1 – 3 of 3) sorted by relevance
| /trueos/sys/dev/isp/ |
| HD | isp_freebsd.c | 764 static ISP_INLINE int isp_get_pcmd(ispsoftc_t *, union ccb *); 765 static ISP_INLINE void isp_free_pcmd(ispsoftc_t *, union ccb *); 767 static ISP_INLINE int 778 static ISP_INLINE void 798 static ISP_INLINE void isp_tmlock(ispsoftc_t *, const char *); 799 static ISP_INLINE void isp_tmunlk(ispsoftc_t *); 800 static ISP_INLINE int is_any_lun_enabled(ispsoftc_t *, int); 801 static ISP_INLINE int is_lun_enabled(ispsoftc_t *, int, lun_id_t); 802 static ISP_INLINE tstate_t *get_lun_statep(ispsoftc_t *, int, lun_id_t); 803 static ISP_INLINE tstate_t *get_lun_statep_from_tag(ispsoftc_t *, int, uint32_t); [all …]
|
| HD | isp_freebsd.h | 416 #define ISP_INLINE __inline macro 418 #define ISP_INLINE macro
|
| HD | isp_pci.c | 1073 static ISP_INLINE int
|