qib.h (47c7ea6d8e70510c3b3e311cfc20943cd3fe786a) | qib.h (4bb88e5f84326ff6343bc64a33040850f45b44d8) |
---|---|
1#ifndef _QIB_KERNEL_H 2#define _QIB_KERNEL_H 3/* 4 * Copyright (c) 2012, 2013 Intel Corporation. All rights reserved. 5 * Copyright (c) 2006 - 2012 QLogic Corporation. All rights reserved. 6 * Copyright (c) 2003, 2004, 2005, 2006 PathScale, Inc. All rights reserved. 7 * 8 * This software is available to you under a choice of one of two --- 1083 unchanged lines hidden (view full) --- 1092 spinlock_t qib_diag_trans_lock; /* protect diag observer ops */ 1093 struct diag_observer_list_elt *diag_observer_list; 1094 1095 u8 psxmitwait_supported; 1096 /* cycle length of PS* counters in HW (in picoseconds) */ 1097 u16 psxmitwait_check_rate; 1098 /* high volume overflow errors defered to tasklet */ 1099 struct tasklet_struct error_tasklet; | 1#ifndef _QIB_KERNEL_H 2#define _QIB_KERNEL_H 3/* 4 * Copyright (c) 2012, 2013 Intel Corporation. All rights reserved. 5 * Copyright (c) 2006 - 2012 QLogic Corporation. All rights reserved. 6 * Copyright (c) 2003, 2004, 2005, 2006 PathScale, Inc. All rights reserved. 7 * 8 * This software is available to you under a choice of one of two --- 1083 unchanged lines hidden (view full) --- 1092 spinlock_t qib_diag_trans_lock; /* protect diag observer ops */ 1093 struct diag_observer_list_elt *diag_observer_list; 1094 1095 u8 psxmitwait_supported; 1096 /* cycle length of PS* counters in HW (in picoseconds) */ 1097 u16 psxmitwait_check_rate; 1098 /* high volume overflow errors defered to tasklet */ 1099 struct tasklet_struct error_tasklet; |
1100 /* per device cq worker */ 1101 struct kthread_worker *worker; | |
1102 1103 int assigned_node_id; /* NUMA node closest to HCA */ 1104}; 1105 1106/* hol_state values */ 1107#define QIB_HOL_UP 0 1108#define QIB_HOL_INIT 1 1109 --- 438 unchanged lines hidden --- | 1100 1101 int assigned_node_id; /* NUMA node closest to HCA */ 1102}; 1103 1104/* hol_state values */ 1105#define QIB_HOL_UP 0 1106#define QIB_HOL_INIT 1 1107 --- 438 unchanged lines hidden --- |