Searched refs:fcp_port_head (Results 1 – 1 of 1) sorted by relevance
989 static struct fcp_port *fcp_port_head = NULL; variable1279 (void *) fcp_port_head); in fcp_detach()1281 if (fcp_port_head == NULL) { in fcp_detach()1485 pptr = fcp_port_head; in fcp_setup_device_data_ioctl()1793 pptr = fcp_port_head; in fcp_get_target_mappings()2366 pptr = fcp_port_head; in fcp_send_scsi_ioctl()3145 t_pptr = fcp_port_head; in fcp_copyin_fcp_ioctl_data()5538 for (pptr = fcp_port_head; pptr != NULL; pptr = pptr->port_next) { in fcp_get_port()9991 if (fcp_port_head == NULL) { in fcp_handle_port_attach()9994 pptr->port_next = fcp_port_head; in fcp_handle_port_attach()[all …]