Searched refs:srb_ref (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla4xxx/ |
H A D | ql4_isr.c | 104 kref_put(&srb->srb_ref, qla4xxx_srb_compl); in qla4xxx_status_cont_entry() 355 kref_put(&srb->srb_ref, qla4xxx_srb_compl); in qla4xxx_status_entry() 533 kref_put(&srb->srb_ref, qla4xxx_srb_compl); in qla4xxx_process_response_queue()
|
H A D | ql4_def.h | 243 struct kref srb_ref; /* reference count for this srb */ member
|
H A D | ql4_os.c | 4067 kref_init(&srb->srb_ref); in qla4xxx_get_new_srb() 4090 struct srb *srb = container_of(ref, struct srb, srb_ref); in qla4xxx_srb_compl() 4824 kref_put(&srb->srb_ref, qla4xxx_srb_compl); in qla4xxx_abort_active_cmds() 9254 kref_get(&srb->srb_ref); in qla4xxx_eh_abort() 9267 kref_put(&srb->srb_ref, qla4xxx_srb_compl); in qla4xxx_eh_abort()
|
/kernel/linux/linux-6.6/drivers/scsi/qla4xxx/ |
H A D | ql4_isr.c | 104 kref_put(&srb->srb_ref, qla4xxx_srb_compl); in qla4xxx_status_cont_entry() 355 kref_put(&srb->srb_ref, qla4xxx_srb_compl); in qla4xxx_status_entry() 531 kref_put(&srb->srb_ref, qla4xxx_srb_compl); in qla4xxx_process_response_queue()
|
H A D | ql4_def.h | 252 struct kref srb_ref; /* reference count for this srb */ member
|
H A D | ql4_os.c | 4061 kref_init(&srb->srb_ref); in qla4xxx_get_new_srb() 4084 struct srb *srb = container_of(ref, struct srb, srb_ref); in qla4xxx_srb_compl() 4815 kref_put(&srb->srb_ref, qla4xxx_srb_compl); in qla4xxx_abort_active_cmds() 9235 kref_get(&srb->srb_ref); in qla4xxx_eh_abort() 9248 kref_put(&srb->srb_ref, qla4xxx_srb_compl); in qla4xxx_eh_abort()
|
Completed in 34 milliseconds