Lines Matching refs:unlikely
42 if (unlikely(!qp->valid)) in check_type_state()
47 if (unlikely((pkt->opcode & IB_OPCODE_RC) != 0)) { in check_type_state()
53 if (unlikely(!(pkt->opcode & IB_OPCODE_UC))) { in check_type_state()
61 if (unlikely(!(pkt->opcode & IB_OPCODE_UD))) { in check_type_state()
72 if (unlikely(qp->resp.state != QP_STATE_READY)) in check_type_state()
74 } else if (unlikely(qp->req.state < QP_STATE_READY || in check_type_state()
126 if (unlikely(!pkey_match(pkey, in check_keys()
140 if (unlikely(deth_qkey(pkt) != qkey)) { in check_keys()
162 if (unlikely(pkt->port_num != qp->attr.port_num)) { in check_addr()
223 if (unlikely(bth_tver(pkt) != BTH_TVER)) { in hdr_check()
228 if (unlikely(qpn == 0)) { in hdr_check()
237 if (unlikely(!qp)) { in hdr_check()
243 if (unlikely(err)) in hdr_check()
247 if (unlikely(err)) in hdr_check()
251 if (unlikely(err)) in hdr_check()
254 if (unlikely((pkt->mask & RXE_GRH_MASK) == 0)) { in hdr_check()
368 if (unlikely(skb->len < pkt->offset + RXE_BTH_BYTES)) in rxe_rcv()
371 if (unlikely(rxe_match_dgid(rxe, skb) < 0)) { in rxe_rcv()
381 if (unlikely(skb->len < header_size(pkt))) in rxe_rcv()
385 if (unlikely(err)) in rxe_rcv()
396 if (unlikely(calc_icrc != pack_icrc)) { in rxe_rcv()
411 if (unlikely(bth_qpn(pkt) == IB_MULTICAST_QPN)) in rxe_rcv()