Lines Matching refs:unlikely
18 if (unlikely(!qp->valid)) in check_type_state()
25 if (unlikely(pkt_type != IB_OPCODE_RC)) { in check_type_state()
31 if (unlikely(pkt_type != IB_OPCODE_UC)) { in check_type_state()
39 if (unlikely(pkt_type != IB_OPCODE_UD)) { in check_type_state()
50 if (unlikely(qp->resp.state != QP_STATE_READY)) in check_type_state()
52 } else if (unlikely(qp->req.state < QP_STATE_READY || in check_type_state()
96 if (unlikely(deth_qkey(pkt) != qkey)) { in check_keys()
118 if (unlikely(pkt->port_num != qp->attr.port_num)) { in check_addr()
179 if (unlikely(bth_tver(pkt) != BTH_TVER)) { in hdr_check()
184 if (unlikely(qpn == 0)) { in hdr_check()
193 if (unlikely(!qp)) { in hdr_check()
199 if (unlikely(err)) in hdr_check()
203 if (unlikely(err)) in hdr_check()
207 if (unlikely(err)) in hdr_check()
210 if (unlikely((pkt->mask & RXE_GRH_MASK) == 0)) { in hdr_check()
281 if (unlikely(!cskb)) in rxe_rcv_mcast_pkt()
365 if (unlikely(skb->len < RXE_BTH_BYTES)) in rxe_rcv()
378 if (unlikely(skb->len < header_size(pkt))) in rxe_rcv()
382 if (unlikely(err)) in rxe_rcv()
386 if (unlikely(err)) in rxe_rcv()
391 if (unlikely(bth_qpn(pkt) == IB_MULTICAST_QPN)) in rxe_rcv()