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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/
H A Dqla_mbx.c2992 struct vp_config_entry_24xx *vpmod; local
2999 vpmod = dma_pool_alloc(ha->s_dma_pool, GFP_KERNEL, &vpmod_dma);
3000 if (!vpmod) {
3006 memset(vpmod, 0, sizeof(struct vp_config_entry_24xx));
3007 vpmod->entry_type = VP_CONFIG_IOCB_TYPE;
3008 vpmod->entry_count = 1;
3009 vpmod->command = VCT_COMMAND_MOD_ENABLE_VPS;
3010 vpmod->vp_count = 1;
3011 vpmod->vp_index1 = vha->vp_idx;
3012 vpmod
[all...]

Completed in 115 milliseconds