OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cmb
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/acpi/
aibs_acpi.c
521
uint32_t type, *ret,
cmb
[3];
local in function:aibs_sensor_value
533
cmb
[0] = as->as_type;
534
cmb
[1] = 0;
535
cmb
[2] = 0;
540
tmp.Buffer.Length = sizeof(
cmb
);
541
tmp.Buffer.Pointer = (uint8_t *)
cmb
;
/src/sys/dev/pci/
if_age.c
493
struct
cmb
*
cmb
;
local in function:age_intr
500
cmb
= sc->age_rdata.age_cmb_block;
501
if (
cmb
== NULL) {
512
status = le32toh(
cmb
->intr_status);
516
sc->age_tpd_cons = (le32toh(
cmb
->tpd_cons) & TPD_CONS_MASK) >>
518
sc->age_rr_prod = (le32toh(
cmb
->rprod_cons) & RRD_PROD_MASK) >>
521
/* Let hardware know
CMB
was served. */
522
cmb
->intr_status = 0;
555
status = le32toh(
cmb
->intr_status)
[
all
...]
if_agereg.h
304
* All descriptors and
CMB
/SMB share the same high address.
413
/*
CMB
DMA Write Threshold Register */
422
/* RX/TX count-down timer to trigger
CMB
-write. */
429
/* Number of packet received since last
CMB
write */
432
/* Number of packet transmitted since last
CMB
write */
541
struct
cmb
{
struct
734
struct
cmb
*age_cmb_block;
748
#define AGE_CMB_BLOCK_SZ sizeof(struct
cmb
)
if_alcreg.h
1160
/*
CMB
(Coalescing Message Block) */
1161
struct
cmb
{
struct
1306
#define ALC_CMB_SZ (sizeof(struct
cmb
))
1343
struct
cmb
*alc_cmb;
Completed in 42 milliseconds
Indexes created Sat Sep 27 22:09:54 GMT 2025