OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:txintr
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/sandpoint/sandpoint/
satmgr.c
132
static void
txintr
(struct satmgr_softc *);
659
txintr
(sc);
700
txintr
(struct satmgr_softc *sc)
function in typeref:typename:void
/src/sys/arch/evbarm/dev/
plcom.c
2097
bool rxintr = false,
txintr
= false, msintr;
local in function:plcomintr
2318
txintr
= ISSET(istatus, PL010_IIR_TIS);
2321
txintr
= ISSET(istatus, PL011_INT_TX);
2324
if (
txintr
) {
/src/sys/dev/pci/
if_ixl.c
3413
uint32_t icr, rxintr,
txintr
;
local in function:ixl_intr
3436
txintr
= icr & I40E_INTR_NOTX_TX_MASK;
3438
if (
txintr
|| rxintr) {
Completed in 17 milliseconds
Indexes created Tue Sep 30 17:09:57 GMT 2025