Home
last modified time | relevance | path

Searched refs:noffset (Results 1 – 5 of 5) sorted by relevance

/linux/net/mac80211/
A Dtdls.c371 size_t offset = 0, noffset; in ieee80211_tdls_add_setup_start_ies() local
396 offset = noffset; in ieee80211_tdls_add_setup_start_ies()
425 offset = noffset; in ieee80211_tdls_add_setup_start_ies()
496 offset = noffset; in ieee80211_tdls_add_setup_start_ies()
535 noffset = extra_ies_len; in ieee80211_tdls_add_setup_start_ies()
549 size_t offset = 0, noffset; in ieee80211_tdls_add_setup_cfm_ies() local
579 offset = noffset; in ieee80211_tdls_add_setup_cfm_ies()
599 offset = noffset; in ieee80211_tdls_add_setup_cfm_ies()
638 noffset = extra_ies_len; in ieee80211_tdls_add_setup_cfm_ies()
670 offset = noffset; in ieee80211_tdls_add_chan_switch_req_ies()
[all …]
A Dutil.c1790 size_t noffset; in ieee80211_build_preq_ies_band() local
1840 if (end - pos < noffset - *offset) in ieee80211_build_preq_ies_band()
1843 pos += noffset - *offset; in ieee80211_build_preq_ies_band()
1844 *offset = noffset; in ieee80211_build_preq_ies_band()
1882 if (end - pos < noffset - *offset) in ieee80211_build_preq_ies_band()
1885 pos += noffset - *offset; in ieee80211_build_preq_ies_band()
1886 *offset = noffset; in ieee80211_build_preq_ies_band()
1917 pos += noffset - *offset; in ieee80211_build_preq_ies_band()
1918 *offset = noffset; in ieee80211_build_preq_ies_band()
1955 pos += noffset - *offset; in ieee80211_build_preq_ies_band()
[all …]
A Dmlme.c675 size_t offset = 0, noffset; in ieee80211_send_assoc() local
910 noffset = ieee80211_ie_split_ric(assoc_data->ie, in ieee80211_send_assoc()
917 skb_put_data(skb, assoc_data->ie + offset, noffset - offset); in ieee80211_send_assoc()
918 offset = noffset; in ieee80211_send_assoc()
950 offset = noffset; in ieee80211_send_assoc()
975 pos = skb_put(skb, noffset - offset); in ieee80211_send_assoc()
976 memcpy(pos, assoc_data->ie + offset, noffset - offset); in ieee80211_send_assoc()
977 offset = noffset; in ieee80211_send_assoc()
999 noffset = ieee80211_ie_split_vendor(assoc_data->ie, in ieee80211_send_assoc()
1003 offset = noffset; in ieee80211_send_assoc()
[all …]
/linux/fs/f2fs/
A Dnode.c687 noffset[0] = 0; in get_node_path()
696 noffset[n] = 1; in get_node_path()
704 noffset[n] = 2; in get_node_path()
712 noffset[n] = 3; in get_node_path()
714 noffset[n] = 4 + offset[n - 1]; in get_node_path()
722 noffset[n] = 4 + dptrs_per_blk; in get_node_path()
732 noffset[n] = 5 + (dptrs_per_blk * 2); in get_node_path()
761 unsigned int noffset[4]; in f2fs_get_dnode_of_data() local
1092 int level, offset[4], noffset[4]; in f2fs_truncate_inode_blocks() local
1119 nofs = noffset[1]; in f2fs_truncate_inode_blocks()
[all …]
/linux/drivers/net/ethernet/marvell/octeontx2/af/
A Dnpc.h513 u8 noffset; member

Completed in 47 milliseconds