Searched refs:srb_ref (Results 1 – 3 of 3) sorted by relevance
100 kref_put(&srb->srb_ref, qla4xxx_srb_compl); in qla4xxx_status_cont_entry()335 kref_put(&srb->srb_ref, qla4xxx_srb_compl); in qla4xxx_status_entry()397 kref_put(&srb->srb_ref, qla4xxx_srb_compl); in qla4xxx_process_response_queue()
424 kref_init(&srb->srb_ref); in qla4xxx_get_new_srb()448 struct srb *srb = container_of(ref, struct srb, srb_ref); in qla4xxx_srb_compl()1059 kref_put(&srb->srb_ref, qla4xxx_srb_compl); in qla4xxx_abort_active_cmds()2087 kref_get(&srb->srb_ref); in qla4xxx_eh_abort()2100 kref_put(&srb->srb_ref, qla4xxx_srb_compl); in qla4xxx_eh_abort()
196 struct kref srb_ref; /* reference count for this srb */ member