Searched refs:txcqe (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/net/octeontx2/
H A Dnix.c492 union nix_cqe_hdr_s *txcqe = (union nix_cqe_hdr_s *)cqe; local
494 debug("%s: txcqe: %p\n", __func__, txcqe);
496 if (txcqe->s.cqe_type != NIX_XQE_TYPE_E_SEND) {
498 __func__, txcqe->s.cqe_type);

Completed in 84 milliseconds