Home
last modified time | relevance | path

Searched refs:fnic_reset (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/scsi/fnic/
H A Dfnic.h354 int fnic_reset(struct Scsi_Host *);
H A Dfnic_main.c156 .issue_fc_host_lip = fnic_reset,
H A Dfnic_scsi.c2448 int fnic_reset(struct Scsi_Host *shost) in fnic_reset() function
2517 ret = (fnic_reset(shost) == 0) ? SUCCESS : FAILED; in fnic_host_reset()