Lines Matching +full:num +full:- +full:ss +full:- +full:bits
1 /* SPDX-License-Identifier: GPL-2.0 or BSD-3-Clause */
3 * Copyright(c) 2015 - 2018 Intel Corporation.
73 /* 24Bits for qpn, upper 8Bits reserved */
154 u32 pending_tid_w_segs; /* Num of pending tid write segments */
155 u32 pending_tid_w_resp; /* Num of pending tid write responses */
160 u32 tid_r_reqs; /* Num of tid reads requested */
161 u32 tid_r_comp; /* Num of tid reads completed */
162 u32 pending_tid_r_segs; /* Num of pending tid read segments */
173 #define HFI1_QP_WQE_INVALID ((u32)-1)
177 struct rvt_sge_state ss; /* Used for TID RDMA READ Request */ member
181 struct rvt_sge_state ss; /* used for TID WRITE RESP */ member
221 stats->n_bytes += tlen; in inc_opstats()
222 stats->n_packets++; in inc_opstats()
278 return priv->owner; in iowait_to_qp()
297 * 2) returning the PSN with any upper bits masked
300 * The number of significant bits in the PSN must
314 return (((int)a) - ((int)b)) << PSN_SHIFT; in cmp_psn()
330 return (((int)a - (int)b) << PSN_SHIFT) >> PSN_SHIFT; in delta_psn()
335 return &((struct hfi1_swqe_priv *)wqe->priv)->tid_req; in wqe_to_tid_req()
340 return &((struct hfi1_ack_priv *)e->priv)->tid_req; in ack_to_tid_req()
349 return mask_psn((state->generation << HFI1_KDETH_BTH_SEQ_SHIFT) | in __full_flow_psn()
355 return __full_flow_psn(&flow->flow_state, psn); in full_flow_psn()
442 return ohdr->bth[1] & cpu_to_be32(OPA_BTH_MIG_REQ); in opa_bth_is_migration()