Searched defs:qib_chip_specific (Results 1 – 3 of 3) sorted by relevance
46 struct qib_chip_specific { struct47 u64 __iomem *cregbase;48 u64 *cntrs;49 u64 *portcntrs;50 spinlock_t sdepb_lock; /* serdes EPB bus */51 spinlock_t rcvmod_lock; /* protect rcvctrl shadow changes */52 spinlock_t gpio_lock; /* RMW of shadows/regs for ExtCtrl and GPIO */53 u64 hwerrmask;54 u64 errormask;55 u64 gpio_out; /* shadow of kr_gpio_out, for rmw ops */[all …]
217 struct qib_chip_specific { struct218 u64 __iomem *cregbase;219 u64 *cntrs;220 u64 *portcntrs;221 void *dummy_hdrq; /* used after ctxt close */222 dma_addr_t dummy_hdrq_phys;223 spinlock_t kernel_tid_lock; /* no back to back kernel TID writes */224 spinlock_t user_tid_lock; /* no back to back user TID writes */225 spinlock_t rcvmod_lock; /* protect rcvctrl shadow changes */226 spinlock_t gpio_lock; /* RMW of shadows/regs for ExtCtrl and GPIO */[all …]
517 struct qib_chip_specific { struct518 u64 __iomem *cregbase;519 u64 *cntrs;520 spinlock_t rcvmod_lock; /* protect rcvctrl shadow changes */521 spinlock_t gpio_lock; /* RMW of shadows/regs for ExtCtrl and GPIO */522 u64 main_int_mask; /* clear bits which have dedicated handlers */523 u64 int_enable_mask; /* for per port interrupts in single port mode */524 u64 errormask;525 u64 hwerrmask;526 u64 gpio_out; /* shadow of kr_gpio_out, for rmw ops */[all …]