Lines Matching defs:port_info
435 struct port_info { struct
436 struct adapter *adapter;
437 u16 viid;
438 s16 xact_addr_filt; /* index of exact MAC address filter */
439 u16 rss_size; /* size of VI's RSS table slice */
440 s8 mdio_addr;
441 enum fw_port_type port_type;
442 u8 mod_type;
443 u8 port_id;
444 u8 tx_chan;
445 u8 lport; /* associated offload logical port */
446 u8 nqsets; /* # of qsets */
447 u8 first_qset; /* index of first qset */
448 u8 rss_mode;
449 struct link_config link_cfg;
450 u16 *rss;
451 struct port_stats stats_base;
453 struct port_dcb_info dcb; /* Data Center Bridging support */
456 struct cxgb_fcoe fcoe;
458 bool rxtstamp; /* Enable TS */
459 struct hwtstamp_config tstamp_config;