Searched refs:hbq_entry (Results 1 - 2 of 2) 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.c507 struct hbq_dmabuf *hbq_entry; local
520 hbq_entry = container_of(mp, struct hbq_dmabuf, dbuf);
521 list_del(&hbq_entry->dbuf.list);
522 if (hbq_entry->tag == -1) {
524 (phba, hbq_entry);
526 lpfc_sli_free_hbq(phba, hbq_entry);
H A Dlpfc_sli.c1921 struct hbq_dmabuf *hbq_entry; local
1925 hbq_entry = lpfc_sli_hbqbuf_find(phba, tag);
1926 if (!hbq_entry)
1928 return &hbq_entry->dbuf;

Completed in 65 milliseconds