/* RX Completion information that is provided by HW for a specific RX WQE */ struct hinic3_rq_cqe {
__le32 status;
__le32 vlan_len;
__le32 offload_type;
__le32 rsvd3;
__le32 rsvd4;
__le32 rsvd5;
__le32 rsvd6;
__le32 pkt_info;
};
/* cqe_arr and rx_info are arrays of rq_depth elements. Each element is * statically associated (by index) to a specific rq_wqe.
*/ struct hinic3_rq_cqe *cqe_arr; struct hinic3_rx_info *rx_info; struct page_pool *page_pool;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.