Searched refs:na_fcentry_24xx_t (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/isp/ |
H A D | isp_library.h | 148 void isp_put_notify_ack_24xx(ispsoftc_t *, na_fcentry_24xx_t *, na_fcentry_24xx_t *); 149 void isp_get_notify_ack_24xx(ispsoftc_t *, na_fcentry_24xx_t *, na_fcentry_24xx_t *);
|
H A D | isp_target.c | 115 na_fcentry_24xx_t *nack_24xx; in isp_target_notify() 182 isp_get_notify_ack_24xx(isp, nack_24xx, (na_fcentry_24xx_t *) local); in isp_target_notify() 183 nack_24xx = (na_fcentry_24xx_t *) local; in isp_target_notify() 424 na_fcentry_24xx_t _na, *na = &_na; in isp_notify_ack()
|
H A D | isp_library.c | 1843 isp_put_notify_ack_24xx(ispsoftc_t *isp, na_fcentry_24xx_t *src, na_fcentry_24xx_t *dst) in isp_put_notify_ack_24xx() 1877 isp_get_notify_ack_24xx(ispsoftc_t *isp, na_fcentry_24xx_t *src, na_fcentry_24xx_t *dst) in isp_get_notify_ack_24xx() 2040 isp_put_notify_ack_24xx(isp, (na_fcentry_24xx_t *)src, in isp_put_entry() 2041 (na_fcentry_24xx_t *)dst); in isp_put_entry()
|
H A D | ispmbox.h | 1398 } na_fcentry_24xx_t; typedef
|