Searched refs:rep (Results 26 - 50 of 181) sorted by relevance

12345678

/linux-master/lib/zstd/compress/
H A Dzstd_double_fast.c52 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
69 U32 offset_1=rep[0], offset_2=rep[1];
179 rep[0] = offset_1 ? offset_1 : offsetSaved;
180 rep[1] = offset_2 ? offset_2 : offsetSaved;
258 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
277 U32 offset_1=rep[0], offset_2=rep[1];
464 rep[0] = offset_1 ? offset_1 : offsetSaved;
465 rep[
51 ZSTD_compressBlock_doubleFast_noDict_generic( ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], void const* src, size_t srcSize, U32 const mls ) argument
257 ZSTD_compressBlock_doubleFast_dictMatchState_generic( ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], void const* src, size_t srcSize, U32 const mls ) argument
490 ZSTD_compressBlock_doubleFast( ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], void const* src, size_t srcSize) argument
510 ZSTD_compressBlock_doubleFast_dictMatchState( ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], void const* src, size_t srcSize) argument
530 ZSTD_compressBlock_doubleFast_extDict_generic( ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], void const* src, size_t srcSize, U32 const mls ) argument
679 ZSTD_compressBlock_doubleFast_extDict( ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], void const* src, size_t srcSize) argument
[all...]
H A Dzstd_opt.c561 const U32 rep[ZSTD_REP_NUM],
614 U32 const repOffset = (repCode==ZSTD_REP_NUM) ? (rep[0] - 1) : rep[repCode];
791 const U32 rep[ZSTD_REP_NUM],
801 const U32 rep[ZSTD_REP_NUM],
812 return ZSTD_insertBtAndGetAllMatches(matches, ms, nextToUpdate3, ip, iHighLimit, dictMode, rep, ll0, lengthToBeat, mls);
824 const U32 rep[ZSTD_REP_NUM], \
830 rep, ll0, lengthToBeat, ZSTD_##dictMode, mls); \
1039 U32 rep[ZSTD_REP_NUM],
1083 U32 nbMatches = getAllMatches(matches, ms, &nextToUpdate3, ip, iend, rep, ll
556 ZSTD_insertBtAndGetAllMatches( ZSTD_match_t* matches, ZSTD_matchState_t* ms, U32* nextToUpdate3, const BYTE* const ip, const BYTE* const iLimit, const ZSTD_dictMode_e dictMode, const U32 rep[ZSTD_REP_NUM], U32 const ll0, const U32 lengthToBeat, U32 const mls ) argument
795 ZSTD_btGetAllMatches_internal( ZSTD_match_t* matches, ZSTD_matchState_t* ms, U32* nextToUpdate3, const BYTE* ip, const BYTE* const iHighLimit, const U32 rep[ZSTD_REP_NUM], U32 const ll0, U32 const lengthToBeat, const ZSTD_dictMode_e dictMode, const U32 mls) argument
1037 ZSTD_compressBlock_opt_generic(ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], const void* src, size_t srcSize, const int optLevel, const ZSTD_dictMode_e dictMode) argument
1324 ZSTD_compressBlock_opt0( ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], const void* src, size_t srcSize, const ZSTD_dictMode_e dictMode) argument
1331 ZSTD_compressBlock_opt2( ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], const void* src, size_t srcSize, const ZSTD_dictMode_e dictMode) argument
1338 ZSTD_compressBlock_btopt( ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], const void* src, size_t srcSize) argument
1355 ZSTD_initStats_ultra(ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], const void* src, size_t srcSize) argument
1380 ZSTD_compressBlock_btultra( ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], const void* src, size_t srcSize) argument
1388 ZSTD_compressBlock_btultra2( ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], const void* src, size_t srcSize) argument
1416 ZSTD_compressBlock_btopt_dictMatchState( ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], const void* src, size_t srcSize) argument
1423 ZSTD_compressBlock_btultra_dictMatchState( ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], const void* src, size_t srcSize) argument
1430 ZSTD_compressBlock_btopt_extDict( ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], const void* src, size_t srcSize) argument
1437 ZSTD_compressBlock_btultra_extDict( ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], const void* src, size_t srcSize) argument
[all...]
H A Dzstd_ldm.h65 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
H A Dzstd_lazy.c1478 U32 rep[ZSTD_REP_NUM],
1494 U32 offset_1 = rep[0], offset_2 = rep[1], savedOffset=0;
1712 rep[0] = offset_1 ? offset_1 : savedOffset;
1713 rep[1] = offset_2 ? offset_2 : savedOffset;
1721 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
1724 return ZSTD_compressBlock_lazy_generic(ms, seqStore, rep, src, srcSize, search_binaryTree, 2, ZSTD_noDict);
1728 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
1731 return ZSTD_compressBlock_lazy_generic(ms, seqStore, rep, src, srcSize, search_hashChain, 2, ZSTD_noDict);
1735 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NU
1476 ZSTD_compressBlock_lazy_generic( ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], const void* src, size_t srcSize, const searchMethod_e searchMethod, const U32 depth, ZSTD_dictMode_e const dictMode) argument
1720 ZSTD_compressBlock_btlazy2( ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], void const* src, size_t srcSize) argument
1727 ZSTD_compressBlock_lazy2( ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], void const* src, size_t srcSize) argument
1734 ZSTD_compressBlock_lazy( ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], void const* src, size_t srcSize) argument
1741 ZSTD_compressBlock_greedy( ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], void const* src, size_t srcSize) argument
1748 ZSTD_compressBlock_btlazy2_dictMatchState( ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], void const* src, size_t srcSize) argument
1755 ZSTD_compressBlock_lazy2_dictMatchState( ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], void const* src, size_t srcSize) argument
1762 ZSTD_compressBlock_lazy_dictMatchState( ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], void const* src, size_t srcSize) argument
1769 ZSTD_compressBlock_greedy_dictMatchState( ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], void const* src, size_t srcSize) argument
1777 ZSTD_compressBlock_lazy2_dedicatedDictSearch( ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], void const* src, size_t srcSize) argument
1784 ZSTD_compressBlock_lazy_dedicatedDictSearch( ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], void const* src, size_t srcSize) argument
1791 ZSTD_compressBlock_greedy_dedicatedDictSearch( ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], void const* src, size_t srcSize) argument
1799 ZSTD_compressBlock_lazy2_row( ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], void const* src, size_t srcSize) argument
1806 ZSTD_compressBlock_lazy_row( ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], void const* src, size_t srcSize) argument
1813 ZSTD_compressBlock_greedy_row( ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], void const* src, size_t srcSize) argument
1820 ZSTD_compressBlock_lazy2_dictMatchState_row( ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], void const* src, size_t srcSize) argument
1827 ZSTD_compressBlock_lazy_dictMatchState_row( ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], void const* src, size_t srcSize) argument
1834 ZSTD_compressBlock_greedy_dictMatchState_row( ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], void const* src, size_t srcSize) argument
1842 ZSTD_compressBlock_lazy2_dedicatedDictSearch_row( ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], void const* src, size_t srcSize) argument
1849 ZSTD_compressBlock_lazy_dedicatedDictSearch_row( ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], void const* src, size_t srcSize) argument
1856 ZSTD_compressBlock_greedy_dedicatedDictSearch_row( ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], void const* src, size_t srcSize) argument
1864 ZSTD_compressBlock_lazy_extDict_generic( ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], const void* src, size_t srcSize, const searchMethod_e searchMethod, const U32 depth) argument
2050 ZSTD_compressBlock_greedy_extDict( ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], void const* src, size_t srcSize) argument
2057 ZSTD_compressBlock_lazy_extDict( ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], void const* src, size_t srcSize) argument
2065 ZSTD_compressBlock_lazy2_extDict( ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], void const* src, size_t srcSize) argument
2073 ZSTD_compressBlock_btlazy2_extDict( ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], void const* src, size_t srcSize) argument
2081 ZSTD_compressBlock_greedy_extDict_row( ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], void const* src, size_t srcSize) argument
2088 ZSTD_compressBlock_lazy_extDict_row( ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], void const* src, size_t srcSize) argument
2096 ZSTD_compressBlock_lazy2_extDict_row( ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], void const* src, size_t srcSize) argument
[all...]
/linux-master/arch/x86/boot/
H A Dbioscall.S35 rep; movsl
70 rep; movsl
/linux-master/include/uapi/drm/
H A Dvmwgfx_drm.h253 * @rep: Output data as described above.
260 struct drm_vmw_surface_arg rep; member in union:drm_vmw_surface_create_arg
281 * @rep: Output data as described above.
288 struct drm_vmw_surface_create_req rep; member in union:drm_vmw_surface_reference_arg
440 * @rep: Output data as described above.
447 struct drm_vmw_bo_rep rep; member in union:drm_vmw_alloc_bo_arg
977 * @rep: Output argument as described above.
982 struct drm_vmw_gb_surface_create_rep rep; member in union:drm_vmw_gb_surface_create_arg
1019 * @rep: Output data as described above at "struct drm_vmw_gb_surface_ref_rep"
1024 struct drm_vmw_gb_surface_ref_rep rep; member in union:drm_vmw_gb_surface_reference_arg
1109 struct drm_vmw_context_arg rep; member in union:drm_vmw_extended_context_arg
1189 struct drm_vmw_gb_surface_create_rep rep; member in union:drm_vmw_gb_surface_create_ext_arg
1232 struct drm_vmw_gb_surface_ref_ext_rep rep; member in union:drm_vmw_gb_surface_reference_ext_arg
[all...]
/linux-master/include/linux/mlx5/
H A Deswitch.h39 int (*load)(struct mlx5_core_dev *dev, struct mlx5_eswitch_rep *rep);
40 void (*unload)(struct mlx5_eswitch_rep *rep);
41 void *(*get_proto_dev)(struct mlx5_eswitch_rep *rep);
43 struct mlx5_eswitch_rep *rep,
57 /* Only IB rep is using vport_index */
76 struct mlx5_eswitch_rep *rep, u32 sqn);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dvport.c672 struct mlx5_hca_vport_context *rep)
707 rep->field_select = MLX5_GET_PR(hca_vport_context, ctx, field_select);
708 rep->sm_virt_aware = MLX5_GET_PR(hca_vport_context, ctx, sm_virt_aware);
709 rep->has_smi = MLX5_GET_PR(hca_vport_context, ctx, has_smi);
710 rep->has_raw = MLX5_GET_PR(hca_vport_context, ctx, has_raw);
711 rep->policy = MLX5_GET_PR(hca_vport_context, ctx, vport_state_policy);
712 rep->phys_state = MLX5_GET_PR(hca_vport_context, ctx,
714 rep->vport_state = MLX5_GET_PR(hca_vport_context, ctx, vport_state);
715 rep->port_physical_state = MLX5_GET_PR(hca_vport_context, ctx,
717 rep
669 mlx5_query_hca_vport_context(struct mlx5_core_dev *dev, u8 other_vport, u8 port_num, u16 vf_num, struct mlx5_hca_vport_context *rep) argument
750 struct mlx5_hca_vport_context *rep; local
769 struct mlx5_hca_vport_context *rep; local
[all...]
H A Den_rep.h111 struct mlx5_eswitch_rep *rep; member in struct:mlx5e_rep_priv
117 struct mlx5_rep_uplink_priv uplink_priv; /* valid for uplink rep */
125 struct mlx5e_rep_priv *mlx5e_rep_to_rep_priv(struct mlx5_eswitch_rep *rep) argument
127 return rep->rep_data[REP_ETH].priv;
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_surface.c102 struct drm_vmw_gb_surface_create_rep *rep,
107 struct drm_vmw_gb_surface_ref_ext_rep *rep,
729 struct drm_vmw_surface_arg *rep = &arg->rep; local
881 rep->sid = user_srf->prime.base.handle;
986 struct drm_vmw_surface_create_req *rep = &arg->rep; local
1003 rep->flags = (uint32_t)srf->metadata.flags;
1004 rep->format = srf->metadata.format;
1005 memcpy(rep
1326 struct drm_vmw_gb_surface_create_rep *rep = &arg->rep; local
1354 struct drm_vmw_gb_surface_ref_rep *rep = &arg->rep; local
1383 struct drm_vmw_gb_surface_create_rep *rep = &arg->rep; local
1402 struct drm_vmw_gb_surface_ref_ext_rep *rep = &arg->rep; local
1417 vmw_gb_surface_define_internal(struct drm_device *dev, struct drm_vmw_gb_surface_create_ext_req *req, struct drm_vmw_gb_surface_create_rep *rep, struct drm_file *file_priv) argument
1588 vmw_gb_surface_reference_internal(struct drm_device *dev, struct drm_vmw_surface_arg *req, struct drm_vmw_gb_surface_ref_ext_rep *rep, struct drm_file *file_priv) argument
[all...]
H A Dvmwgfx_gem.c192 struct drm_vmw_dmabuf_rep *rep = &arg->rep; local
202 rep->handle = handle;
203 rep->map_handle = drm_vma_node_offset_addr(&vbo->tbo.base.vma_node);
204 rep->cur_gmr_id = handle;
205 rep->cur_gmr_offset = 0;
/linux-master/drivers/infiniband/hw/mlx5/
H A Dib_virt.c55 struct mlx5_hca_vport_context *rep; local
58 rep = kzalloc(sizeof(*rep), GFP_KERNEL);
59 if (!rep)
62 err = mlx5_query_hca_vport_context(mdev, 1, 1, vf + 1, rep);
69 info->linkstate = mlx_to_net_policy(rep->policy);
74 kfree(rep);
/linux-master/drivers/hid/intel-ish-hid/
H A Dishtp-hid.c99 * @rep: pointer to hid_report
104 static void ishtp_hid_request(struct hid_device *hid, struct hid_report *rep, argument
109 unsigned int len = ((rep->size - 1) >> 3) + 1 + (rep->id > 0);
119 hid_ishtp_get_report(hid, rep->id, rep->type);
130 hid_output_report(rep, buf + header_size);
131 hid_ishtp_set_feature(hid, buf, len, rep->id);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
H A Dbridge.c85 *vport_num = rpriv->rep->vport;
102 struct net_device *rep; local
107 rep = mlx5_esw_bridge_lower_rep_vport_num_vhca_id_get(lower_dev, esw, vport_num,
109 if (rep)
110 return rep;
116 static bool mlx5_esw_bridge_is_local(struct net_device *dev, struct net_device *rep, argument
122 if (!mlx5_esw_bridge_dev_same_esw(rep, esw))
125 priv = netdev_priv(rep);
139 struct net_device *upper = info->upper_dev, *rep; local
148 rep
440 struct net_device *upper, *rep; local
[all...]
H A Dbond.c27 /* private of uplink holding rep bond metadata list */
123 err = mlx5_esw_acl_ingress_vport_metadata_update(esw, rpriv->rep->vport,
130 netdev_dbg(netdev, "enslave rep vport(%d) lag_dev(%s) metadata(0x%x)\n",
131 rpriv->rep->vport, lag_dev->name, mdata->metadata_reg_c_0);
170 mlx5_esw_acl_ingress_vport_metadata_update(esw, rpriv->rep->vport, 0);
171 mlx5_esw_acl_egress_vport_unbond(esw, rpriv->rep->vport);
176 netdev_dbg(netdev, "unslave rep vport(%d) lag_dev(%s) metadata(0x%x)\n",
177 rpriv->rep->vport, lag_dev->name, mdata->metadata_reg_c_0);
210 fwd_vport_num = rpriv->rep->vport;
222 acl_vport_num = rpriv->rep
[all...]
/linux-master/drivers/hid/amd-sfh-hid/
H A Damd_sfh_hid.c61 static void amdtp_hid_request(struct hid_device *hid, struct hid_report *rep, int reqtype) argument
67 rc = amd_sfh_get_report(hid, rep->id, rep->type);
72 amd_sfh_set_report(hid, rep->id, reqtype);
/linux-master/arch/arm64/kernel/
H A Dkuser32.S58 .rep 5
/linux-master/lib/zstd/decompress/
H A Dzstd_ddict.c76 dctx->entropy.rep[0] = ddict->entropy.rep[0];
77 dctx->entropy.rep[1] = ddict->entropy.rep[1];
78 dctx->entropy.rep[2] = ddict->entropy.rep[2];
/linux-master/arch/x86/mm/
H A Dmem_encrypt_boot.S50 rep movsb
136 rep movsb
141 rep movsb
/linux-master/net/sunrpc/xprtrdma/
H A Dbackchannel.c154 struct rpcrdma_rep *rep = req->rl_reply; local
158 rpcrdma_rep_put(&r_xprt->rx_buf, rep);
211 * @rep: receive buffer containing the call
220 struct rpcrdma_rep *rep)
230 p = xdr_inline_decode(&rep->rr_stream, 0);
231 size = xdr_stream_remaining(&rep->rr_stream);
260 req->rl_reply = rep;
219 rpcrdma_bc_receive_call(struct rpcrdma_xprt *r_xprt, struct rpcrdma_rep *rep) argument
/linux-master/net/ipv4/
H A Draw_diag.c93 struct sk_buff *rep; local
103 rep = nlmsg_new(nla_total_size(sizeof(struct inet_diag_msg)) +
107 if (!rep) {
112 err = inet_sk_diag_fill(sk, NULL, rep, cb, r, 0,
117 kfree_skb(rep);
121 err = nlmsg_unicast(net->diag_nlsk, rep, NETLINK_CB(in_skb).portid);
/linux-master/net/mptcp/
H A Dmptcp_diag.c32 struct sk_buff *rep; local
44 rep = nlmsg_new(nla_total_size(sizeof(struct inet_diag_msg)) +
49 if (!rep)
52 err = inet_sk_diag_fill(sk, inet_csk(sk), rep, cb, req, 0,
56 kfree_skb(rep);
59 err = nlmsg_unicast(net->diag_nlsk, rep, NETLINK_CB(in_skb).portid);
/linux-master/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py1996 rep = None
1999 rep = self.nlm_request(
2006 return rep
2054 rep = vpl.info(iface.ifname, ifindex)
2055 if rep is not None:
2059 rep.get_attr("OVS_VPORT_ATTR_PORT_NO"),
2060 rep.get_attr("OVS_VPORT_ATTR_NAME"),
2061 OvsVport.type_to_str(rep.get_attr("OVS_VPORT_ATTR_TYPE")),
2158 rep = None
2160 rep
[all...]
/linux-master/drivers/s390/crypto/
H A Dzcrypt_ep11misc.c490 struct ep11_cprb *rep, size_t rep_len)
496 u->resp = (u8 __user *)rep;
567 static int check_reply_cprb(const struct ep11_cprb *rep, const char *func)
570 if (rep->ret_code) {
572 rep->ret_code);
573 if (rep->ret_code == 0x000c0003)
606 struct ep11_cprb *req = NULL, *rep = NULL;
624 rep = alloc_cprb(sizeof(struct ep11_info_rep_pl) + buflen);
625 if (!rep)
627 rep_pl = (struct ep11_info_rep_pl *)(((u8 *)rep)
487 prep_urb(struct ep11_urb *u, struct ep11_target_dev *t, int nt, struct ep11_cprb *req, size_t req_len, struct ep11_cprb *rep, size_t rep_len) argument
590 struct ep11_cprb *req = NULL, *rep = NULL; local
801 struct ep11_cprb *req = NULL, *rep = NULL; local
973 struct ep11_cprb *req = NULL, *rep = NULL; local
1109 struct ep11_cprb *req = NULL, *rep = NULL; local
1280 struct ep11_cprb *req = NULL, *rep = NULL; local
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dipsec_fs.c146 struct mlx5_eswitch_rep *rep; local
153 xa_for_each(&esw->offloads.vport_reps, i, rep) {
154 rpriv = rep->rep_data[REP_ETH].priv;

Completed in 320 milliseconds

12345678