Lines Matching refs:d_buf

1964 	struct lpfc_dmabuf *d_buf;  in lpfc_sli_hbqbuf_get()  local
1966 list_remove_head(rb_list, d_buf, struct lpfc_dmabuf, list); in lpfc_sli_hbqbuf_get()
1967 if (!d_buf) in lpfc_sli_hbqbuf_get()
1969 return container_of(d_buf, struct hbq_dmabuf, dbuf); in lpfc_sli_hbqbuf_get()
1985 struct lpfc_dmabuf *d_buf; in lpfc_sli_hbqbuf_find() local
1994 list_for_each_entry(d_buf, &phba->hbqs[hbqno].hbq_buffer_list, list) { in lpfc_sli_hbqbuf_find()
1995 hbq_buf = container_of(d_buf, struct hbq_dmabuf, dbuf); in lpfc_sli_hbqbuf_find()
14762 struct lpfc_dmabuf *d_buf, *dnext; in lpfc_cleanup_rcv_buffers() local
14769 list_for_each_entry_safe(d_buf, dnext, in lpfc_cleanup_rcv_buffers()
14771 list_del_init(&d_buf->list); in lpfc_cleanup_rcv_buffers()
14772 lpfc_in_buf_free(vport->phba, d_buf); in lpfc_cleanup_rcv_buffers()
14794 struct lpfc_dmabuf *d_buf, *dnext; in lpfc_rcv_seq_check_edtov() local
14813 list_for_each_entry_safe(d_buf, dnext, in lpfc_rcv_seq_check_edtov()
14815 list_del_init(&d_buf->list); in lpfc_rcv_seq_check_edtov()
14816 lpfc_in_buf_free(vport->phba, d_buf); in lpfc_rcv_seq_check_edtov()
14841 struct lpfc_dmabuf *d_buf; in lpfc_fc_frame_add() local
14888 list_for_each_entry_reverse(d_buf, &seq_dmabuf->dbuf.list, list) { in lpfc_fc_frame_add()
14889 temp_dmabuf = container_of(d_buf, struct hbq_dmabuf, dbuf); in lpfc_fc_frame_add()
14926 struct lpfc_dmabuf *d_buf, *n_buf, *h_buf; in lpfc_sli4_abort_partial_seq() local
14946 list_for_each_entry_safe(d_buf, n_buf, in lpfc_sli4_abort_partial_seq()
14948 list_del_init(&d_buf->list); in lpfc_sli4_abort_partial_seq()
14949 lpfc_in_buf_free(vport->phba, d_buf); in lpfc_sli4_abort_partial_seq()
15248 struct lpfc_dmabuf *d_buf; in lpfc_seq_complete() local
15263 list_for_each_entry(d_buf, &dmabuf->dbuf.list, list) { in lpfc_seq_complete()
15264 seq_dmabuf = container_of(d_buf, struct hbq_dmabuf, dbuf); in lpfc_seq_complete()
15296 struct lpfc_dmabuf *d_buf, *n_buf; in lpfc_prep_seq() local
15353 list_for_each_entry_safe(d_buf, n_buf, &seq_dmabuf->dbuf.list, list) { in lpfc_prep_seq()
15355 lpfc_in_buf_free(vport->phba, d_buf); in lpfc_prep_seq()
15359 iocbq->context3 = d_buf; in lpfc_prep_seq()
15362 hbq_buf = container_of(d_buf, struct hbq_dmabuf, dbuf); in lpfc_prep_seq()
15383 lpfc_in_buf_free(vport->phba, d_buf); in lpfc_prep_seq()
15387 hbq_buf = container_of(d_buf, struct hbq_dmabuf, dbuf); in lpfc_prep_seq()
15390 iocbq->context2 = d_buf; in lpfc_prep_seq()