Searched refs:fcp_linkreset (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcp.c | 519 static int fcp_linkreset(struct fcp_port *pptr, struct scsi_address *ap, 4185 (void) fcp_linkreset(pptr, NULL, KM_SLEEP); in fcp_port_ioctl() 10071 (void) fcp_linkreset(pptr, NULL, KM_NOSLEEP); in fcp_handle_port_attach() 11316 if (fcp_linkreset(pptr, ap, KM_NOSLEEP) == FC_SUCCESS) { in fcp_scsi_reset() 12113 fcp_linkreset(struct fcp_port *pptr, struct scsi_address *ap, int sleep) in fcp_linkreset() function 12237 (void) fcp_linkreset(pptr, NULL, KM_NOSLEEP); in fcp_handle_port_resume()
|