Home
last modified time | relevance | path

Searched defs:svc_version (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/sunrpc/
H A Dsvc.h406 struct svc_version { struct
407 u32 vs_vers; /* version number */
408 u32 vs_nproc; /* number of procedures */
409 const struct svc_procedure *vs_proc; /* per-procedure info */
410 u32 vs_xdrsize; /* xdrsize needed for this version */
413 bool vs_hidden;
416 bool vs_rpcb_optnl;
419 bool vs_need_cong_ctrl;
422 int (*vs_dispatch)(struct svc_rqst *rqstp);
/linux/include/linux/device-id/
H A Dapr.h17 __u32 svc_version; member
/linux/sound/soc/qcom/qdsp6/
H A Dq6core.c61 struct avcs_cmdrsp_get_version *svc_version; member