Home
last modified time | relevance | path

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

/freebsd/sys/dev/hptiop/
H A Dhptiop.h48 #define HPT_SRB_MAX_SIZE ((sizeof(struct hpt_iop_srb) + 0x1f) & ~0x1f)
404 struct hpt_iop_srb *srb_list;
423 struct hpt_iop_srb* srb[HPT_SRB_MAX_QUEUE_SIZE];
449 …void (*post_req)(struct hpt_iop_hba *hba, struct hpt_iop_srb *srb, bus_dma_segment_t *segs, int ns…
454 struct hpt_iop_srb { struct
458 struct hpt_iop_srb *next; argument
H A Dhptiop.c121 struct hpt_iop_srb *srb,
124 struct hpt_iop_srb *srb,
127 struct hpt_iop_srb *srb,
138 static void hptiop_free_srb(struct hpt_iop_hba *hba, struct hpt_iop_srb *srb);
324 struct hpt_iop_srb *srb; in hptiop_request_callback_itl()
372 srb = (struct hpt_iop_srb *)(unsigned long)temp64; in hptiop_request_callback_itl()
522 struct hpt_iop_srb *srb; in hptiop_request_callback_mv()
617 struct hpt_iop_srb *srb; in hptiop_request_callback_mvfrey()
2266 struct hpt_iop_srb * srb; in hptiop_get_srb()
2277 static void hptiop_free_srb(struct hpt_iop_hba *hba, struct hpt_iop_srb *srb) in hptiop_free_srb()
[all …]