Searched refs:hfn_mbox (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/scsi/bfa/ |
D | bfa_ioc_cb.c | 128 static struct { u32 hfn_mbox, lpu_mbox, hfn_pgn; } iocreg_fnreg[] = { member 150 ioc->ioc_regs.hfn_mbox = rb + iocreg_fnreg[pcifn].hfn_mbox; in bfa_ioc_cb_reg_init()
|
D | bfa_ioc_ct.c | 152 static struct { u32 hfn_mbox, lpu_mbox, hfn_pgn; } ct_fnreg[] = { member 179 static struct { uint32_t hfn_mbox, lpu_mbox, hfn_pgn, hfn, lpu, lpu_read; } member 197 ioc->ioc_regs.hfn_mbox = rb + ct_fnreg[pcifn].hfn_mbox; in bfa_ioc_ct_reg_init() 256 ioc->ioc_regs.hfn_mbox = rb + ct2_reg[port].hfn_mbox; in bfa_ioc_ct2_reg_init()
|
D | bfa_ioc.h | 199 void __iomem *hfn_mbox; member
|
D | bfa_ioc.c | 1795 ioc->ioc_regs.hfn_mbox + i * sizeof(u32)); in bfa_ioc_mbox_send() 1798 writel(0, ioc->ioc_regs.hfn_mbox + i * sizeof(u32)); in bfa_ioc_mbox_send()
|
/linux-4.1.27/drivers/net/ethernet/brocade/bna/ |
D | bfa_ioc_ct.c | 209 u32 hfn_mbox; member 242 u32 hfn_mbox; member 265 ioc->ioc_regs.hfn_mbox = rb + ct_fnreg[pcifn].hfn_mbox; in bfa_ioc_ct_reg_init() 324 ioc->ioc_regs.hfn_mbox = rb + ct2_reg[port].hfn_mbox; in bfa_ioc_ct2_reg_init()
|
D | bfa_ioc.h | 79 void __iomem *hfn_mbox; member
|
D | bfa_ioc.c | 1935 ioc->ioc_regs.hfn_mbox + i * sizeof(u32)); in bfa_ioc_mbox_send() 1938 writel(0, ioc->ioc_regs.hfn_mbox + i * sizeof(u32)); in bfa_ioc_mbox_send()
|