Home
last modified time | relevance | path

Searched refs:vport_template (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/scsi/lpfc/
Dlpfc.h1595 struct scsi_host_template vport_template; member
Dlpfc_init.c4560 memcpy(&phba->vport_template, &lpfc_template, in lpfc_create_port()
4562 phba->vport_template.shost_attrs = lpfc_vport_attrs; in lpfc_create_port()
4563 phba->vport_template.eh_bus_reset_handler = NULL; in lpfc_create_port()
4564 phba->vport_template.eh_host_reset_handler = NULL; in lpfc_create_port()
4565 phba->vport_template.vendor_id = 0; in lpfc_create_port()
4570 phba->vport_template.sg_tablesize = in lpfc_create_port()
4574 phba->vport_template.sg_tablesize = in lpfc_create_port()
4584 template = &phba->vport_template; in lpfc_create_port()