Searched refs:fcal_ops (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/sys/fc4/ |
H A D | fcal_transport.h | 118 struct fcal_transport_ops *fcal_ops; member
|
/titanic_41/usr/src/uts/sun/io/scsi/adapters/ |
H A D | sf.c | 321 #define soc_transport(a, b, c, d) (*a->fcal_ops->fcal_transport)(b, c, d) 323 (*a->fcal_ops->fcal_transport_poll)(b, c, d) 325 (*a->fcal_ops->fcal_lilp_map)(b, c, d, e) 327 (*a->fcal_ops->fcal_force_lip)(b, c, d, e) 329 (*a->fcal_ops->fcal_abort_cmd)(b, c, d, e) 331 (*a->fcal_ops->fcal_force_reset)(b, c, d) 333 (*a->fcal_ops->fcal_add_ulp)(b, c, d, e, f, g, h) 335 (*a->fcal_ops->fcal_remove_ulp)(b, c, d, e) 336 #define soc_take_core(a, b) (*a->fcal_ops->fcal_take_core)(b)
|
/titanic_41/usr/src/uts/sun/io/ |
H A D | socal.c | 1869 xport->fcal_ops = &socal_transport_ops; in socal_init_transport_interface()
|