Searched refs:hbq_entry (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc_mem.c | 659 struct hbq_dmabuf *hbq_entry; in lpfc_in_buf_free() local 666 hbq_entry = container_of(mp, struct hbq_dmabuf, dbuf); in lpfc_in_buf_free() 673 list_del(&hbq_entry->dbuf.list); in lpfc_in_buf_free() 674 if (hbq_entry->tag == -1) { in lpfc_in_buf_free() 676 (phba, hbq_entry); in lpfc_in_buf_free() 678 lpfc_sli_free_hbq(phba, hbq_entry); in lpfc_in_buf_free()
|
H A D | lpfc_sli.c | 2779 struct hbq_dmabuf *hbq_entry; in lpfc_sli_get_buff() local 2783 hbq_entry = lpfc_sli_hbqbuf_find(phba, tag); in lpfc_sli_get_buff() 2784 if (!hbq_entry) in lpfc_sli_get_buff() 2786 return &hbq_entry->dbuf; in lpfc_sli_get_buff()
|
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_mem.c | 675 struct hbq_dmabuf *hbq_entry; in lpfc_in_buf_free() local 682 hbq_entry = container_of(mp, struct hbq_dmabuf, dbuf); in lpfc_in_buf_free() 689 list_del(&hbq_entry->dbuf.list); in lpfc_in_buf_free() 690 if (hbq_entry->tag == -1) { in lpfc_in_buf_free() 692 (phba, hbq_entry); in lpfc_in_buf_free() 694 lpfc_sli_free_hbq(phba, hbq_entry); in lpfc_in_buf_free()
|
H A D | lpfc_sli.c | 3188 struct hbq_dmabuf *hbq_entry; in lpfc_sli_get_buff() local 3192 hbq_entry = lpfc_sli_hbqbuf_find(phba, tag); in lpfc_sli_get_buff() 3193 if (!hbq_entry) in lpfc_sli_get_buff() 3195 return &hbq_entry->dbuf; in lpfc_sli_get_buff()
|
Completed in 46 milliseconds