OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:qp_si
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
if_iavf.c
292
void *
qp_si
;
member in struct:iavf_queue_pair
2455
qp->
qp_si
= softint_establish(SOFTINT_NET|SOFTINT_MPSAFE,
2457
if (qp->
qp_si
== NULL)
2467
if (qp->
qp_si
!= NULL)
2468
softint_disestablish(qp->
qp_si
);
2494
if (qp->
qp_si
!= NULL)
2495
softint_disestablish(qp->
qp_si
);
3118
softint_schedule(qp->
qp_si
);
if_ixl.c
440
void *
qp_si
;
member in struct:ixl_queue_pair
2297
qp->
qp_si
= softint_establish(SOFTINT_NET | SOFTINT_MPSAFE,
2299
if (qp->
qp_si
== NULL)
2325
if (qp->
qp_si
!= NULL)
2326
softint_disestablish(qp->
qp_si
);
2348
softint_disestablish(qp->
qp_si
);
3404
softint_schedule(qp->
qp_si
);
Completed in 34 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025