Symbol: cpu_to_le16
usr/src/grub/grub-0.97/netboot/forcedeth.c
1001
np->tx_flags |= cpu_to_le16(NV_TX_LASTPACKET1);
usr/src/grub/grub-0.97/netboot/forcedeth.c
1006
np->tx_flags |= cpu_to_le16(NV_TX_LASTPACKET1);
usr/src/grub/grub-0.97/netboot/forcedeth.c
532
rx_ring[i].Length = cpu_to_le16(RX_NIC_BUFSIZE);
usr/src/grub/grub-0.97/netboot/forcedeth.c
534
rx_ring[i].Flags = cpu_to_le16(NV_RX_AVAIL);
usr/src/grub/grub-0.97/netboot/forcedeth.c
813
if ( ! (prd->Flags & cpu_to_le16(NV_RX_DESCRIPTORVALID)) ) {
usr/src/grub/grub-0.97/netboot/forcedeth.c
820
len = cpu_to_le16(prd->Length);
usr/src/grub/grub-0.97/netboot/forcedeth.c
864
tx_ring[nr].Length = cpu_to_le16(s - 1);
usr/src/grub/grub-0.97/netboot/forcedeth.c
993
cpu_to_le16(NV_TX_LASTPACKET | NV_TX_LASTPACKET1 |
usr/src/grub/grub-0.97/netboot/nic.c
239
return (~cpu_to_le16(sum)) & 0xFFFF;
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
4881
cpu_to_le16(ip_hdr_off);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
4907
(uint16_t)cpu_to_le16(hdr_off);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
4909
cpu_to_le16(mac_hdr_len + ip_hdr_len +
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
4941
(uint16_t)cpu_to_le16(hdr_off);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
4943
cpu_to_le16(mac_hdr_len + ip_hdr_len
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
5244
(uint16_t)cpu_to_le16(hdr_off);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
5246
cpu_to_le16(mac_hdr_len + ip_hdr_len +
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
5248
mac_iocb_ptr->mss = (uint16_t)cpu_to_le16(mss);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
5281
(uint16_t)cpu_to_le16(hdr_off);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
5283
cpu_to_le16(mac_hdr_len + ip_hdr_len +
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
5285
mac_iocb_ptr->mss = (uint16_t)cpu_to_le16(mss);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
6455
cqicb->len = (uint16_t)cpu_to_le16(bq_len | LEN_V | LEN_CPP_CONT);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
6493
cqicb->lbq_buf_size = (uint16_t)cpu_to_le16(bq_len);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
6496
cqicb->lbq_len = (uint16_t)cpu_to_le16(bq_len);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
6520
cpu_to_le16((uint16_t)(rx_ring->sbq_buf_size/2));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
6523
cqicb->sbq_len = (uint16_t)cpu_to_le16(bq_len);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
6530
cpu_to_le16(qlge->tx_coalesce_usecs);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
6532
cpu_to_le16(qlge->tx_max_coalesced_frames);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
6537
cpu_to_le16(qlge->rx_coalesce_usecs);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
6539
cpu_to_le16(qlge->rx_max_coalesced_frames);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
6548
cpu_to_le16(qlge->rx_coalesce_usecs);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
6550
cpu_to_le16(qlge->rx_max_coalesced_frames);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
6596
ricb->mask = (uint16_t)cpu_to_le16(RSS_HASH_CQ_ID_MAX - 1);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
6657
(uint16_t)cpu_to_le16(tx_ring->wq_len | Q_LEN_V | Q_LEN_CPP_CONT);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
6658
wqicb->flags = cpu_to_le16(Q_FLAGS_LC |
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
6660
wqicb->cq_id_rss = (uint16_t)cpu_to_le16(tx_ring->cq_id);
usr/src/uts/common/sys/fibre-channel/fca/qlge/qlge.h
91
#define le16_to_cpu(x) cpu_to_le16(x)