Searched refs:sm_to_para (Results 1 - 4 of 4) sorted by relevance

/drivers/net/fddi/skfp/
H A Dess.c136 if (!(p = (void *) sm_to_para(smc,sm,SMT_P0015))) {
145 if (!(cmd = (struct smt_p_0016 *) sm_to_para(smc,sm,SMT_P0016))) {
180 p = (void *) sm_to_para(smc,sm,SMT_P0019) ;
193 p = (void *) sm_to_para(smc,sm,SMT_P320F) ;
196 p = (void *) sm_to_para(smc,sm,SMT_P3210) ;
237 if ((((struct smt_p_320b *)sm_to_para(smc,sm,SMT_P320B))->path_index
240 (((struct smt_p_reason *)sm_to_para(smc,sm,SMT_P0012))->rdf_reason
251 p = (void *) sm_to_para(smc,sm,SMT_P320F) ;
253 printk(KERN_ERR "ESS: sm_to_para failed");
257 p = (void *) sm_to_para(sm
[all...]
H A Dsmt.c607 sm_to_para(smc,sm,SMT_P_STATE) ;
706 if (sm_to_para(smc,sm,SMT_P_ECHODATA) == NULL) {
728 if (sm->smt_len && !sm_to_para(smc,sm,SMT_P_ECHODATA)) {
1655 if (!sm_to_para(smc,sm,(int) *p)) {
1664 void *sm_to_para(struct s_smc *smc, struct smt_header *sm, int para) function
1682 DB_SMT("SMT : sm_to_para - length error %d\n",plen,0) ;
1686 DB_SMT("SMT : sm_to_para - odd length %d\n",plen,0) ;
H A Dpmf.c523 pa = (struct smt_para *) sm_to_para(smc,sm,SMT_P_AUTHOR) ;
539 pa = (struct smt_para *) sm_to_para(smc,sm,SMT_P1035) ;
/drivers/net/fddi/skfp/h/
H A Dcmtdef.h487 void *sm_to_para(struct s_smc *smc, struct smt_header *sm,

Completed in 341 milliseconds