Lines Matching defs:qib_ibport

684 struct qib_ibport {  struct
685 struct qib_qp __rcu *qp0;
686 struct qib_qp __rcu *qp1;
687 struct ib_mad_agent *send_agent; /* agent for SMI (traps) */
688 struct qib_ah *sm_ah;
689 struct qib_ah *smi_ah;
690 struct rb_root mcast_tree;
691 spinlock_t lock; /* protect changes in this struct */
694 unsigned long mkey_lease_timeout;
695 unsigned long trap_timeout;
696 __be64 gid_prefix; /* in network order */
697 __be64 mkey;
698 __be64 guids[QIB_GUIDS_PER_PORT - 1]; /* writable GUIDs */
699 u64 tid; /* TID for traps */
700 struct qib_pma_counters __percpu *pmastats;
701 u64 z_unicast_xmit; /* starting count for PMA */
702 u64 z_unicast_rcv; /* starting count for PMA */
703 u64 z_multicast_xmit; /* starting count for PMA */
704 u64 z_multicast_rcv; /* starting count for PMA */
705 u64 z_symbol_error_counter; /* starting count for PMA */
706 u64 z_link_error_recovery_counter; /* starting count for PMA */
707 u64 z_link_downed_counter; /* starting count for PMA */
708 u64 z_port_rcv_errors; /* starting count for PMA */
709 u64 z_port_rcv_remphys_errors; /* starting count for PMA */
710 u64 z_port_xmit_discards; /* starting count for PMA */
711 u64 z_port_xmit_data; /* starting count for PMA */
712 u64 z_port_rcv_data; /* starting count for PMA */
713 u64 z_port_xmit_packets; /* starting count for PMA */
714 u64 z_port_rcv_packets; /* starting count for PMA */
715 u32 z_local_link_integrity_errors; /* starting count for PMA */
716 u32 z_excessive_buffer_overrun_errors; /* starting count for PMA */
717 u32 z_vl15_dropped; /* starting count for PMA */
718 u32 n_rc_resends;
719 u32 n_rc_acks;
720 u32 n_rc_qacks;
721 u32 n_rc_delayed_comp;
722 u32 n_seq_naks;
723 u32 n_rdma_seq;
724 u32 n_rnr_naks;
725 u32 n_other_naks;
726 u32 n_loop_pkts;
727 u32 n_pkt_drops;
728 u32 n_vl15_dropped;
729 u32 n_rc_timeouts;
730 u32 n_dmawait;
731 u32 n_unaligned;
732 u32 n_rc_dupreq;
733 u32 n_rc_seqnak;
734 u32 port_cap_flags;
735 u32 pma_sample_start;
736 u32 pma_sample_interval;
737 __be16 pma_counter_select[5];
738 u16 pma_tag;
739 u16 pkey_violations;
740 u16 qkey_violations;
741 u16 mkey_violations;
742 u16 mkey_lease_period;
743 u16 sm_lid;
744 u16 repress_traps;
745 u8 sm_sl;
746 u8 mkeyprot;
747 u8 subnet_timeout;
748 u8 vl_high_limit;
749 u8 sl_to_vl[16];