Home
last modified time | relevance | path

Searched refs:sf_pkt (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/sun/sys/scsi/adapters/
H A Dsfvar.h96 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_41/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c93 static int sf_pkt_alloc_extern(struct sf *, struct sf_pkt *,
95 static void sf_pkt_destroy_extern(struct sf *, struct sf_pkt *);
106 static int sf_cr_alloc(struct sf *, struct sf_pkt *, int (*)());
107 static void sf_cr_free(struct sf_cr_pool *, struct sf_pkt *);
144 static int sf_start_internal(struct sf *, struct sf_pkt *);
145 static void sf_fill_ids(struct sf *, struct sf_pkt *, struct sf_target *);
146 static int sf_prepare_pkt(struct sf *, struct sf_pkt *, struct sf_target *);
147 static int sf_dopoll(struct sf *, struct sf_pkt *);
154 static int sf_target_timeout(struct sf *, struct sf_pkt *);
575 sizeof (fcal_packet_t) + sizeof (struct sf_pkt) + in sf_attach()
[all …]