• Home
  • Raw
  • Download

Lines Matching defs:bnxt

1554 struct bnxt {  struct
1555 void __iomem *bar0;
1556 void __iomem *bar1;
1557 void __iomem *bar2;
1559 u32 reg_base;
1560 u16 chip_num;
1593 u8 chip_rev;
1637 char board_partno[BNXT_VPD_FLD_LEN];
1638 char board_serialno[BNXT_VPD_FLD_LEN];
1640 struct net_device *dev;
1641 struct pci_dev *pdev;
1643 atomic_t intr_sem;
1645 u32 flags;
1725 struct bnxt_en_dev *edev; argument
1726 struct bnxt_en_dev * (*ulp_probe)(struct net_device *); argument
1728 struct bnxt_napi **bnapi; argument
1730 struct bnxt_rx_ring_info *rx_ring; argument
1731 struct bnxt_tx_ring_info *tx_ring; argument
1734 struct sk_buff * (*gro_func)(struct bnxt_tpa_info *, int, int, argument
1737 struct sk_buff * (*rx_skb_func)(struct bnxt *, argument
1742 u16 max_tpa_v2;
1743 u16 max_tpa;
1744 u32 rx_buf_size;
1745 u32 rx_buf_use_size; /* useable size */
1746 u16 rx_offset;
1747 u16 rx_dma_offset;
1748 enum dma_data_direction rx_dir;
1749 u32 rx_ring_size;
1750 u32 rx_agg_ring_size;
1751 u32 rx_copy_thresh;
1752 u32 rx_ring_mask;
1753 u32 rx_agg_ring_mask;
1777 struct bnxt_ring_grp_info *grp_info; argument
1778 struct bnxt_vnic_info *vnic_info; argument
1787 struct bnxt_queue_info q_info[BNXT_MAX_QUEUE]; argument
1788 u8 tc_to_qidx[BNXT_MAX_QUEUE];
1812 struct bnxt_irq *irq_tbl; argument
1813 int total_irqs;
1814 u8 mac_addr[ETH_ALEN];
1817 struct ieee_pfc *ieee_pfc;
1818 struct ieee_ets *ieee_ets;
1819 u8 dcbx_cap;
1820 u8 default_pri;
1821 u8 max_dscp_value;
1824 u32 msg_enable;
1826 u32 fw_cap;
1863 struct bnxt_stats_mem port_stats; argument
1864 struct bnxt_stats_mem rx_port_stats_ext; argument
1865 struct bnxt_stats_mem tx_port_stats_ext; argument
1866 u16 fw_rx_stats_ext_size;
1867 u16 fw_tx_stats_ext_size;
1868 u16 hw_ring_stats_size;
1869 u8 pri2cos_idx[8];
1870 u8 pri2cos_valid;
1894 struct bnxt_coal_cap coal_cap; argument
1895 struct bnxt_coal rx_coal; argument
1896 struct bnxt_coal tx_coal; argument
1898 u32 stats_coal_ticks;
1903 struct work_struct sp_task;
1904 unsigned long sp_event;
1938 struct bnxt_fw_health *fw_health; argument
1940 struct bnxt_hw_resc hw_resc; argument
1941 struct bnxt_pf_info pf; argument
1942 struct bnxt_ctx_mem_info *ctx; argument
1945 struct bnxt_vf_info vf; argument
1946 wait_queue_head_t sriov_cfg_wait;
1947 bool sriov_cfg;
1976 struct bnxt_link_info link_info; argument
1982 struct bnxt_test_info *test_info; argument
1988 struct bnxt_led_info leds[BNXT_MAX_LED]; argument
1999 struct bnxt_vf_rep **vf_reps; /* array of vf-rep ptrs */ argument
2002 struct bnxt_tc_info *tc_info; argument
2003 struct list_head tc_indr_block_list;
2004 struct dentry *debugfs_pdev;
2005 struct device *hwmon_dev;