OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:txr_msgs
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/hyperv/
if_hvn.c
227
uint8_t *
txr_msgs
;
member in struct:hvn_tx_ring
1998
txr->
txr_msgs
= hyperv_dma_alloc(sc->sc_dmat, &txr->txr_dma,
2000
if (txr->
txr_msgs
== NULL) {
2024
txd->txd_req = (void *)(txr->
txr_msgs
+ (msgsize * i));
2063
if (txr->
txr_msgs
!= NULL) {
2065
txr->
txr_msgs
= NULL;
Completed in 14 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025