Searched refs:sf_els_hdr (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/sun/sys/scsi/adapters/ |
H A D | sfvar.h | 98 struct sf_els_hdr *sf_els_list; 308 struct sf_els_hdr { struct 319 struct sf_els_hdr *next; argument 320 struct sf_els_hdr *prev; argument
|
/titanic_41/usr/src/uts/sun/io/scsi/adapters/ |
H A D | sf.c | 113 static int sf_els_transport(struct sf *, struct sf_els_hdr *); 115 static int sf_do_prli(struct sf *, struct sf_els_hdr *, struct la_els_logi *); 116 static int sf_do_adisc(struct sf *, struct sf_els_hdr *); 117 static int sf_do_reportlun(struct sf *, struct sf_els_hdr *, 120 static int sf_do_inquiry(struct sf *, struct sf_els_hdr *, 127 struct sf_els_hdr *, int, int64_t); 157 static struct sf_els_hdr *sf_els_timeout(struct sf *, struct sf_els_hdr *); 2381 struct sf_els_hdr *privp; /* ptr to private list */ in sf_statec_callback() 2382 struct sf_els_hdr *tmpp1; /* tmp prev hdr ptr */ in sf_statec_callback() 2383 struct sf_els_hdr *tmpp2; /* tmp next hdr ptr */ in sf_statec_callback() [all …]
|