• Home
  • Raw
  • Download

Lines Matching defs:ipath_ibdev

535 struct ipath_ibdev {  struct
536 struct ib_device ibdev;
537 struct ipath_devdata *dd;
538 struct list_head pending_mmaps;
539 spinlock_t mmap_offset_lock;
540 u32 mmap_offset;
541 int ib_unit; /* This is the device number */
542 u16 sm_lid; /* in host order */
543 u8 sm_sl;
544 u8 mkeyprot;
546 unsigned long mkey_lease_timeout;
549 struct ipath_qp_table qp_table;
550 struct ipath_lkey_table lk_table;
551 struct list_head pending[3]; /* FIFO of QPs waiting for ACKs */
552 struct list_head piowait; /* list for wait PIO buf */
553 struct list_head txreq_free;
554 void *txreq_bufs;
556 struct list_head rnrwait;
557 spinlock_t pending_lock;
558 __be64 sys_image_guid; /* in network order */
559 __be64 gid_prefix; /* in network order */
560 __be64 mkey;
562 u32 n_pds_allocated; /* number of PDs allocated for device */
563 spinlock_t n_pds_lock;
564 u32 n_ahs_allocated; /* number of AHs allocated for device */
565 spinlock_t n_ahs_lock;
566 u32 n_cqs_allocated; /* number of CQs allocated for device */
567 spinlock_t n_cqs_lock;
568 u32 n_qps_allocated; /* number of QPs allocated for device */
569 spinlock_t n_qps_lock;
570 u32 n_srqs_allocated; /* number of SRQs allocated for device */
571 spinlock_t n_srqs_lock;
572 u32 n_mcast_grps_allocated; /* number of mcast groups allocated */
573 spinlock_t n_mcast_grps_lock;
575 u64 ipath_sword; /* total dwords sent (sample result) */
576 u64 ipath_rword; /* total dwords received (sample result) */
577 u64 ipath_spkts; /* total packets sent (sample result) */
578 u64 ipath_rpkts; /* total packets received (sample result) */
580 u64 ipath_xmit_wait;
581 u64 rcv_errors; /* # of packets with SW detected rcv errs */
582 u64 n_unicast_xmit; /* total unicast packets sent */
583 u64 n_unicast_rcv; /* total unicast packets received */
584 u64 n_multicast_xmit; /* total multicast packets sent */
585 u64 n_multicast_rcv; /* total multicast packets received */
586 u64 z_symbol_error_counter; /* starting count for PMA */
587 u64 z_link_error_recovery_counter; /* starting count for PMA */
588 u64 z_link_downed_counter; /* starting count for PMA */
589 u64 z_port_rcv_errors; /* starting count for PMA */
590 u64 z_port_rcv_remphys_errors; /* starting count for PMA */
591 u64 z_port_xmit_discards; /* starting count for PMA */
592 u64 z_port_xmit_data; /* starting count for PMA */
593 u64 z_port_rcv_data; /* starting count for PMA */
594 u64 z_port_xmit_packets; /* starting count for PMA */
595 u64 z_port_rcv_packets; /* starting count for PMA */
596 u32 z_pkey_violations; /* starting count for PMA */
597 u32 z_local_link_integrity_errors; /* starting count for PMA */
598 u32 z_excessive_buffer_overrun_errors; /* starting count for PMA */
599 u32 z_vl15_dropped; /* starting count for PMA */
600 u32 n_rc_resends;
601 u32 n_rc_acks;
602 u32 n_rc_qacks;
603 u32 n_seq_naks;
604 u32 n_rdma_seq;
605 u32 n_rnr_naks;
606 u32 n_other_naks;
607 u32 n_timeouts;
608 u32 n_pkt_drops;
609 u32 n_vl15_dropped;
610 u32 n_wqe_errs;
611 u32 n_rdma_dup_busy;
612 u32 n_piowait;
613 u32 n_unaligned;
614 u32 port_cap_flags;
615 u32 pma_sample_start;
616 u32 pma_sample_interval;
617 __be16 pma_counter_select[5];
618 u16 pma_tag;
619 u16 qkey_violations;
620 u16 mkey_violations;
621 u16 mkey_lease_period;
622 u16 pending_index; /* which pending queue is active */
623 u8 pma_sample_status;
624 u8 subnet_timeout;
625 u8 vl_high_limit;
626 struct ipath_opcode_stats opstats[128];