Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/lpfc/
H A Dlpfc_sli.c2658 struct lpfc_dmabuf *h_buf; in lpfc_sli_rqbuf_get() local
2662 list_remove_head(&rqbp->rqb_buffer_list, h_buf, in lpfc_sli_rqbuf_get()
2664 if (!h_buf) in lpfc_sli_rqbuf_get()
2667 return container_of(h_buf, struct rqb_dmabuf, hbuf); in lpfc_sli_rqbuf_get()
18624 struct lpfc_dmabuf *h_buf; in lpfc_update_rcv_time_stamp() local
18628 h_buf = list_get_first(&vport->rcv_buffer_list, in lpfc_update_rcv_time_stamp()
18630 if (!h_buf) in lpfc_update_rcv_time_stamp()
18647 struct lpfc_dmabuf *h_buf, *hnext; in lpfc_cleanup_rcv_buffers() local
18679 struct lpfc_dmabuf *h_buf, *hnext; in lpfc_rcv_seq_check_edtov() local
18729 struct lpfc_dmabuf *h_buf; in lpfc_fc_frame_add() local
[all …]
H A Dlpfc_init.c10937 struct lpfc_dmabuf *h_buf; in lpfc_free_rq_buffer() local
10942 list_remove_head(&rqbp->rqb_buffer_list, h_buf, in lpfc_free_rq_buffer()
10945 rqb_buffer = container_of(h_buf, struct rqb_dmabuf, hbuf); in lpfc_free_rq_buffer()