Lines Matching refs:ll_config

4328 	struct vxge_config *ll_config = NULL;  in vxge_probe()  local
4389 ll_config = kzalloc(sizeof(struct vxge_config), GFP_KERNEL); in vxge_probe()
4390 if (!ll_config) { in vxge_probe()
4397 ll_config->tx_steering_type = TX_MULTIQ_STEERING; in vxge_probe()
4398 ll_config->intr_type = MSI_X; in vxge_probe()
4399 ll_config->napi_weight = NEW_NAPI_WEIGHT; in vxge_probe()
4400 ll_config->rth_steering = RTH_STEERING; in vxge_probe()
4406 vxge_device_config_init(device_config, &ll_config->intr_type); in vxge_probe()
4459 &ll_config->device_hw_info); in vxge_probe()
4468 vpath_mask = ll_config->device_hw_info.vpath_mask; in vxge_probe()
4480 function_mode = ll_config->device_hw_info.function_mode; in vxge_probe()
4481 host_type = ll_config->device_hw_info.host_type; in vxge_probe()
4483 ll_config->device_hw_info.func_id); in vxge_probe()
4497 (ll_config->intr_type != INTA)) { in vxge_probe()
4509 no_of_vpath = vxge_config_vpaths(device_config, vpath_mask, ll_config); in vxge_probe()
4528 if (VXGE_FW_VER(ll_config->device_hw_info.fw_version.major, in vxge_probe()
4529 ll_config->device_hw_info.fw_version.minor, in vxge_probe()
4530 ll_config->device_hw_info.fw_version.build) >= in vxge_probe()
4586 ll_config->fifo_indicate_max_pkts = VXGE_FIFO_INDICATE_MAX_PKTS; in vxge_probe()
4587 ll_config->addr_learn_en = addr_learn_en; in vxge_probe()
4588 ll_config->rth_algorithm = RTH_ALG_JENKINS; in vxge_probe()
4589 ll_config->rth_hash_type_tcpipv4 = 1; in vxge_probe()
4590 ll_config->rth_hash_type_ipv4 = 0; in vxge_probe()
4591 ll_config->rth_hash_type_tcpipv6 = 0; in vxge_probe()
4592 ll_config->rth_hash_type_ipv6 = 0; in vxge_probe()
4593 ll_config->rth_hash_type_tcpipv6ex = 0; in vxge_probe()
4594 ll_config->rth_hash_type_ipv6ex = 0; in vxge_probe()
4595 ll_config->rth_bkt_sz = RTH_BUCKET_SIZE; in vxge_probe()
4596 ll_config->tx_pause_enable = VXGE_PAUSE_CTRL_ENABLE; in vxge_probe()
4597 ll_config->rx_pause_enable = VXGE_PAUSE_CTRL_ENABLE; in vxge_probe()
4599 ret = vxge_device_register(hldev, ll_config, high_dma, no_of_vpath, in vxge_probe()
4633 ll_config->device_hw_info.mac_addrs[i], in vxge_probe()
4654 ll_config->device_hw_info.serial_number[VXGE_HW_INFO_LEN - 1] = '\0'; in vxge_probe()
4655 ll_config->device_hw_info.product_desc[VXGE_HW_INFO_LEN - 1] = '\0'; in vxge_probe()
4656 ll_config->device_hw_info.part_number[VXGE_HW_INFO_LEN - 1] = '\0'; in vxge_probe()
4659 vdev->ndev->name, ll_config->device_hw_info.serial_number); in vxge_probe()
4662 vdev->ndev->name, ll_config->device_hw_info.part_number); in vxge_probe()
4665 vdev->ndev->name, ll_config->device_hw_info.product_desc); in vxge_probe()
4675 ll_config->device_hw_info.fw_version.version, in vxge_probe()
4676 ll_config->device_hw_info.fw_date.date); in vxge_probe()
4679 switch (ll_config->device_hw_info.function_mode) { in vxge_probe()
4702 strcpy(vdev->fw_version, ll_config->device_hw_info.fw_version.version); in vxge_probe()
4738 if (ll_config->device_hw_info.function_mode == in vxge_probe()
4750 kfree(ll_config); in vxge_probe()
4768 kfree(ll_config); in vxge_probe()