OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:txd_flags
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/hyperv/
if_hvn.c
180
uint32_t
txd_flags
;
member in struct:hvn_tx_desc
1644
SET(txd->
txd_flags
, HVN_TXD_FLAG_DMAMAP);
2245
KASSERTMSG(!ISSET(txd->
txd_flags
, HVN_TXD_FLAG_ONAGG),
2246
"put an onagg txd %#x", txd->
txd_flags
);
2257
ISSET(tmp_txd->
txd_flags
, HVN_TXD_FLAG_ONAGG),
2268
CLR(tmp_txd->
txd_flags
, HVN_TXD_FLAG_ONAGG);
2274
KASSERTMSG(!ISSET(txd->
txd_flags
, HVN_TXD_FLAG_DMAMAP),
2279
} else if (ISSET(txd->
txd_flags
, HVN_TXD_FLAG_DMAMAP)) {
2284
CLR(txd->
txd_flags
, HVN_TXD_FLAG_DMAMAP);
2303
if (txd->txd_refs > 0 && !ISSET(txd->
txd_flags
, HVN_TXD_FLAG_ONAGG)
[
all
...]
Completed in 15 milliseconds
Indexes created Sun Oct 12 09:09:55 GMT 2025