Searched defs:ibcs (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/drivers/infiniband/hw/qib/ |
D | qib_intr.c | 83 void qib_handle_e_ibstatuschanged(struct qib_pportdata *ppd, u64 ibcs) in qib_handle_e_ibstatuschanged()
|
D | qib_iba6120.c | 980 static int chk_6120_linkrecovery(struct qib_devdata *dd, u64 ibcs) in chk_6120_linkrecovery() 1071 u64 ibcs = qib_read_kreg64(dd, kr_ibcstatus); in handle_6120_errors() local 2995 static u32 qib_6120_iblink_state(u64 ibcs) in qib_6120_iblink_state() 3020 static u8 qib_6120_phys_portstate(u64 ibcs) in qib_6120_phys_portstate() 3026 static int qib_6120_ib_updown(struct qib_pportdata *ppd, int ibup, u64 ibcs) in qib_6120_ib_updown()
|
D | qib_iba7220.c | 1167 u64 ibcs; in handle_7220_errors() local 3592 static u32 qib_7220_iblink_state(u64 ibcs) in qib_7220_iblink_state() 3617 static u8 qib_7220_phys_portstate(u64 ibcs) in qib_7220_phys_portstate() 3623 static int qib_7220_ib_updown(struct qib_pportdata *ppd, int ibup, u64 ibcs) in qib_7220_ib_updown()
|
D | qib_iba7322.c | 1849 u64 ibcs; in handle_7322_p_errors() local 5129 static u32 qib_7322_iblink_state(u64 ibcs) in qib_7322_iblink_state() 5154 static u8 qib_7322_phys_portstate(u64 ibcs) in qib_7322_phys_portstate() 5160 static int qib_7322_ib_updown(struct qib_pportdata *ppd, int ibup, u64 ibcs) in qib_7322_ib_updown()
|
/linux-2.6.39/drivers/infiniband/hw/ipath/ |
D | ipath_intr.c | 230 static char *ib_linkstate(struct ipath_devdata *dd, u64 ibcs) in ib_linkstate() 264 const u64 ibcs = ipath_read_kreg64(dd, dd->ipath_kregs->kr_ibcstatus); in handle_e_ibstatuschanged() local
|
D | ipath_kernel.h | 1248 static inline u32 ipath_ib_linkstate(struct ipath_devdata *dd, u64 ibcs) in ipath_ib_linkstate() 1258 static inline u32 ipath_ib_linktrstate(struct ipath_devdata *dd, u64 ibcs) in ipath_ib_linktrstate() 1269 static inline u32 ipath_ib_state(struct ipath_devdata *dd, u64 ibcs) in ipath_ib_state()
|
D | ipath_iba6110.c | 1894 static int ipath_ht_ib_updown(struct ipath_devdata *dd, int ibup, u64 ibcs) in ipath_ht_ib_updown()
|