diff options
Diffstat (limited to 'drivers/net/ehea/ehea_phyp.h')
-rw-r--r-- | drivers/net/ehea/ehea_phyp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ehea/ehea_phyp.h b/drivers/net/ehea/ehea_phyp.h index 89b63531ff26..faa191d23b86 100644 --- a/drivers/net/ehea/ehea_phyp.h +++ b/drivers/net/ehea/ehea_phyp.h | |||
@@ -126,6 +126,7 @@ struct hcp_modify_qp_cb0 { | |||
126 | #define H_QP_CR_STATE_RDY2RCV 0x0000030000000000ULL /* Ready to recv */ | 126 | #define H_QP_CR_STATE_RDY2RCV 0x0000030000000000ULL /* Ready to recv */ |
127 | #define H_QP_CR_STATE_RDY2SND 0x0000050000000000ULL /* Ready to send */ | 127 | #define H_QP_CR_STATE_RDY2SND 0x0000050000000000ULL /* Ready to send */ |
128 | #define H_QP_CR_STATE_ERROR 0x0000800000000000ULL /* Error */ | 128 | #define H_QP_CR_STATE_ERROR 0x0000800000000000ULL /* Error */ |
129 | #define H_QP_CR_RES_STATE 0x0000007F00000000ULL /* Resultant state */ | ||
129 | 130 | ||
130 | struct hcp_modify_qp_cb1 { | 131 | struct hcp_modify_qp_cb1 { |
131 | u32 qpn; /* 00 */ | 132 | u32 qpn; /* 00 */ |