Searched refs:ext_list (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/scsi/ibmvscsi/ |
| H A D | ibmvscsi.h | 64 struct srp_direct_buf *ext_list; member
|
| H A D | ibmvscsi.c | 473 evt->ext_list = NULL; in initialize_event_pool() 494 if (pool->events[i].ext_list) { in release_event_pool() 497 pool->events[i].ext_list, in release_event_pool() 719 if (!evt_struct->ext_list) { in map_sg_data() 720 evt_struct->ext_list = (struct srp_direct_buf *) in map_sg_data() 724 if (!evt_struct->ext_list) { in map_sg_data() 734 total_length = map_sg_list(cmd, sg_mapped, evt_struct->ext_list); in map_sg_data() 740 memcpy(indirect->desc_list, evt_struct->ext_list, in map_sg_data()
|
| H A D | ibmvfc.c | 1280 evt->ext_list = NULL; in ibmvfc_init_event_pool() 1302 if (pool->events[i].ext_list) in ibmvfc_free_event_pool() 1304 pool->events[i].ext_list, in ibmvfc_free_event_pool() 1415 if (!evt->ext_list) { in ibmvfc_map_sg_data() 1416 evt->ext_list = dma_pool_alloc(vhost->sg_pool, GFP_ATOMIC, in ibmvfc_map_sg_data() 1419 if (!evt->ext_list) { in ibmvfc_map_sg_data() 1427 ibmvfc_map_sg_list(scmd, sg_mapped, evt->ext_list); in ibmvfc_map_sg_data()
|
| H A D | ibmvfc.h | 731 struct srp_direct_buf *ext_list; member
|
| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | xwayland-glamor-eglstream.c | 253 const char **ext_list, size_t size) in xwl_glamor_egl_device_has_egl_extensions() argument 264 if (!epoxy_has_egl_extension(egl_display, ext_list[i])) { in xwl_glamor_egl_device_has_egl_extensions()
|