Searched refs:fcp_port_head (Results 1 – 1 of 1) sorted by relevance
985 static struct fcp_port *fcp_port_head = NULL; variable1275 (void *) fcp_port_head); in fcp_detach()1277 if (fcp_port_head == NULL) { in fcp_detach()1481 pptr = fcp_port_head; in fcp_setup_device_data_ioctl()1789 pptr = fcp_port_head; in fcp_get_target_mappings()2362 pptr = fcp_port_head; in fcp_send_scsi_ioctl()3141 t_pptr = fcp_port_head; in fcp_copyin_fcp_ioctl_data()5533 for (pptr = fcp_port_head; pptr != NULL; pptr = pptr->port_next) { in fcp_get_port()10002 if (fcp_port_head == NULL) { in fcp_handle_port_attach()10005 pptr->port_next = fcp_port_head; in fcp_handle_port_attach()[all …]