HomeSort by relevance Sort by last modified time
    Searched refs:cpu_to_le32 (Results 51 - 65 of 65) sorted by null

1 23

  /external/syslinux/gpxe/src/drivers/net/
forcedeth.c 71 #define virt_to_le32desc(addr) cpu_to_le32(virt_to_bus(addr))
705 cpu_to_le32(RX_NIC_BUFSIZE | NV_RX_AVAIL);
1148 tx_ring[nr].FlagLen = cpu_to_le32((s - 1) | np->tx_flags);
    [all...]
sky2.c 919 le->addr = cpu_to_le32(map);
946 le->addr = cpu_to_le32((ETH_HLEN << 16) | ETH_HLEN);
    [all...]
mtd80x.c 38 #define virt_to_le32desc(addr) cpu_to_le32(virt_to_bus(addr))
pcnet32.c 66 #define virt_to_le32desc(addr) cpu_to_le32(virt_to_bus(addr))
atl1e.c 957 ((cpu_to_le32(buf_len) & TPD_BUFLEN_MASK) <<
    [all...]
tlan.c 58 #define virt_to_le32desc(addr) cpu_to_le32(virt_to_bus(addr))
    [all...]
  /external/syslinux/gpxe/src/net/
tls.c 629 hello.type_length = ( cpu_to_le32 ( TLS_CLIENT_HELLO ) |
660 key_xchg.type_length = ( cpu_to_le32 ( TLS_CLIENT_KEY_EXCHANGE ) |
710 finished.type_length = ( cpu_to_le32 ( TLS_FINISHED ) |
    [all...]
  /external/f2fs-tools/fsck/
f2fs.h 421 sum->nid = cpu_to_le32(nid);
main.c 557 if (c.feature & cpu_to_le32(F2FS_FEATURE_QUOTA_INO)) {
resize.c 489 cpu_to_le32(crc);
  /external/fio/
client.c 782 pdu->client_type = cpu_to_le32(client->type);
852 pdu.thread_number = cpu_to_le32(client->thread_number);
853 pdu.groupid = cpu_to_le32(client->groupid);
    [all...]
verify.c     [all...]
  /external/fio/engines/
net.c 898 msg.magic = cpu_to_le32((uint32_t) FIO_LINK_OPEN_CLOSE_MAGIC);
899 msg.cmd = cpu_to_le32((uint32_t) FIO_LINK_CLOSE);
  /system/core/fs_mgr/
fs_mgr.cpp 309 bool has_quota = (sb->s_feature_ro_compat & cpu_to_le32(EXT4_FEATURE_RO_COMPAT_QUOTA)) != 0;
386 bool has_encrypt = (sb->s_feature_incompat & cpu_to_le32(EXT4_FEATURE_INCOMPAT_ENCRYPT)) != 0;
    [all...]
  /external/f2fs-tools/lib/
libf2fs.c 471 f2fs_hash = cpu_to_le32(hash & ~F2FS_HASH_COL_BIT);

Completed in 359 milliseconds

1 23