Searched refs:setcount (Results 1 – 2 of 2) sorted by relevance
751 struct smt_p_setcount setcount ; /* Set Count mandatory */ member768 struct smt_p_setcount setcount ; /* Set Count mandatory */ member
99 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() argument1522 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()