Home
last modified time | relevance | path

Searched refs:setcount (Results 1 – 2 of 2) sorted by relevance

/drivers/net/fddi/skfp/h/
Dsmt.h751 struct smt_p_setcount setcount ; /* Set Count mandatory */ member
768 struct smt_p_setcount setcount ; /* Set Count mandatory */ member
/drivers/net/fddi/skfp/
Dsmt.c99 static void smt_fill_setcount(struct s_smc *smc, struct smt_p_setcount *setcount);
1045 smt_fill_setcount(smc,&sif->setcount) ; /* set count */ in smt_send_sif_config()
1084 smt_fill_setcount(smc,&sif->setcount) ; /* set count */ in smt_send_sif_operation()
1519 static void smt_fill_setcount(struct s_smc *smc, struct smt_p_setcount *setcount) in smt_fill_setcount() argument
1522 SMTSETPARA(setcount,SMT_P_SETCOUNT) ; in smt_fill_setcount()
1523 setcount->count = smc->mib.fddiSMTSetCount.count ; in smt_fill_setcount()
1524 memcpy((char *)setcount->timestamp, in smt_fill_setcount()