Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/fddi/skfp/
H A Dess.c232 if ((((struct smt_p_320b *)sm_to_para(smc,sm,SMT_P320B))->path_index in ess_raf_received_pack()
296 if ((((struct smt_p_320b *)sm_to_para(smc,sm,SMT_P320B))->path_index in ess_raf_received_pack()
511 chg->path.path_index = PRIMARY_RING ; in ess_send_response()
607 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()
/openbmc/openbmc/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]
/openbmc/linux/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);