Searched refs:compl_desc (Results 1 – 2 of 2) sorted by relevance
554 struct gve_rx_compl_desc_dqo *compl_desc) in gve_rx_input_mbuf_dqo() argument562 ptype = &rx->com.priv->ptype_lut_dqo->ptypes[compl_desc->packet_type]; in gve_rx_input_mbuf_dqo()564 mbuf->m_pkthdr.flowid = le32toh(compl_desc->hash); in gve_rx_input_mbuf_dqo()565 gve_rx_set_csum_flags_dqo(mbuf, compl_desc, ptype); in gve_rx_input_mbuf_dqo()589 struct gve_rx_compl_desc_dqo *compl_desc, uint16_t frag_len) in gve_rx_copybreak_dqo() argument608 gve_rx_input_mbuf_dqo(rx, compl_desc); in gve_rx_copybreak_dqo()614 struct gve_rx_compl_desc_dqo *compl_desc, in gve_rx_dqo() argument617 bool is_last_frag = compl_desc->end_of_packet != 0; in gve_rx_dqo()625 buf_id = le16toh(compl_desc->buf_id); in gve_rx_dqo()643 if (__predict_false(compl_desc->rx_error)) { in gve_rx_dqo()[all …]
1077 struct gve_tx_compl_desc_dqo *compl_desc; in gve_tx_cleanup_dqo() local1090 compl_desc = &tx->dqo.compl_ring[tx->dqo.compl_head]; in gve_tx_cleanup_dqo()1091 if (gve_tx_get_gen_bit((uint8_t *)compl_desc) == in gve_tx_cleanup_dqo()1095 type = compl_desc->type; in gve_tx_cleanup_dqo()1098 tx_head = le16toh(compl_desc->tx_head); in gve_tx_cleanup_dqo()1101 compl_tag = le16toh(compl_desc->completion_tag); in gve_tx_cleanup_dqo()