Lines Matching defs:bnxt_pf_info
716 struct bnxt_pf_info { struct
719 u32 fw_fid;
720 u8 port_id;
721 u8 mac_addr[ETH_ALEN];
722 u16 max_rsscos_ctxs;
723 u16 max_cp_rings;
724 u16 max_tx_rings; /* HW assigned max tx rings for this PF */
725 u16 max_pf_tx_rings; /* runtime max tx rings owned by PF */
726 u16 max_rx_rings; /* HW assigned max rx rings for this PF */
727 u16 max_pf_rx_rings; /* runtime max rx rings owned by PF */
728 u16 max_irqs;
729 u16 max_l2_ctxs;
730 u16 max_vnics;
731 u16 max_stat_ctxs;
732 u32 first_vf_id;
733 u16 active_vfs;
734 u16 max_vfs;
735 u32 max_encap_records;
736 u32 max_decap_records;
737 u32 max_tx_em_flows;
738 u32 max_tx_wm_flows;
739 u32 max_rx_em_flows;
740 u32 max_rx_wm_flows;
741 unsigned long *vf_event_bmap;
742 u16 hwrm_cmd_req_pages;
743 void *hwrm_cmd_req_addr[4];
744 dma_addr_t hwrm_cmd_req_dma_addr[4];
745 struct bnxt_vf_info *vf;