Searched refs:srb_ref (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla4xxx/
H A Dql4_isr.c100 kref_put(&srb->srb_ref, qla4xxx_srb_compl);
335 kref_put(&srb->srb_ref, qla4xxx_srb_compl);
397 kref_put(&srb->srb_ref, qla4xxx_srb_compl);
H A Dql4_os.c420 kref_init(&srb->srb_ref);
444 struct srb *srb = container_of(ref, struct srb, srb_ref);
1042 kref_put(&srb->srb_ref, qla4xxx_srb_compl);
2031 kref_get(&srb->srb_ref);
2043 kref_put(&srb->srb_ref, qla4xxx_srb_compl);
H A Dql4_def.h209 struct kref srb_ref; /* reference count for this srb */ member in struct:srb

Completed in 95 milliseconds