OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:txr_si
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/dev/pci/ixgbe/
ixgbe.h
376
void *
txr_si
;
member in struct:tx_ring
ixgbe.c
3654
if (txr->
txr_si
!= NULL)
3655
softint_disestablish(txr->
txr_si
);
6822
txr->
txr_si
=
6841
&& ((txr->
txr_si
== NULL) || defertx_error != 0))
6972
txr->
txr_si
= softint_establish(
6975
if (txr->
txr_si
== NULL) {
ix_txrx.c
260
softint_schedule(txr->
txr_si
);
288
softint_schedule(txr->
txr_si
);
ixv.c
1562
if (txr->
txr_si
!= NULL)
1563
softint_disestablish(txr->
txr_si
);
3426
txr->
txr_si
/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 32 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025