Searched refs:ll_config (Results 1 – 1 of 1) sorted by relevance
4317 struct vxge_config *ll_config = NULL; in vxge_probe() local4378 ll_config = kzalloc(sizeof(struct vxge_config), GFP_KERNEL); in vxge_probe()4379 if (!ll_config) { in vxge_probe()4386 ll_config->tx_steering_type = TX_MULTIQ_STEERING; in vxge_probe()4387 ll_config->intr_type = MSI_X; in vxge_probe()4388 ll_config->napi_weight = NEW_NAPI_WEIGHT; in vxge_probe()4389 ll_config->rth_steering = RTH_STEERING; in vxge_probe()4395 vxge_device_config_init(device_config, &ll_config->intr_type); in vxge_probe()4448 &ll_config->device_hw_info); in vxge_probe()4457 vpath_mask = ll_config->device_hw_info.vpath_mask; in vxge_probe()[all …]