OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:txr_si
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/pci/ixgbe/
ixgbe.h
376
void *
txr_si
;
member in struct:tx_ring
/src/sys/dev/hyperv/
if_hvn.c
196
void *
txr_si
;
member in struct:hvn_tx_ring
1214
softint_schedule(txr->
txr_si
);
1989
txr->
txr_si
= softint_establish(SOFTINT_NET | SOFTINT_MPSAFE,
1991
if (txr->
txr_si
== NULL) {
2067
if (txr->
txr_si
!= NULL) {
2068
softint_disestablish(txr->
txr_si
);
2069
txr->
txr_si
= NULL;
3066
softint_schedule(txr->
txr_si
);
3639
softint_schedule(txr->
txr_si
);
/src/sys/dev/pci/
if_iavf.c
240
void *
txr_si
;
member in struct:iavf_tx_ring
2249
txr->
txr_si
= softint_establish(SOFTINT_NET|SOFTINT_MPSAFE,
2251
if (txr->
txr_si
== NULL)
2325
softint_disestablish(txr->
txr_si
);
2861
softint_schedule(txr->
txr_si
);
3172
softint_schedule(txr->
txr_si
);
3309
softint_schedule(txr->
txr_si
);
if_ixl.c
396
void *
txr_si
;
member in struct:ixl_tx_ring
2391
txr->
txr_si
= softint_establish(SOFTINT_NET | SOFTINT_MPSAFE,
2393
if (txr->
txr_si
== NULL)
2545
softint_disestablish(txr->
txr_si
);
2849
softint_schedule(txr->
txr_si
);
2906
softint_schedule(txr->
txr_si
);
2914
softint_schedule(txr->
txr_si
);
3476
softint_schedule(txr->
txr_si
);
Completed in 26 milliseconds
Indexes created Wed Sep 24 05:09:52 GMT 2025