Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/hfi1/
Duser_exp_rcv.c591 unsigned pagecount, pageidx, setcount = 0, i; in find_phys_blocks() local
638 list[setcount].idx = pageidx; in find_phys_blocks()
639 list[setcount].count = maxpages; in find_phys_blocks()
642 setcount++; in find_phys_blocks()
651 return setcount; in find_phys_blocks()
Dtid_rdma.c880 u32 pagecount, pageidx, setcount = 0, i; in tid_rdma_find_phys_blocks_4k() local
927 list[setcount].idx = pageidx; in tid_rdma_find_phys_blocks_4k()
928 list[setcount].count = maxpages; in tid_rdma_find_phys_blocks_4k()
929 trace_hfi1_tid_pageset(flow->req->qp, setcount, in tid_rdma_find_phys_blocks_4k()
930 list[setcount].idx, in tid_rdma_find_phys_blocks_4k()
931 list[setcount].count); in tid_rdma_find_phys_blocks_4k()
934 setcount++; in tid_rdma_find_phys_blocks_4k()
945 if (setcount & 1) in tid_rdma_find_phys_blocks_4k()
946 list[setcount++].count = 0; in tid_rdma_find_phys_blocks_4k()
947 return setcount; in tid_rdma_find_phys_blocks_4k()
/Linux-v5.4/drivers/net/fddi/skfp/h/
Dsmt.h747 struct smt_p_setcount setcount ; /* Set Count mandatory */ member
764 struct smt_p_setcount setcount ; /* Set Count mandatory */ member
/Linux-v5.4/drivers/net/fddi/skfp/
Dsmt.c94 static void smt_fill_setcount(struct s_smc *smc, struct smt_p_setcount *setcount);
1040 smt_fill_setcount(smc,&sif->setcount) ; /* set count */ in smt_send_sif_config()
1079 smt_fill_setcount(smc,&sif->setcount) ; /* set count */ in smt_send_sif_operation()
1514 static void smt_fill_setcount(struct s_smc *smc, struct smt_p_setcount *setcount) in smt_fill_setcount() argument
1517 SMTSETPARA(setcount,SMT_P_SETCOUNT) ; in smt_fill_setcount()
1518 setcount->count = smc->mib.fddiSMTSetCount.count ; in smt_fill_setcount()
1519 memcpy((char *)setcount->timestamp, in smt_fill_setcount()