Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/infiniband/hw/hfi1/
Duser_exp_rcv.c575 unsigned pagecount, pageidx, setcount = 0, i; in find_phys_blocks() local
622 list[setcount].idx = pageidx; in find_phys_blocks()
623 list[setcount].count = maxpages; in find_phys_blocks()
626 setcount++; in find_phys_blocks()
635 return setcount; in find_phys_blocks()
Dtid_rdma.c886 u32 pagecount, pageidx, setcount = 0, i; in tid_rdma_find_phys_blocks_4k() local
933 list[setcount].idx = pageidx; in tid_rdma_find_phys_blocks_4k()
934 list[setcount].count = maxpages; in tid_rdma_find_phys_blocks_4k()
935 trace_hfi1_tid_pageset(flow->req->qp, setcount, in tid_rdma_find_phys_blocks_4k()
936 list[setcount].idx, in tid_rdma_find_phys_blocks_4k()
937 list[setcount].count); in tid_rdma_find_phys_blocks_4k()
940 setcount++; in tid_rdma_find_phys_blocks_4k()
951 if (setcount & 1) in tid_rdma_find_phys_blocks_4k()
952 list[setcount++].count = 0; in tid_rdma_find_phys_blocks_4k()
953 return setcount; in tid_rdma_find_phys_blocks_4k()
/linux-6.1.9/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-6.1.9/drivers/net/fddi/skfp/
Dsmt.c90 static void smt_fill_setcount(struct s_smc *smc, struct smt_p_setcount *setcount);
1036 smt_fill_setcount(smc,&sif->setcount) ; /* set count */ in smt_send_sif_config()
1075 smt_fill_setcount(smc,&sif->setcount) ; /* set count */ in smt_send_sif_operation()
1510 static void smt_fill_setcount(struct s_smc *smc, struct smt_p_setcount *setcount) in smt_fill_setcount() argument
1513 SMTSETPARA(setcount,SMT_P_SETCOUNT) ; in smt_fill_setcount()
1514 setcount->count = smc->mib.fddiSMTSetCount.count ; in smt_fill_setcount()
1515 memcpy((char *)setcount->timestamp, in smt_fill_setcount()