Lines Matching defs:txq
137 * @txq: the Tx queue to use
145 ice_tso_setup(struct ice_tx_queue *txq, if_pkt_info_t pi)
153 txd = (struct ice_tx_ctx_desc *)&txq->tx_base[idx];
160 txq->stats.mss_too_small++;
172 txq->stats.tso++;
174 return ((idx + 1) & (txq->desc_count-1));
179 * @txq: The Tx queue, used to track checksum offload stats
192 ice_tx_setup_offload(struct ice_tx_queue *txq, if_pkt_info_t pi, u32 *cmd, u32 *off)
201 txq->stats.cso[ICE_CSO_STAT_TX_IP4]++;
214 txq->stats.cso[ICE_CSO_STAT_TX_IP6]++;
218 txq->stats.cso[ICE_CSO_STAT_TX_L3_ERR]++;
234 txq->stats.cso[ICE_CSO_STAT_TX_TCP]++;
242 txq->stats.cso[ICE_CSO_STAT_TX_UDP]++;
250 txq->stats.cso[ICE_CSO_STAT_TX_SCTP]++;
254 txq->stats.cso[ICE_CSO_STAT_TX_L4_ERR]++;