Home
last modified time | relevance | path

Searched refs:nolip (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H A Dlpfc_attr.c4050 int nolip = 0; in lpfc_topology_store() local
4055 if (!strncmp(buf, "nolip ", strlen("nolip "))) { in lpfc_topology_store()
4056 nolip = 1; in lpfc_topology_store()
4057 val_buf = &buf[strlen("nolip ")]; in lpfc_topology_store()
4090 if (nolip) in lpfc_topology_store()
4500 int nolip = 0; in lpfc_link_speed_store() local
4510 if (!strncmp(buf, "nolip ", strlen("nolip "))) { in lpfc_link_speed_store()
4511 nolip in lpfc_link_speed_store()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A Dlpfc_attr.c4173 int nolip = 0; in lpfc_topology_store() local
4179 if (!strncmp(buf, "nolip ", strlen("nolip "))) { in lpfc_topology_store()
4180 nolip = 1; in lpfc_topology_store()
4181 val_buf = &buf[strlen("nolip ")]; in lpfc_topology_store()
4217 if (nolip) in lpfc_topology_store()
4304 int nolip = 0; in lpfc_link_speed_store() local
4314 if (!strncmp(buf, "nolip ", strlen("nolip "))) { in lpfc_link_speed_store()
4315 nolip in lpfc_link_speed_store()
[all...]

Completed in 12 milliseconds