Searched refs:sf_pkt (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/uts/sun/sys/scsi/adapters/ |
H A D | sfvar.h | 96 struct sf_pkt *sf_pkt_head; /* packet queue */ 97 struct sf_pkt *sf_pkt_tail; 201 struct sf_pkt *sft_pkt_head; /* queue of active commands */ 202 struct sf_pkt *sft_pkt_tail; 245 #define PKT2CMD(pkt) ((struct sf_pkt *)pkt->pkt_ha_private) 256 struct sf_pkt { struct 257 struct sf_pkt *cmd_forw; argument 258 struct sf_pkt *cmd_back; argument 259 struct sf_pkt *cmd_next; argument
|
/titanic_44/usr/src/uts/sun/io/scsi/adapters/ |
H A D | sf.c | 91 static int sf_pkt_alloc_extern(struct sf *, struct sf_pkt *, 93 static void sf_pkt_destroy_extern(struct sf *, struct sf_pkt *); 104 static int sf_cr_alloc(struct sf *, struct sf_pkt *, int (*)()); 105 static void sf_cr_free(struct sf_cr_pool *, struct sf_pkt *); 142 static int sf_start_internal(struct sf *, struct sf_pkt *); 143 static void sf_fill_ids(struct sf *, struct sf_pkt *, struct sf_target *); 144 static int sf_prepare_pkt(struct sf *, struct sf_pkt *, struct sf_target *); 145 static int sf_dopoll(struct sf *, struct sf_pkt *); 152 static int sf_target_timeout(struct sf *, struct sf_pkt *); 573 sizeof (fcal_packet_t) + sizeof (struct sf_pkt) + in sf_attach() [all …]
|