Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/fddi/skfp/
H A Dess.c233 if ((((struct smt_p_320b *)sm_to_para(smc,sm,SMT_P320B))->path_index in ess_raf_received_pack()
297 if ((((struct smt_p_320b *)sm_to_para(smc,sm,SMT_P320B))->path_index in ess_raf_received_pack()
512 chg->path.path_index = PRIMARY_RING ; in ess_send_response()
608 req->path.path_index = PRIMARY_RING ; in ess_send_alc_req()
H A Dcfm.c575 int cem_build_path(struct s_smc *smc, char *to, int path_index) in cem_build_path() argument
605 LINT_USE(path_index); in cem_build_path()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastermain/management/commands/
H A Dbuildimport.py285 path_index = line.rfind('/')
286 if path_index > 0:
287 sub_path = line[path_index+1:]
288 line = line[0:path_index]
/OK3568_Linux_fs/kernel/drivers/net/fddi/skfp/h/
H A Dsmt.h650 u_short path_index ; member
H A Dcmtdef.h568 int cem_build_path(struct s_smc *smc, char *to, int path_index);