Home
last modified time | relevance | path

Searched refs:le16_add_cpu (Results 1 – 14 of 14) sorted by relevance

/linux/fs/ufs/
H A Dswab.h102 le16_add_cpu((__le16 *)n, d); in fs16_add()
111 le16_add_cpu((__le16 *)n, -d); in fs16_sub()
/linux/include/linux/byteorder/
H A Dgeneric.h144 static inline void le16_add_cpu(__le16 *var, u16 val) in le16_add_cpu() function
/linux/fs/hpfs/
H A Danode.c158 le16_add_cpu(&btree->first_free, 12); in hpfs_add_sector_to_btree()
179 le16_add_cpu(&btree->first_free, 8); in hpfs_add_sector_to_btree()
/linux/fs/quota/
H A Dquota_tree.c303 le16_add_cpu(&dh->dqdh_entries, 1); in find_free_dqentry()
505 le16_add_cpu(&dh->dqdh_entries, -1); in free_dqentry()
/linux/fs/ntfs/
H A Dea.c261 le16_add_cpu(&p_ea_info->ea_length, 0 - ea_packed_size(p_ea)); in ntfs_set_ea()
264 le16_add_cpu(&p_ea_info->need_ea_count, -1); in ntfs_set_ea()
/linux/fs/ext4/
H A Dextents.c1030 le16_add_cpu(&curp->p_hdr->eh_entries, 1); in ext4_ext_insert_index()
1162 le16_add_cpu(&neh->eh_entries, m); in ext4_ext_split()
1184 le16_add_cpu(&path[depth].p_hdr->eh_entries, -m); in ext4_ext_split()
1248 le16_add_cpu(&neh->eh_entries, m); in ext4_ext_split()
1270 le16_add_cpu(&path[i].p_hdr->eh_entries, -m); in ext4_ext_split()
1386 le16_add_cpu(&neh->eh_depth, 1); in ext4_ext_grow_indepth()
1852 le16_add_cpu(&eh->eh_entries, -1); in ext4_ext_try_to_merge_right()
2194 le16_add_cpu(&eh->eh_entries, 1); in ext4_ext_insert_extent()
2336 le16_add_cpu(&path[k].p_hdr->eh_entries, -1); in ext4_ext_rm_idx()
2767 le16_add_cpu(&eh->eh_entries, -1); in ext4_ext_rm_leaf()
H A Dresize.c935 le16_add_cpu(&es->s_reserved_gdt_blocks, -1); in add_new_gdb()
H A Dsuper.c3141 le16_add_cpu(&es->s_mnt_count, 1); in ext4_setup_super()
/linux/drivers/usb/gadget/
H A Dcomposite.c768 le16_add_cpu(&bos->wTotalLength, USB_DT_USB_EXT_CAP_SIZE); in bos_desc()
785 le16_add_cpu(&bos->wTotalLength, USB_DT_USB_SS_CAP_SIZE); in bos_desc()
818 le16_add_cpu(&bos->wTotalLength, USB_DT_USB_SSP_CAP_SIZE(ssac)); in bos_desc()
884 le16_add_cpu(&bos->wTotalLength, in bos_desc()
/linux/drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/
H A Dtx-gen2.c208 le16_add_cpu(&tx_cmd->len, -snap_ip_tcp_hdrlen); in iwl_txq_gen2_build_amsdu()
254 le16_add_cpu(&tx_cmd->len, tb_len); in iwl_txq_gen2_build_amsdu()
H A Dtx.c1963 le16_add_cpu(&tx_cmd->params.len, -snap_ip_tcp_hdrlen); in iwl_fill_data_tbs_amsdu()
2006 le16_add_cpu(&tx_cmd->params.len, pos_hdr - subf_hdrs_start); in iwl_fill_data_tbs_amsdu()
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_iwarp.c2144 le16_add_cpu(&curr_pkt->first_mpa_offset, in qed_iwarp_mpa_get_data()
2221 le16_add_cpu(&curr_pkt->first_mpa_offset, in qed_iwarp_process_mpa_pkt()
2261 le16_add_cpu(&curr_pkt->first_mpa_offset, in qed_iwarp_process_mpa_pkt()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dsta.c1000 le16_add_cpu(&cmd.ssn, 1); in iwl_mvm_enable_txq()
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c4120 le16_add_cpu(&pkt_size, skb_frag_size(frag)); in bnx2x_start_xmit()