Lines Matching refs:cpu_to_le16
434 ncp_add_word(server, cpu_to_le16(0x8006)); /* get all */ in ncp_obtain_info()
464 ncp_add_word(server, cpu_to_le16(0x8006)); /* get all */ in ncp_obtain_DOS_dir_base()
553 ncp_add_word(server, cpu_to_le16(0x8006)); /* get all */ in ncp_ObtainSpecificDirBase()
639 target->creationTime = target->modifyTime = cpu_to_le16(0x0000); in ncp_lookup_volume()
640 target->creationDate = target->modifyDate = target->lastAccessDate = cpu_to_le16(0x0C21); in ncp_lookup_volume()
659 ncp_add_word(server, cpu_to_le16(0x8006)); /* search attribs: all */ in ncp_modify_file_or_subdir_dos_info_path()
739 return ncp_DeleteNSEntry(server, 1, volnum, dirent, NULL, NW_NS_DOS, cpu_to_le16(0x8006)); in ncp_del_file_or_subdir2()
762 return ncp_DeleteNSEntry(server, 1, volnum, dirent, name, name_space, cpu_to_le16(0x8006)); in ncp_del_file_or_subdir()
768 dest[1] = cpu_to_le16(v0); in ConvertToNWfromDWORD()
769 dest[2] = cpu_to_le16(v1); in ConvertToNWfromDWORD()
770 dest[0] = cpu_to_le16(v0 + 1); in ConvertToNWfromDWORD()
783 __le16 search_attribs = cpu_to_le16(0x0006); in ncp_open_create_file_or_subdir()
792 search_attribs |= cpu_to_le16(0x8000); in ncp_open_create_file_or_subdir()
867 ncp_add_word(server, cpu_to_le16(0x8006)); in ncp_search_for_fileset()
869 ncp_add_word(server, cpu_to_le16(32767)); /* max returned items */ in ncp_search_for_fileset()
945 __le16 old_type = cpu_to_le16(0x06); in ncp_ren_or_mov_file_or_subdir()
952 old_type = cpu_to_le16(0x16); in ncp_ren_or_mov_file_or_subdir()