Home
last modified time | relevance | path

Searched refs:rkt (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/infiniband/sw/rdmavt/
H A Dmr.c142 struct rvt_lkey_table *rkt = &dev->lkey_table; in rvt_alloc_lkey() local
145 spin_lock_irqsave(&rkt->lock, flags); in rvt_alloc_lkey()
162 r = rkt->next; in rvt_alloc_lkey()
165 if (!rcu_access_pointer(rkt->table[r])) in rvt_alloc_lkey()
167 r = (r + 1) & (rkt->max - 1); in rvt_alloc_lkey()
171 rkt->next = (r + 1) & (rkt->max - 1); in rvt_alloc_lkey()
176 rkt->gen++; in rvt_alloc_lkey()
181 ((((1 << (24 - dev->dparms.lkey_table_size)) - 1) & rkt->gen) in rvt_alloc_lkey()
185 rkt in rvt_alloc_lkey()
211 struct rvt_lkey_table *rkt = &dev->lkey_table; rvt_free_lkey() local
655 struct rvt_lkey_table *rkt = &dev->lkey_table; rvt_invalidate_rkey() local
721 rvt_lkey_ok(struct rvt_lkey_table * rkt,struct rvt_pd * pd,struct rvt_sge * isge,struct rvt_sge * last_sge,struct ib_sge * sge,int acc) rvt_lkey_ok() argument
835 struct rvt_lkey_table *rkt = &dev->lkey_table; rvt_rkey_ok() local
[all...]
H A Dqp.c1968 struct rvt_lkey_table *rkt; in rvt_post_one_wr() local
2035 rkt = &rdi->lkey_table; in rvt_post_one_wr()
2054 ret = rvt_lkey_ok(rkt, pd, &wqe->sg_list[j], last_sge, in rvt_post_one_wr()
2270 struct rvt_lkey_table *rkt; in init_sge() local
2275 rkt = &rdi->lkey_table; in init_sge()
2284 ret = rvt_lkey_ok(rkt, pd, j ? &ss->sg_list[j - 1] : &ss->sge, in init_sge()
/linux/drivers/scsi/aacraid/
H A Drkt.c14 * rkt.c
67 iounmap(dev->regs.rkt); in aac_rkt_ioremap()
70 dev->base = dev->regs.rkt = ioremap(dev->base_start, size); in aac_rkt_ioremap()
73 dev->IndexRegs = &dev->regs.rkt->IndexRegs; in aac_rkt_ioremap()
H A DMakefile7 dpcsup.o rx.o sa.o rkt.o nark.o src.o
H A Daacraid.h1157 #define rkt_readb(AEP, CSR) readb(&((AEP)->regs.rkt->CSR))
1158 #define rkt_readl(AEP, CSR) readl(&((AEP)->regs.rkt->CSR))
1159 #define rkt_writeb(AEP, CSR, value) writeb(value, &((AEP)->regs.rkt->CSR))
1160 #define rkt_writel(AEP, CSR, value) writel(value, &((AEP)->regs.rkt->CSR))
1623 struct rkt_registers __iomem *rkt; member
/linux/include/rdma/
H A Drdma_vt.h526 int rvt_lkey_ok(struct rvt_lkey_table *rkt, struct rvt_pd *pd,
/linux/fs/proc/
H A DKconfig121 this interface. For example, rkt is such a piece of software.