OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:txc_deferred_transmit
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/pci/
if_vioif.c
271
void *
txc_deferred_transmit
;
member in struct:vioif_tx_context
1511
txc->
txc_deferred_transmit
= softint_establish(softint_flags,
1513
if (txc->
txc_deferred_transmit
== NULL) {
1535
if (txc->
txc_deferred_transmit
!= NULL)
1536
softint_disestablish(txc->
txc_deferred_transmit
);
1580
softint_disestablish(txc->
txc_deferred_transmit
);
2204
softint_schedule(txc->
txc_deferred_transmit
);
2227
softint_schedule(txc->
txc_deferred_transmit
);
Completed in 102 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025