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()
29 if (unlikely(pkt_type != IB_OPCODE_UC)) in check_type_state()
34 if (unlikely(pkt_type != IB_OPCODE_UD)) in check_type_state()
42 if (unlikely(qp->resp.state != QP_STATE_READY)) in check_type_state()
44 } else if (unlikely(qp->req.state < QP_STATE_READY || in check_type_state()
83 if (unlikely(deth_qkey(pkt) != qkey)) { in check_keys()
100 if (unlikely(pkt->port_num != qp->attr.port_num)) in check_addr()
136 if (unlikely(bth_tver(pkt) != BTH_TVER)) in hdr_check()
139 if (unlikely(qpn == 0)) in hdr_check()
146 if (unlikely(!qp)) in hdr_check()
150 if (unlikely(err)) in hdr_check()
154 if (unlikely(err)) in hdr_check()
158 if (unlikely(err)) in hdr_check()
161 if (unlikely((pkt->mask & RXE_GRH_MASK) == 0)) in hdr_check()
230 if (unlikely(!cskb)) in rxe_rcv_mcast_pkt()
314 if (unlikely(skb->len < RXE_BTH_BYTES)) in rxe_rcv()
325 if (unlikely(skb->len < header_size(pkt))) in rxe_rcv()
329 if (unlikely(err)) in rxe_rcv()
333 if (unlikely(err)) in rxe_rcv()
338 if (unlikely(bth_qpn(pkt) == IB_MULTICAST_QPN)) in rxe_rcv()