OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cdmacintr
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/evbppc/virtex/
design_gsrd2.c
90
static struct cdmac_intrhand
cdmacintr
[CDMAC_NCHAN];
variable in typeref:struct:cdmac_intrhand[]
357
if (ISSET(isr, CDMAC_INTR_TX0) &&
cdmacintr
[0].cih_func) {
358
(
cdmacintr
[0].cih_func)(
cdmacintr
[0].cih_arg);
361
if (ISSET(isr, CDMAC_INTR_RX0) &&
cdmacintr
[1].cih_func) {
362
(
cdmacintr
[1].cih_func)(
cdmacintr
[1].cih_arg);
426
KASSERT(
cdmacintr
[chan].cih_func == NULL);
427
KASSERT(
cdmacintr
[chan].cih_arg == NULL);
429
cdmacintr
[chan].cih_func = handler
[
all
...]
Completed in 12 milliseconds
Indexes created Wed Oct 01 18:09:54 GMT 2025