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.c2652 struct lpfc_dmabuf *h_buf; in lpfc_sli_rqbuf_get() local
2656 list_remove_head(&rqbp->rqb_buffer_list, h_buf, in lpfc_sli_rqbuf_get()
2658 if (!h_buf) in lpfc_sli_rqbuf_get()
2661 return container_of(h_buf, struct rqb_dmabuf, hbuf); in lpfc_sli_rqbuf_get()
18695 struct lpfc_dmabuf *h_buf; in lpfc_update_rcv_time_stamp() local
18699 h_buf = list_get_first(&vport->rcv_buffer_list, in lpfc_update_rcv_time_stamp()
18701 if (!h_buf) in lpfc_update_rcv_time_stamp()
18703 dmabuf = container_of(h_buf, struct hbq_dmabuf, hbuf); in lpfc_update_rcv_time_stamp()
18718 struct lpfc_dmabuf *h_buf, *hnext; in lpfc_cleanup_rcv_buffers() local
18723 list_for_each_entry_safe(h_buf, hnext, &vport->rcv_buffer_list, list) { in lpfc_cleanup_rcv_buffers()
[all …]
H A Dlpfc_init.c10923 struct lpfc_dmabuf *h_buf; in lpfc_free_rq_buffer() local
10928 list_remove_head(&rqbp->rqb_buffer_list, h_buf, in lpfc_free_rq_buffer()
10931 rqb_buffer = container_of(h_buf, struct rqb_dmabuf, hbuf); in lpfc_free_rq_buffer()