Lines Matching defs:qib_ibport

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