Home
last modified time | relevance | path

Searched refs:aln (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/hw/acpi/
H A Daml-build-stub.c60 uint8_t aln, uint8_t len) in aml_io() argument
H A Daml-build.c1026 uint8_t aln, uint8_t len) in aml_io() argument
1035 build_append_byte(var->buf, aln); in aml_io()
/openbmc/linux/drivers/net/ethernet/i825xx/
H A Dsun3_82586.c1118 unsigned short crc,aln,rsc,ovrn; in sun3_82586_get_stats() local
1122 aln = swab16(p->scb->aln_errs); in sun3_82586_get_stats()
1131 dev->stats.rx_frame_errors += aln; in sun3_82586_get_stats()
/openbmc/u-boot/drivers/mtd/
H A Dcfi_flash.c1321 int aln; in write_buff() local
1345 aln = addr - wp; in write_buff()
1346 if (aln != 0) { in write_buff()
1349 for (i = 0; i < aln; ++i) in write_buff()
/openbmc/linux/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet.h101 u32 aln; /* RO # of alignment error count */ member
H A Dbcmgenet.c1060 STAT_GENET_MIB_RX("rx_align", mib.rx.aln),
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dbcmsysport.h521 u32 aln; /* RO # of alignment error count */ member
H A Dbcmsysport.c245 STAT_MIB_RX("rx_align", mib.rx.aln),
/openbmc/qemu/include/hw/acpi/
H A Daml-build.h340 uint8_t aln, uint8_t len);