Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/fddi/skfp/h/
Dsmt.h103 struct smt_para { struct
108 #define PARA_LEN (sizeof(struct smt_para)) argument
120 struct smt_para para ; /* generic parameter header */
135 struct smt_para para ; /* generic parameter header */
149 struct smt_para para ; /* generic parameter header */
171 struct smt_para para ; /* generic parameter header */
182 struct smt_para para ; /* generic parameter header */
199 struct smt_para para ; /* generic parameter header */
213 struct smt_para para ; /* generic parameter header */
262 struct smt_para para ; /* generic parameter header */
[all …]
/Linux-v5.4/drivers/net/fddi/skfp/
Dpmf.c35 static int smt_set_para(struct s_smc *smc, struct smt_para *pa, int index,
312 struct smt_para *pa ; in smt_build_pmf_response()
369 pa = (struct smt_para *) (req + 1) ; in smt_build_pmf_response()
472 pa = (struct smt_para *) ((char *)pa + pa->p_len + PARA_LEN) ; in smt_build_pmf_response()
497 struct smt_para *pa ; in smt_authorize()
519 pa = (struct smt_para *) sm_to_para(smc,sm,SMT_P_AUTHOR) ; in smt_authorize()
532 struct smt_para *pa ; in smt_check_set_count()
535 pa = (struct smt_para *) sm_to_para(smc,sm,SMT_P1035) ; in smt_check_set_count()
549 struct smt_para *pa ; in smt_add_para()
582 pa = (struct smt_para *) to ; /* type/length pointer */ in smt_add_para()
[all …]
Dsmt.c1671 if (((struct smt_para *)p)->p_type == para) in sm_to_para()
1673 plen = ((struct smt_para *)p)->p_len + PARA_LEN ; in sm_to_para()
1824 struct smt_para *pa ; in smt_swap_para()
1841 pa = (struct smt_para *) p ; in smt_swap_para()