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

/freebsd-current/sys/contrib/ena-com/
H A Dena_eth_com.c362 bool *have_meta)
370 *have_meta = true;
375 *have_meta = true;
382 *have_meta = false;
435 bool have_meta; local
466 rc = ena_com_create_and_store_tx_meta_desc(io_sq, ena_tx_ctx, &have_meta);
489 if (!have_meta)
360 ena_com_create_and_store_tx_meta_desc(struct ena_com_io_sq *io_sq, struct ena_com_tx_ctx *ena_tx_ctx, bool *have_meta) argument

Completed in 103 milliseconds