Symbol: le16_to_cpu
usr/src/grub/grub-0.97/netboot/davicom.c
685
le16_to_cpu(read_eeprom(ioaddr, i, EEPROM_ADDRLEN));
usr/src/grub/grub-0.97/netboot/pcnet32.c
413
rx_ring[i].buf_length = le16_to_cpu(-PKT_BUF_SZ);
usr/src/grub/grub-0.97/netboot/pcnet32.c
414
rx_ring[i].status = le16_to_cpu(0x8000);
usr/src/grub/grub-0.97/netboot/pcnet32.c
426
le16_to_cpu(TX_RING_LEN_BITS | RX_RING_LEN_BITS);
usr/src/grub/grub-0.97/netboot/pcnet32.c
510
le16_to_cpu((lp->options & PCNET32_PORT_PORTSEL) << 7);
usr/src/grub/grub-0.97/netboot/pcnet32.c
552
status = ((short) le16_to_cpu(rx_ring[entry].status) >> 8);
usr/src/grub/grub-0.97/netboot/pcnet32.c
566
rx_ring[entry].buf_length = le16_to_cpu(-PKT_BUF_SZ);
usr/src/grub/grub-0.97/netboot/pcnet32.c
567
rx_ring[entry].status |= le16_to_cpu(0x8000); /* prime for next receive */
usr/src/grub/grub-0.97/netboot/pcnet32.c
608
tx_ring[entry].length = le16_to_cpu(-s);
usr/src/grub/grub-0.97/netboot/pcnet32.c
613
tx_ring[entry].status = le16_to_cpu(status);
usr/src/grub/grub-0.97/netboot/pcnet32.c
623
((short) le16_to_cpu(tx_ring[entry].status) < 0));
usr/src/grub/grub-0.97/netboot/pcnet32.c
625
if ((short) le16_to_cpu(tx_ring[entry].status) < 0)
usr/src/grub/grub-0.97/netboot/pcnet32.c
877
lp->init_block.mode = le16_to_cpu(0x0003); /* Disable Rx and Tx. */
usr/src/grub/grub-0.97/netboot/pcnet32.c
879
le16_to_cpu(TX_RING_LEN_BITS | RX_RING_LEN_BITS);
usr/src/grub/grub-0.97/netboot/sundance.c
604
le16_to_cpu(eeprom_read(BASE, i + EEPROM_SA_OFFSET));
usr/src/grub/grub-0.97/netboot/tulip.c
1331
put_unaligned(le16_to_cpu(value), ((u16*)nic->node_addr) + i);
usr/src/grub/grub-0.97/netboot/tulip.c
1347
le16_to_cpu(read_eeprom(ioaddr, i, ee_addr_size));
usr/src/uts/common/io/cxgbe/common/t4_hw.c
11598
le16_to_cpu(*(u16*)header->pcir_offset)];
usr/src/uts/common/io/cxgbe/common/t4_hw.c
11733
pcir_offset = le16_to_cpu(*(u16 *)header->pcir_offset);
usr/src/uts/common/io/cxgbe/common/t4_hw.c
11751
if (le16_to_cpu(*(u16*)header->signature) != BOOT_SIGNATURE ) {
usr/src/uts/common/io/cxgbe/common/t4_hw.c
11767
if (le16_to_cpu(*(u16*)pcir_header->vendor_id) != VENDOR_ID) {
usr/src/uts/common/io/cxgbe/common/t4_hw.c
11783
if (le16_to_cpu(*(u16*)pcir_header->device_id) != device_id) {
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
487
le16_to_cpu(cqicb->len));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
489
le16_to_cpu(cqicb->rid));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
499
le16_to_cpu(cqicb->pkt_delay));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
501
le16_to_cpu(cqicb->irq_delay));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
507
le16_to_cpu(cqicb->lbq_buf_size));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
509
le16_to_cpu(cqicb->lbq_len));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
515
le16_to_cpu(cqicb->sbq_buf_size));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
517
le16_to_cpu(cqicb->sbq_len));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
536
le16_to_cpu(wqicb->len));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
538
le16_to_cpu(wqicb->flags));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
540
le16_to_cpu(wqicb->cq_id_rss));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
542
le16_to_cpu(wqicb->rid));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
576
le16_to_cpu(pkt->frame_len));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
578
le16_to_cpu(pkt->tid));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
580
le16_to_cpu(pkt->txq_idx));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
582
le16_to_cpu(pkt->protocol_hdr_len));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
584
le16_to_cpu(pkt->hdr_off));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
586
le16_to_cpu(pkt->vlan_tci));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
588
le16_to_cpu(pkt->mss));