Lines Matching defs:sge_eth_txq
864 struct sge_eth_txq { /* state for an SGE Ethernet Tx queue */ struct
865 struct sge_txq q;
866 struct netdev_queue *txq; /* associated netdev TX queue */
868 u8 dcb_prio; /* DCB Priority bound to queue */
870 u8 dbqt; /* SGE Doorbell Queue Timer in use */
871 unsigned int dbqtimerix; /* SGE Doorbell Queue Timer Index */
872 unsigned long tso; /* # of TSO requests */
873 unsigned long uso; /* # of USO requests */
874 unsigned long tx_cso; /* # of Tx checksum offloads */
875 unsigned long vlan_ins; /* # of Tx VLAN insertions */
876 unsigned long mapping_err; /* # of I/O MMU packet mapping errors */