Searched refs:h_buf (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/scsi/lpfc/ |
H A D | lpfc_sli.c | 2653 struct lpfc_dmabuf *h_buf; in lpfc_sli_rqbuf_get() local 2657 list_remove_head(&rqbp->rqb_buffer_list, h_buf, in lpfc_sli_rqbuf_get() 2659 if (!h_buf) in lpfc_sli_rqbuf_get() 2662 return container_of(h_buf, struct rqb_dmabuf, hbuf); in lpfc_sli_rqbuf_get() 18625 struct lpfc_dmabuf *h_buf; in lpfc_update_rcv_time_stamp() local 18629 h_buf = list_get_first(&vport->rcv_buffer_list, in lpfc_update_rcv_time_stamp() 18631 if (!h_buf) in lpfc_update_rcv_time_stamp() 18633 dmabuf = container_of(h_buf, struct hbq_dmabuf, hbuf); in lpfc_update_rcv_time_stamp() 18648 struct lpfc_dmabuf *h_buf, *hnext; in lpfc_cleanup_rcv_buffers() local 18653 list_for_each_entry_safe(h_buf, hnext, &vport->rcv_buffer_list, list) { in lpfc_cleanup_rcv_buffers() [all …]
|
H A D | lpfc_init.c | 10942 struct lpfc_dmabuf *h_buf; in lpfc_free_rq_buffer() local 10947 list_remove_head(&rqbp->rqb_buffer_list, h_buf, in lpfc_free_rq_buffer() 10950 rqb_buffer = container_of(h_buf, struct rqb_dmabuf, hbuf); in lpfc_free_rq_buffer()
|