Symbol: le32_to_cpu
usr/src/grub/grub-0.97/netboot/epic100.c
15
#define le32desc_to_virt(addr) bus_to_virt(le32_to_cpu(addr))
usr/src/grub/grub-0.97/netboot/epic100.c
347
while ((le32_to_cpu(tx_ring[entry].status) & (TRING_OWN)) && timer2_running())
usr/src/grub/grub-0.97/netboot/epic100.c
350
if ((le32_to_cpu(tx_ring[entry].status) & TRING_OWN) != 0)
usr/src/grub/grub-0.97/netboot/epic100.c
380
status = le32_to_cpu(rx_ring[entry].status);
usr/src/grub/grub-0.97/netboot/epic100.c
397
nic->packetlen = le32_to_cpu((rx_ring[entry].buflength))- 4;
usr/src/grub/grub-0.97/netboot/forcedeth.c
72
#define le32desc_to_virt(addr) bus_to_virt(le32_to_cpu(addr))
usr/src/grub/grub-0.97/netboot/ns83820.c
67
#define le32desc_to_virt(addr) bus_to_virt(le32_to_cpu(addr))
usr/src/grub/grub-0.97/netboot/ns83820.c
683
cmdsts = le32_to_cpu(rx_ring[entry].cmdsts);
usr/src/grub/grub-0.97/netboot/pcnet32.c
561
(le32_to_cpu(rx_ring[entry].msg_length) & 0xfff) - 4;
usr/src/grub/grub-0.97/netboot/pcnet32.c
74
#define le32desc_to_virt(addr) bus_to_virt(le32_to_cpu(addr))
usr/src/grub/grub-0.97/netboot/r8169.c
74
#define le32desc_to_virt(addr) bus_to_virt(le32_to_cpu(addr))
usr/src/grub/grub-0.97/netboot/sundance.c
474
u32 frame_status = le32_to_cpu(rx_ring[entry].status);
usr/src/grub/grub-0.97/netboot/sundance.c
66
#define le32desc_to_virt(addr) bus_to_virt(le32_to_cpu(addr))
usr/src/grub/grub-0.97/netboot/tlan.c
539
u16 tmpCStat = le32_to_cpu(rx_ring[entry].cStat);
usr/src/grub/grub-0.97/netboot/tlan.c
72
#define le32desc_to_virt(addr) bus_to_virt(le32_to_cpu(addr))
usr/src/grub/grub-0.97/stage2/md5.c
108
tmp = a + F (b, c, d) + le32_to_cpu (x[i]) + T[i];
usr/src/grub/grub-0.97/stage2/md5.c
116
tmp = a + G (b, c, d) + le32_to_cpu (x[j & 15]) + T[i+16];
usr/src/grub/grub-0.97/stage2/md5.c
124
tmp = a + H (b, c, d) + le32_to_cpu (x[j & 15]) + T[i+32];
usr/src/grub/grub-0.97/stage2/md5.c
132
tmp = a + I (b, c, d) + le32_to_cpu (x[j & 15]) + T[i+48];
usr/src/uts/common/io/chxge/ch.h
289
uint32_t le32_to_cpu(uint32_t data);
usr/src/uts/common/io/chxge/com/ch_subr.c
779
*data = le32_to_cpu(*data);
usr/src/uts/common/io/cxgbe/common/t4_hw.c
1003
last.word = le32_to_cpu(
usr/src/uts/common/io/cxgbe/common/t4_hw.c
11759
if (le32_to_cpu(*(u32*)pcir_header->signature) != PCIR_SIGNATURE) {
usr/src/uts/common/io/cxgbe/common/t4_hw.c
3150
*data = le32_to_cpu(*data);
usr/src/uts/common/io/cxgbe/common/t4_hw.c
963
*buf++ = le32_to_cpu((__force __le32)t4_read_reg(adap,
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
1883
uint32_t payload_len = le32_to_cpu(ib_mac_rsp->data_len);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
1884
uint32_t header_len = le32_to_cpu(ib_mac_rsp->hdr_len);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
2495
length = le32_to_cpu(net_rsp->data_len) +
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
2496
le32_to_cpu(net_rsp->hdr_len);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
5549
le32_to_cpu(last_oal_entry->buf_len)|OAL_LAST_ENTRY);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
491
le32_to_cpu(cqicb->cq_base_addr_lo));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
493
le32_to_cpu(cqicb->cq_base_addr_hi));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
495
le32_to_cpu(cqicb->prod_idx_addr_lo));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
497
le32_to_cpu(cqicb->prod_idx_addr_hi));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
503
le32_to_cpu(cqicb->lbq_addr_lo));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
505
le32_to_cpu(cqicb->lbq_addr_hi));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
511
le32_to_cpu(cqicb->sbq_addr_lo));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
513
le32_to_cpu(cqicb->sbq_addr_hi));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
544
le32_to_cpu(wqicb->wq_addr_lo));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
546
le32_to_cpu(wqicb->wq_addr_hi));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
548
le32_to_cpu(wqicb->cnsmr_idx_addr_lo));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
550
le32_to_cpu(wqicb->cnsmr_idx_addr_hi));