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

/drivers/net/fddi/skfp/
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) ;

Completed in 64 milliseconds