Searched refs:hbq_dmabuf (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_mem.c392 struct hbq_dmabuf *
395 struct hbq_dmabuf *hbqbp;
397 hbqbp = kmalloc(sizeof(struct hbq_dmabuf), GFP_KERNEL);
424 lpfc_els_hbq_free(struct lpfc_hba *phba, struct hbq_dmabuf *hbqbp)
444 struct hbq_dmabuf *
447 struct hbq_dmabuf *dma_buf;
449 dma_buf = kmalloc(sizeof(struct hbq_dmabuf), GFP_KERNEL);
484 lpfc_sli4_rb_free(struct lpfc_hba *phba, struct hbq_dmabuf *dmab)
507 struct hbq_dmabuf *hbq_entry;
520 hbq_entry = container_of(mp, struct hbq_dmabuf, dbu
[all...]
H A Dlpfc_crtn.h217 struct hbq_dmabuf *lpfc_els_hbq_alloc(struct lpfc_hba *);
218 void lpfc_els_hbq_free(struct lpfc_hba *, struct hbq_dmabuf *);
219 struct hbq_dmabuf *lpfc_sli4_rb_alloc(struct lpfc_hba *);
220 void lpfc_sli4_rb_free(struct lpfc_hba *, struct hbq_dmabuf *);
267 void lpfc_sli4_handle_received_buffer(struct lpfc_hba *, struct hbq_dmabuf *);
310 void lpfc_sli_free_hbq(struct lpfc_hba *, struct hbq_dmabuf *);
H A Dlpfc.h109 struct hbq_dmabuf { struct
433 struct hbq_dmabuf *(*hbq_alloc_buffer) (struct lpfc_hba *);
436 struct hbq_dmabuf *);
504 (struct lpfc_hba *, uint32_t, struct hbq_dmabuf *);
H A Dlpfc_sli.c67 struct hbq_dmabuf *);
1266 struct hbq_dmabuf *hbq_buf;
1277 hbq_buf = container_of(dmabuf, struct hbq_dmabuf, dbuf);
1286 hbq_buf = container_of(dmabuf, struct hbq_dmabuf, dbuf);
1321 struct hbq_dmabuf *hbq_buf)
1339 struct hbq_dmabuf *hbq_buf)
1378 struct hbq_dmabuf *hbq_buf)
1442 struct hbq_dmabuf *hbq_buffer;
1465 list_remove_head(&hbq_buf_list, hbq_buffer, struct hbq_dmabuf,
1480 list_remove_head(&hbq_buf_list, hbq_buffer, struct hbq_dmabuf,
[all...]
H A Dlpfc_debugfs.c283 struct hbq_dmabuf *hbq_buf;
350 hbq_buf = container_of(d_buf, struct hbq_dmabuf, dbuf);

Completed in 68 milliseconds