Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c523 static int fcp_linkreset(struct fcp_port *pptr, struct scsi_address *ap,
4190 (void) fcp_linkreset(pptr, NULL, KM_SLEEP); in fcp_port_ioctl()
10060 (void) fcp_linkreset(pptr, NULL, KM_NOSLEEP); in fcp_handle_port_attach()
11305 if (fcp_linkreset(pptr, ap, KM_NOSLEEP) == FC_SUCCESS) { in fcp_scsi_reset()
12102 fcp_linkreset(struct fcp_port *pptr, struct scsi_address *ap, int sleep) in fcp_linkreset() function
12226 (void) fcp_linkreset(pptr, NULL, KM_NOSLEEP); in fcp_handle_port_resume()