Home
last modified time | relevance | path

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

/linux/lib/
H A Dbootconfig.c931 unsigned short nidx = child->next; in xbc_parse_kv() local
935 child->next = nidx; /* keep subkeys */ in xbc_parse_kv()
/linux/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api.c521 int nidx; in vcap_copy_to_w32be() local
526 nidx = idx + first_byte_index - (idx & ~0x3); in vcap_copy_to_w32be()
527 dst[nidx] = src[idx]; in vcap_copy_to_w32be()
1082 int idx, ridx, wstart, nidx; in vcap_copy_from_w32be() local
1087 nidx = wstart + 3 - (idx & 0x3); in vcap_copy_from_w32be()
1088 if (nidx >= size) in vcap_copy_from_w32be()
1089 nidx -= tail_bytes; in vcap_copy_from_w32be()
1090 dst[nidx] = src[ridx]; in vcap_copy_from_w32be()
/linux/net/xfrm/
H A Dxfrm_policy.c670 struct hlist_head *nidx = xfrm_hash_alloc(nsize); in xfrm_byidx_resize() local
673 if (!nidx) in xfrm_byidx_resize()
679 xfrm_idx_hash_transfer(oidx + i, nidx, nhashmask); in xfrm_byidx_resize()
681 net->xfrm.policy_byidx = nidx; in xfrm_byidx_resize()