Searched refs:compl_desc (Results 1 – 2 of 2) sorted by relevance
542 struct gve_rx_compl_desc_dqo *compl_desc) in gve_rx_input_mbuf_dqo() argument550 ptype = &rx->com.priv->ptype_lut_dqo->ptypes[compl_desc->packet_type]; in gve_rx_input_mbuf_dqo()552 mbuf->m_pkthdr.flowid = le32toh(compl_desc->hash); in gve_rx_input_mbuf_dqo()553 gve_rx_set_csum_flags_dqo(mbuf, compl_desc, ptype); in gve_rx_input_mbuf_dqo()577 struct gve_rx_compl_desc_dqo *compl_desc, uint16_t frag_len) in gve_rx_copybreak_dqo() argument596 gve_rx_input_mbuf_dqo(rx, compl_desc); in gve_rx_copybreak_dqo()602 struct gve_rx_compl_desc_dqo *compl_desc, in gve_rx_dqo() argument605 bool is_last_frag = compl_desc->end_of_packet != 0; in gve_rx_dqo()613 buf_id = le16toh(compl_desc->buf_id); in gve_rx_dqo()631 if (__predict_false(compl_desc->rx_error)) { in gve_rx_dqo()[all …]
1021 struct gve_tx_compl_desc_dqo *compl_desc; in gve_tx_cleanup_dqo() local1033 compl_desc = &tx->dqo.compl_ring[tx->dqo.compl_head]; in gve_tx_cleanup_dqo()1034 if (compl_desc->generation == tx->dqo.cur_gen_bit) in gve_tx_cleanup_dqo()1042 type = compl_desc->type; in gve_tx_cleanup_dqo()1046 tx_head = le16toh(compl_desc->tx_head); in gve_tx_cleanup_dqo()1049 compl_tag = le16toh(compl_desc->completion_tag); in gve_tx_cleanup_dqo()