Lines Matching defs:port_info
655 struct port_info { struct
656 struct adapter *adapter;
657 u16 viid;
658 int xact_addr_filt; /* index of exact MAC address filter */
659 u16 rss_size; /* size of VI's RSS table slice */
660 s8 mdio_addr;
661 enum fw_port_type port_type;
662 u8 mod_type;
663 u8 port_id;
664 u8 tx_chan;
665 u8 lport; /* associated offload logical port */
666 u8 nqsets; /* # of qsets */
667 u8 first_qset; /* index of first qset */
668 u8 rss_mode;
669 struct link_config link_cfg;
670 u16 *rss;
671 struct port_stats stats_base;
673 struct port_dcb_info dcb; /* Data Center Bridging support */
676 struct cxgb_fcoe fcoe;
678 bool rxtstamp; /* Enable TS */
679 struct hwtstamp_config tstamp_config;
680 bool ptp_enable;
681 struct sched_table *sched_tbl;
682 u32 eth_flags;
687 u8 vin;
688 u8 vivld;
689 u8 smt_idx;
690 u8 rx_cchan;
692 bool tc_block_shared;
695 u16 viid_mirror;
696 u16 nmirrorqsets;
697 u32 vi_mirror_count;
698 struct mutex vi_mirror_mutex; /* Sync access to Mirror VI info */
699 struct cxgb4_ethtool_lb_test ethtool_lb;