Lines Matching defs:qib_ibport
638 struct qib_ibport { struct
639 struct qib_qp *qp0;
640 struct qib_qp *qp1;
641 struct ib_mad_agent *send_agent; /* agent for SMI (traps) */
642 struct qib_ah *sm_ah;
643 struct qib_ah *smi_ah;
644 struct rb_root mcast_tree;
645 spinlock_t lock; /* protect changes in this struct */
648 unsigned long mkey_lease_timeout;
649 unsigned long trap_timeout;
650 __be64 gid_prefix; /* in network order */
651 __be64 mkey;
652 __be64 guids[QIB_GUIDS_PER_PORT - 1]; /* writable GUIDs */
653 u64 tid; /* TID for traps */
654 u64 n_unicast_xmit; /* total unicast packets sent */
655 u64 n_unicast_rcv; /* total unicast packets received */
656 u64 n_multicast_xmit; /* total multicast packets sent */
657 u64 n_multicast_rcv; /* total multicast packets received */
658 u64 z_symbol_error_counter; /* starting count for PMA */
659 u64 z_link_error_recovery_counter; /* starting count for PMA */
660 u64 z_link_downed_counter; /* starting count for PMA */
661 u64 z_port_rcv_errors; /* starting count for PMA */
662 u64 z_port_rcv_remphys_errors; /* starting count for PMA */
663 u64 z_port_xmit_discards; /* starting count for PMA */
664 u64 z_port_xmit_data; /* starting count for PMA */
665 u64 z_port_rcv_data; /* starting count for PMA */
666 u64 z_port_xmit_packets; /* starting count for PMA */
667 u64 z_port_rcv_packets; /* starting count for PMA */
668 u32 z_local_link_integrity_errors; /* starting count for PMA */
669 u32 z_excessive_buffer_overrun_errors; /* starting count for PMA */
670 u32 z_vl15_dropped; /* starting count for PMA */
671 u32 n_rc_resends;
672 u32 n_rc_acks;
673 u32 n_rc_qacks;
674 u32 n_rc_delayed_comp;
675 u32 n_seq_naks;
676 u32 n_rdma_seq;
677 u32 n_rnr_naks;
678 u32 n_other_naks;
679 u32 n_loop_pkts;
680 u32 n_pkt_drops;
681 u32 n_vl15_dropped;
682 u32 n_rc_timeouts;
683 u32 n_dmawait;
684 u32 n_unaligned;
685 u32 n_rc_dupreq;
686 u32 n_rc_seqnak;
687 u32 port_cap_flags;
688 u32 pma_sample_start;
689 u32 pma_sample_interval;
690 __be16 pma_counter_select[5];
691 u16 pma_tag;
692 u16 pkey_violations;
693 u16 qkey_violations;
694 u16 mkey_violations;
695 u16 mkey_lease_period;
696 u16 sm_lid;
697 u16 repress_traps;
698 u8 sm_sl;
699 u8 mkeyprot;
700 u8 subnet_timeout;
701 u8 vl_high_limit;
702 u8 sl_to_vl[16];
704 struct qib_opcode_stats opstats[128];