Searched refs:buflist (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/message/fusion/ |
| H A D | mptctl.c | 94 struct buflist { struct 129 struct buflist **blp, dma_addr_t *sglbuf_dma, MPT_ADAPTER *ioc); 131 struct buflist *buflist, MPT_ADAPTER *ioc); 783 struct buflist *buflist; in mptctl_do_fw_download() local 784 struct buflist *bl; in mptctl_do_fw_download() 858 &numfrags, &buflist, &sgl_dma, iocp)) == NULL) in mptctl_do_fw_download() 889 bl = buflist; in mptctl_do_fw_download() 955 kfree_sgl(sgl, sgl_dma, buflist, iocp); in mptctl_do_fw_download() 984 kfree_sgl(sgl, sgl_dma, buflist, iocp); in mptctl_do_fw_download() 1005 struct buflist **blp, dma_addr_t *sglbuf_dma, MPT_ADAPTER *ioc) in kbuf_alloc_2_sgl() [all …]
|
| /linux/drivers/media/usb/dvb-usb/ |
| H A D | cxusb.h | 148 struct list_head buflist; member
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_init.c | 973 LIST_HEAD(buflist); in lpfc_hba_free_post_buf() 982 list_splice_init(&pring->postbufq, &buflist); in lpfc_hba_free_post_buf() 986 list_for_each_entry_safe(mp, next_mp, &buflist, list) { in lpfc_hba_free_post_buf()
|