Lines Matching refs:compl_desc
637 const struct gve_rx_compl_desc_dqo *compl_desc, in gve_rx_skb_hash() argument
647 skb_set_hash(skb, le32_to_cpu(compl_desc->hash), hash_type); in gve_rx_skb_hash()
751 const struct gve_rx_compl_desc_dqo *compl_desc, in gve_rx_dqo() argument
754 const u16 buffer_id = le16_to_cpu(compl_desc->buf_id); in gve_rx_dqo()
755 const bool hbo = compl_desc->header_buffer_overflow; in gve_rx_dqo()
756 const bool eop = compl_desc->end_of_packet != 0; in gve_rx_dqo()
757 const bool hsplit = compl_desc->split_header; in gve_rx_dqo()
775 if (unlikely(compl_desc->rx_error)) { in gve_rx_dqo()
781 buf_len = compl_desc->packet_len; in gve_rx_dqo()
782 hdr_len = compl_desc->header_len; in gve_rx_dqo()
938 struct gve_rx_compl_desc_dqo *compl_desc = in gve_rx_poll_dqo() local
943 if (compl_desc->generation == complq->cur_gen_bit) in gve_rx_poll_dqo()
953 err = gve_rx_dqo(napi, rx, compl_desc, complq->head, rx->q_num); in gve_rx_poll_dqo()
985 if (!compl_desc->end_of_packet) in gve_rx_poll_dqo()
997 if (gve_rx_complete_skb(rx, napi, compl_desc, feat) != 0) { in gve_rx_poll_dqo()