Lines Matching refs:driver_info
980 struct bfa_fcs_driver_info_s driver_info; in bfad_start_ops() local
989 memset(&driver_info, 0, sizeof(driver_info)); in bfad_start_ops()
990 strncpy(driver_info.version, BFAD_DRIVER_VERSION, in bfad_start_ops()
991 sizeof(driver_info.version) - 1); in bfad_start_ops()
993 strncpy(driver_info.host_machine_name, host_name, in bfad_start_ops()
994 sizeof(driver_info.host_machine_name) - 1); in bfad_start_ops()
996 strncpy(driver_info.host_os_name, os_name, in bfad_start_ops()
997 sizeof(driver_info.host_os_name) - 1); in bfad_start_ops()
999 strncpy(driver_info.host_os_patch, os_patch, in bfad_start_ops()
1000 sizeof(driver_info.host_os_patch) - 1); in bfad_start_ops()
1002 strncpy(driver_info.os_device_name, bfad->pci_name, in bfad_start_ops()
1003 sizeof(driver_info.os_device_name) - 1); in bfad_start_ops()
1007 bfa_fcs_driver_info_init(&bfad->bfa_fcs, &driver_info); in bfad_start_ops()