Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_sli.c2653 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()
18583 struct lpfc_dmabuf *h_buf; in lpfc_update_rcv_time_stamp() local
18587 h_buf = list_get_first(&vport->rcv_buffer_list, in lpfc_update_rcv_time_stamp()
18589 if (!h_buf) in lpfc_update_rcv_time_stamp()
18606 struct lpfc_dmabuf *h_buf, *hnext; in lpfc_cleanup_rcv_buffers() local
18638 struct lpfc_dmabuf *h_buf, *hnext; in lpfc_rcv_seq_check_edtov() local
18688 struct lpfc_dmabuf *h_buf; in lpfc_fc_frame_add() local
[all …]
H A Dlpfc_init.c10942 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()