Symbol: hpt_iop_srb
sys/dev/hptiop/hptiop.c
121
struct hpt_iop_srb *srb,
sys/dev/hptiop/hptiop.c
124
struct hpt_iop_srb *srb,
sys/dev/hptiop/hptiop.c
127
struct hpt_iop_srb *srb,
sys/dev/hptiop/hptiop.c
138
static void hptiop_free_srb(struct hpt_iop_hba *hba, struct hpt_iop_srb *srb);
sys/dev/hptiop/hptiop.c
2266
struct hpt_iop_srb * srb;
sys/dev/hptiop/hptiop.c
2277
static void hptiop_free_srb(struct hpt_iop_hba *hba, struct hpt_iop_srb *srb)
sys/dev/hptiop/hptiop.c
2286
struct hpt_iop_srb * srb;
sys/dev/hptiop/hptiop.c
2381
struct hpt_iop_srb *srb,
sys/dev/hptiop/hptiop.c
2506
struct hpt_iop_srb *srb,
sys/dev/hptiop/hptiop.c
2560
struct hpt_iop_srb *srb,
sys/dev/hptiop/hptiop.c
2634
struct hpt_iop_srb *srb = (struct hpt_iop_srb *)arg;
sys/dev/hptiop/hptiop.c
2703
struct hpt_iop_srb *srb, *tmp_srb;
sys/dev/hptiop/hptiop.c
2712
srb = (struct hpt_iop_srb *)
sys/dev/hptiop/hptiop.c
2717
tmp_srb = (struct hpt_iop_srb *)
sys/dev/hptiop/hptiop.c
2726
bzero(tmp_srb, sizeof(struct hpt_iop_srb));
sys/dev/hptiop/hptiop.c
2818
struct hpt_iop_srb *srb = hba->srb[i];
sys/dev/hptiop/hptiop.c
324
struct hpt_iop_srb *srb;
sys/dev/hptiop/hptiop.c
372
srb = (struct hpt_iop_srb *)(unsigned long)temp64;
sys/dev/hptiop/hptiop.c
522
struct hpt_iop_srb *srb;
sys/dev/hptiop/hptiop.c
617
struct hpt_iop_srb *srb;
sys/dev/hptiop/hptiop.h
404
struct hpt_iop_srb *srb_list;
sys/dev/hptiop/hptiop.h
423
struct hpt_iop_srb* srb[HPT_SRB_MAX_QUEUE_SIZE];
sys/dev/hptiop/hptiop.h
449
void (*post_req)(struct hpt_iop_hba *hba, struct hpt_iop_srb *srb, bus_dma_segment_t *segs, int nsegs);
sys/dev/hptiop/hptiop.h
458
struct hpt_iop_srb *next;
sys/dev/hptiop/hptiop.h
48
#define HPT_SRB_MAX_SIZE ((sizeof(struct hpt_iop_srb) + 0x1f) & ~0x1f)