Searched refs:ll_config (Results 1 – 1 of 1) sorted by relevance
4311 struct vxge_config *ll_config = NULL; in vxge_probe() local4372 ll_config = kzalloc(sizeof(struct vxge_config), GFP_KERNEL); in vxge_probe()4373 if (!ll_config) { in vxge_probe()4380 ll_config->tx_steering_type = TX_MULTIQ_STEERING; in vxge_probe()4381 ll_config->intr_type = MSI_X; in vxge_probe()4382 ll_config->napi_weight = NEW_NAPI_WEIGHT; in vxge_probe()4383 ll_config->rth_steering = RTH_STEERING; in vxge_probe()4389 vxge_device_config_init(device_config, &ll_config->intr_type); in vxge_probe()4442 &ll_config->device_hw_info); in vxge_probe()4451 vpath_mask = ll_config->device_hw_info.vpath_mask; in vxge_probe()[all …]