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 …]
218 struct qib_chip_specific { struct219 u64 __iomem *cregbase;220 u64 *cntrs;221 u64 *portcntrs;222 void *dummy_hdrq; /* used after ctxt close */223 dma_addr_t dummy_hdrq_phys;224 spinlock_t kernel_tid_lock; /* no back to back kernel TID writes */225 spinlock_t user_tid_lock; /* no back to back user TID writes */226 spinlock_t rcvmod_lock; /* protect rcvctrl shadow changes */227 spinlock_t gpio_lock; /* RMW of shadows/regs for ExtCtrl and GPIO */[all …]
545 struct qib_chip_specific { struct546 u64 __iomem *cregbase;547 u64 *cntrs;548 spinlock_t rcvmod_lock; /* protect rcvctrl shadow changes */549 spinlock_t gpio_lock; /* RMW of shadows/regs for ExtCtrl and GPIO */550 u64 main_int_mask; /* clear bits which have dedicated handlers */551 u64 int_enable_mask; /* for per port interrupts in single port mode */552 u64 errormask;553 u64 hwerrmask;554 u64 gpio_out; /* shadow of kr_gpio_out, for rmw ops */[all …]