diff options
author | Bryan O'Sullivan <bos@pathscale.com> | 2006-08-25 14:24:31 -0400 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2006-09-22 18:22:30 -0400 |
commit | b1c1b6a30eac88665a35a207cc5e6233090b9d65 (patch) | |
tree | 7f2351404d45a48688e3cc2be355d2fb016e4b18 /drivers/infiniband/hw/ipath/ipath_verbs.h | |
parent | 367fe711c5dc85dbc3265cf01e34d4d6fbd55f06 (diff) |
IB/ipath: merge ipath_core and ib_ipath drivers
There is little point in keeping the two drivers separate, so we are
merging them.
Signed-off-by: Bryan O'Sullivan <bryan.osullivan@qlogic.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/infiniband/hw/ipath/ipath_verbs.h')
-rw-r--r-- | drivers/infiniband/hw/ipath/ipath_verbs.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/infiniband/hw/ipath/ipath_verbs.h b/drivers/infiniband/hw/ipath/ipath_verbs.h index a9baa9101432..d6faa4ba6067 100644 --- a/drivers/infiniband/hw/ipath/ipath_verbs.h +++ b/drivers/infiniband/hw/ipath/ipath_verbs.h | |||
@@ -711,6 +711,16 @@ int ipath_make_rc_req(struct ipath_qp *qp, struct ipath_other_headers *ohdr, | |||
711 | int ipath_make_uc_req(struct ipath_qp *qp, struct ipath_other_headers *ohdr, | 711 | int ipath_make_uc_req(struct ipath_qp *qp, struct ipath_other_headers *ohdr, |
712 | u32 pmtu, u32 *bth0p, u32 *bth2p); | 712 | u32 pmtu, u32 *bth0p, u32 *bth2p); |
713 | 713 | ||
714 | int ipath_register_ib_device(struct ipath_devdata *); | ||
715 | |||
716 | void ipath_unregister_ib_device(struct ipath_ibdev *); | ||
717 | |||
718 | void ipath_ib_rcv(struct ipath_ibdev *, void *, void *, u32); | ||
719 | |||
720 | int ipath_ib_piobufavail(struct ipath_ibdev *); | ||
721 | |||
722 | void ipath_ib_timer(struct ipath_ibdev *); | ||
723 | |||
714 | extern const enum ib_wc_opcode ib_ipath_wc_opcode[]; | 724 | extern const enum ib_wc_opcode ib_ipath_wc_opcode[]; |
715 | 725 | ||
716 | extern const u8 ipath_cvt_physportstate[]; | 726 | extern const u8 ipath_cvt_physportstate[]; |