Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/hfi1/
Duser_exp_rcv.c588 unsigned pagecount, pageidx, setcount = 0, i; in find_phys_blocks() local
635 list[setcount].idx = pageidx; in find_phys_blocks()
636 list[setcount].count = maxpages; in find_phys_blocks()
639 setcount++; in find_phys_blocks()
648 return setcount; in find_phys_blocks()
/Linux-v4.19/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
/Linux-v4.19/drivers/net/fddi/skfp/
Dsmt.c98 static void smt_fill_setcount(struct s_smc *smc, struct smt_p_setcount *setcount);
1044 smt_fill_setcount(smc,&sif->setcount) ; /* set count */ in smt_send_sif_config()
1083 smt_fill_setcount(smc,&sif->setcount) ; /* set count */ in smt_send_sif_operation()
1518 static void smt_fill_setcount(struct s_smc *smc, struct smt_p_setcount *setcount) in smt_fill_setcount() argument
1521 SMTSETPARA(setcount,SMT_P_SETCOUNT) ; in smt_fill_setcount()
1522 setcount->count = smc->mib.fddiSMTSetCount.count ; in smt_fill_setcount()
1523 memcpy((char *)setcount->timestamp, in smt_fill_setcount()