Home
last modified time | relevance | path

Searched refs:smt_para (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/net/fddi/skfp/h/
Dsmt.h107 struct smt_para { struct
112 #define PARA_LEN (sizeof(struct smt_para)) argument
124 struct smt_para para ; /* generic parameter header */
139 struct smt_para para ; /* generic parameter header */
153 struct smt_para para ; /* generic parameter header */
175 struct smt_para para ; /* generic parameter header */
186 struct smt_para para ; /* generic parameter header */
203 struct smt_para para ; /* generic parameter header */
217 struct smt_para para ; /* generic parameter header */
266 struct smt_para para ; /* generic parameter header */
[all …]
/Linux-v4.19/drivers/net/fddi/skfp/
Dpmf.c39 static int smt_set_para(struct s_smc *smc, struct smt_para *pa, int index,
316 struct smt_para *pa ; in smt_build_pmf_response()
373 pa = (struct smt_para *) (req + 1) ; in smt_build_pmf_response()
476 pa = (struct smt_para *) ((char *)pa + pa->p_len + PARA_LEN) ; in smt_build_pmf_response()
501 struct smt_para *pa ; in smt_authorize()
523 pa = (struct smt_para *) sm_to_para(smc,sm,SMT_P_AUTHOR) ; in smt_authorize()
536 struct smt_para *pa ; in smt_check_set_count()
539 pa = (struct smt_para *) sm_to_para(smc,sm,SMT_P1035) ; in smt_check_set_count()
553 struct smt_para *pa ; in smt_add_para()
586 pa = (struct smt_para *) to ; /* type/length pointer */ in smt_add_para()
[all …]
Dsmt.c1675 if (((struct smt_para *)p)->p_type == para) in sm_to_para()
1677 plen = ((struct smt_para *)p)->p_len + PARA_LEN ; in sm_to_para()
1828 struct smt_para *pa ; in smt_swap_para()
1845 pa = (struct smt_para *) p ; in smt_swap_para()