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