Lines Matching refs:x

395 #define fc_starget_node_name(x) \  argument
396 (((struct fc_starget_attrs *)&(x)->starget_data)->node_name)
397 #define fc_starget_port_name(x) \ argument
398 (((struct fc_starget_attrs *)&(x)->starget_data)->port_name)
399 #define fc_starget_port_id(x) \ argument
400 (((struct fc_starget_attrs *)&(x)->starget_data)->port_id)
548 #define shost_to_fc_host(x) \ argument
549 ((struct fc_host_attrs *)(x)->shost_data)
551 #define fc_host_node_name(x) \ argument
552 (((struct fc_host_attrs *)(x)->shost_data)->node_name)
553 #define fc_host_port_name(x) \ argument
554 (((struct fc_host_attrs *)(x)->shost_data)->port_name)
555 #define fc_host_permanent_port_name(x) \ argument
556 (((struct fc_host_attrs *)(x)->shost_data)->permanent_port_name)
557 #define fc_host_supported_classes(x) \ argument
558 (((struct fc_host_attrs *)(x)->shost_data)->supported_classes)
559 #define fc_host_supported_fc4s(x) \ argument
560 (((struct fc_host_attrs *)(x)->shost_data)->supported_fc4s)
561 #define fc_host_supported_speeds(x) \ argument
562 (((struct fc_host_attrs *)(x)->shost_data)->supported_speeds)
563 #define fc_host_maxframe_size(x) \ argument
564 (((struct fc_host_attrs *)(x)->shost_data)->maxframe_size)
565 #define fc_host_max_npiv_vports(x) \ argument
566 (((struct fc_host_attrs *)(x)->shost_data)->max_npiv_vports)
567 #define fc_host_serial_number(x) \ argument
568 (((struct fc_host_attrs *)(x)->shost_data)->serial_number)
569 #define fc_host_manufacturer(x) \ argument
570 (((struct fc_host_attrs *)(x)->shost_data)->manufacturer)
571 #define fc_host_model(x) \ argument
572 (((struct fc_host_attrs *)(x)->shost_data)->model)
573 #define fc_host_model_description(x) \ argument
574 (((struct fc_host_attrs *)(x)->shost_data)->model_description)
575 #define fc_host_hardware_version(x) \ argument
576 (((struct fc_host_attrs *)(x)->shost_data)->hardware_version)
577 #define fc_host_driver_version(x) \ argument
578 (((struct fc_host_attrs *)(x)->shost_data)->driver_version)
579 #define fc_host_firmware_version(x) \ argument
580 (((struct fc_host_attrs *)(x)->shost_data)->firmware_version)
581 #define fc_host_optionrom_version(x) \ argument
582 (((struct fc_host_attrs *)(x)->shost_data)->optionrom_version)
583 #define fc_host_port_id(x) \ argument
584 (((struct fc_host_attrs *)(x)->shost_data)->port_id)
585 #define fc_host_port_type(x) \ argument
586 (((struct fc_host_attrs *)(x)->shost_data)->port_type)
587 #define fc_host_port_state(x) \ argument
588 (((struct fc_host_attrs *)(x)->shost_data)->port_state)
589 #define fc_host_active_fc4s(x) \ argument
590 (((struct fc_host_attrs *)(x)->shost_data)->active_fc4s)
591 #define fc_host_speed(x) \ argument
592 (((struct fc_host_attrs *)(x)->shost_data)->speed)
593 #define fc_host_fabric_name(x) \ argument
594 (((struct fc_host_attrs *)(x)->shost_data)->fabric_name)
595 #define fc_host_symbolic_name(x) \ argument
596 (((struct fc_host_attrs *)(x)->shost_data)->symbolic_name)
597 #define fc_host_system_hostname(x) \ argument
598 (((struct fc_host_attrs *)(x)->shost_data)->system_hostname)
599 #define fc_host_tgtid_bind_type(x) \ argument
600 (((struct fc_host_attrs *)(x)->shost_data)->tgtid_bind_type)
601 #define fc_host_rports(x) \ argument
602 (((struct fc_host_attrs *)(x)->shost_data)->rports)
603 #define fc_host_rport_bindings(x) \ argument
604 (((struct fc_host_attrs *)(x)->shost_data)->rport_bindings)
605 #define fc_host_vports(x) \ argument
606 (((struct fc_host_attrs *)(x)->shost_data)->vports)
607 #define fc_host_next_rport_number(x) \ argument
608 (((struct fc_host_attrs *)(x)->shost_data)->next_rport_number)
609 #define fc_host_next_target_id(x) \ argument
610 (((struct fc_host_attrs *)(x)->shost_data)->next_target_id)
611 #define fc_host_next_vport_number(x) \ argument
612 (((struct fc_host_attrs *)(x)->shost_data)->next_vport_number)
613 #define fc_host_npiv_vports_inuse(x) \ argument
614 (((struct fc_host_attrs *)(x)->shost_data)->npiv_vports_inuse)
615 #define fc_host_work_q_name(x) \ argument
616 (((struct fc_host_attrs *)(x)->shost_data)->work_q_name)
617 #define fc_host_work_q(x) \ argument
618 (((struct fc_host_attrs *)(x)->shost_data)->work_q)
619 #define fc_host_devloss_work_q_name(x) \ argument
620 (((struct fc_host_attrs *)(x)->shost_data)->devloss_work_q_name)
621 #define fc_host_devloss_work_q(x) \ argument
622 (((struct fc_host_attrs *)(x)->shost_data)->devloss_work_q)
623 #define fc_host_dev_loss_tmo(x) \ argument
624 (((struct fc_host_attrs *)(x)->shost_data)->dev_loss_tmo)