Searched refs:h_buf (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/scsi/lpfc/ |
| H A D | lpfc_sli.c | 2258 struct lpfc_dmabuf *h_buf; in lpfc_sli_rqbuf_get() local 2262 list_remove_head(&rqbp->rqb_buffer_list, h_buf, in lpfc_sli_rqbuf_get() 2264 if (!h_buf) in lpfc_sli_rqbuf_get() 2267 return container_of(h_buf, struct rqb_dmabuf, hbuf); in lpfc_sli_rqbuf_get() 17575 struct lpfc_dmabuf *h_buf; in lpfc_update_rcv_time_stamp() local 17579 h_buf = list_get_first(&vport->rcv_buffer_list, in lpfc_update_rcv_time_stamp() 17581 if (!h_buf) in lpfc_update_rcv_time_stamp() 17583 dmabuf = container_of(h_buf, struct hbq_dmabuf, hbuf); in lpfc_update_rcv_time_stamp() 17598 struct lpfc_dmabuf *h_buf, *hnext; in lpfc_cleanup_rcv_buffers() local 17603 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 | 9447 struct lpfc_dmabuf *h_buf; in lpfc_free_rq_buffer() local 9452 list_remove_head(&rqbp->rqb_buffer_list, h_buf, in lpfc_free_rq_buffer() 9455 rqb_buffer = container_of(h_buf, struct rqb_dmabuf, hbuf); in lpfc_free_rq_buffer()
|