Home
last modified time | relevance | path

Searched refs:alloc_len (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_hmc.c31 u64 alloc_len; in i40e_add_sd_table_entry() local
49 alloc_len = I40E_HMC_PAGED_BP_SIZE; in i40e_add_sd_table_entry()
52 alloc_len = direct_mode_sz; in i40e_add_sd_table_entry()
56 ret_code = i40e_allocate_dma_mem(hw, &mem, mem_type, alloc_len, in i40e_add_sd_table_entry()
/f-stack/lib/
H A Dff_route.c980 if (len > alloc_len) { in update_rtm_from_rc()
989 alloc_len = len; in update_rtm_from_rc()
998 w.w_tmemsize = alloc_len; in update_rtm_from_rc()
1044 int alloc_len = 0, len, error = 0; in ff_rtioctl() local
1058 alloc_len = roundup2(len, 1024); in ff_rtioctl()
1059 if ((rtm = malloc(alloc_len, M_TEMP, M_NOWAIT)) == NULL) in ff_rtioctl()
1247 int error = 0, alloc_len = 0, len;
1263 alloc_len = roundup2(len, 1024);
1526 if (len > alloc_len) {
1536 alloc_len = len;
[all …]
/f-stack/dpdk/drivers/crypto/octeontx/
H A Dotx_cryptodev_hw_access.c515 uint64_t dma_addr = 0, alloc_len, used_len; in otx_cpt_get_resource() local
560 alloc_len = len; in otx_cpt_get_resource()
583 used_len = alloc_len - len; in otx_cpt_get_resource()
/f-stack/freebsd/sys/
H A Dmtio.h223 uint32_t alloc_len; member
/f-stack/freebsd/net/
H A Drtsock.c190 struct rt_msghdr **prtm, int alloc_len,
891 int alloc_len, struct rib_cmd_info *rc, struct nhop_object *nh) in update_rtm_from_rc() argument
931 if (len > alloc_len) { in update_rtm_from_rc()
940 alloc_len = len; in update_rtm_from_rc()
949 w.w_tmemsize = alloc_len; in update_rtm_from_rc()
1000 int alloc_len = 0, len, error = 0, fibnum; in route_output() local
1023 alloc_len = roundup2(len, 1024); in route_output()
1024 if ((rtm = malloc(alloc_len, M_TEMP, M_NOWAIT)) == NULL) in route_output()
1133 error = update_rtm_from_rc(&info, &rtm, alloc_len, &rc, nh); in route_output()
/f-stack/app/redis-5.0.5/src/
H A Dredis-cli.c4498 int alloc_len) in clusterManagerNodeArrayInit() argument
4500 array->nodes = zcalloc(alloc_len * sizeof(clusterManagerNode*)); in clusterManagerNodeArrayInit()
4502 array->len = alloc_len; in clusterManagerNodeArrayInit()
/f-stack/dpdk/drivers/net/bnx2x/
H A Decore_sp.c2619 ECORE_FREE(sc, cmd_pos, cmd_pos->alloc_len); in ecore_mcast_handle_pending_cmds_e2()