Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc_sli.c2659 struct lpfc_dmabuf *h_buf; in lpfc_sli_rqbuf_get() local
2663 list_remove_head(&rqbp->rqb_buffer_list, h_buf, in lpfc_sli_rqbuf_get()
2665 if (!h_buf) in lpfc_sli_rqbuf_get()
2668 return container_of(h_buf, struct rqb_dmabuf, hbuf); in lpfc_sli_rqbuf_get()
18715 struct lpfc_dmabuf *h_buf; in lpfc_update_rcv_time_stamp() local
18719 h_buf = list_get_first(&vport->rcv_buffer_list, in lpfc_update_rcv_time_stamp()
18721 if (!h_buf) in lpfc_update_rcv_time_stamp()
18723 dmabuf = container_of(h_buf, struct hbq_dmabuf, hbuf); in lpfc_update_rcv_time_stamp()
18738 struct lpfc_dmabuf *h_buf, *hnext; in lpfc_cleanup_rcv_buffers() local
18743 list_for_each_entry_safe(h_buf, hnext, &vport->rcv_buffer_list, list) { in lpfc_cleanup_rcv_buffers()
[all …]
H A Dlpfc_init.c10914 struct lpfc_dmabuf *h_buf; in lpfc_free_rq_buffer() local
10919 list_remove_head(&rqbp->rqb_buffer_list, h_buf, in lpfc_free_rq_buffer()
10922 rqb_buffer = container_of(h_buf, struct rqb_dmabuf, hbuf); in lpfc_free_rq_buffer()