Home
last modified time | relevance | path

Searched refs:new_ie (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/uwb/
Die.c231 static int uwb_rc_ie_add_one(struct uwb_rc *rc, const struct uwb_ie_hdr *new_ie) in uwb_rc_ie_add_one() argument
239 new_ie_len = sizeof(struct uwb_ie_hdr) + new_ie->length; in uwb_rc_ie_add_one()
255 if (!ie || ie->element_id > new_ie->element_id) in uwb_rc_ie_add_one()
260 memcpy(prev_ie, new_ie, new_ie_len); in uwb_rc_ie_add_one()
/linux-4.4.14/fs/f2fs/
Dgc.c360 struct inode_entry *new_ie; in add_gc_inode() local
366 new_ie = f2fs_kmem_cache_alloc(inode_entry_slab, GFP_NOFS); in add_gc_inode()
367 new_ie->inode = inode; in add_gc_inode()
369 f2fs_radix_tree_insert(&gc_list->iroot, inode->i_ino, new_ie); in add_gc_inode()
370 list_add_tail(&new_ie->list, &gc_list->ilist); in add_gc_inode()
/linux-4.4.14/net/mac80211/
Dcfg.c1624 u8 *new_ie; in copy_mesh_setup() local
1630 new_ie = NULL; in copy_mesh_setup()
1634 new_ie = kmemdup(setup->ie, setup->ie_len, in copy_mesh_setup()
1636 if (!new_ie) in copy_mesh_setup()
1640 ifmsh->ie = new_ie; in copy_mesh_setup()