Searched refs:ll_config (Results 1 – 1 of 1) sorted by relevance
4306 struct vxge_config *ll_config = NULL; in vxge_probe() local4367 ll_config = kzalloc(sizeof(struct vxge_config), GFP_KERNEL); in vxge_probe()4368 if (!ll_config) { in vxge_probe()4375 ll_config->tx_steering_type = TX_MULTIQ_STEERING; in vxge_probe()4376 ll_config->intr_type = MSI_X; in vxge_probe()4377 ll_config->napi_weight = NEW_NAPI_WEIGHT; in vxge_probe()4378 ll_config->rth_steering = RTH_STEERING; in vxge_probe()4384 vxge_device_config_init(device_config, &ll_config->intr_type); in vxge_probe()4437 &ll_config->device_hw_info); in vxge_probe()4446 vpath_mask = ll_config->device_hw_info.vpath_mask; in vxge_probe()[all …]