Lines Matching refs:unlikely
19 if (unlikely(!qp->valid)) in check_type_state()
26 if (unlikely(pkt_type != IB_OPCODE_RC)) in check_type_state()
30 if (unlikely(pkt_type != IB_OPCODE_UC)) in check_type_state()
35 if (unlikely(pkt_type != IB_OPCODE_UD)) in check_type_state()
44 if (unlikely(qp_state(qp) < IB_QPS_RTR)) { in check_type_state()
49 if (unlikely(qp_state(qp) < IB_QPS_RTS)) { in check_type_state()
91 if (unlikely(deth_qkey(pkt) != qkey)) { in check_keys()
108 if (unlikely(pkt->port_num != qp->attr.port_num)) in check_addr()
144 if (unlikely(bth_tver(pkt) != BTH_TVER)) in hdr_check()
147 if (unlikely(qpn == 0)) in hdr_check()
154 if (unlikely(!qp)) in hdr_check()
158 if (unlikely(err)) in hdr_check()
162 if (unlikely(err)) in hdr_check()
166 if (unlikely(err)) in hdr_check()
169 if (unlikely((pkt->mask & RXE_GRH_MASK) == 0)) in hdr_check()
238 if (unlikely(!cskb)) in rxe_rcv_mcast_pkt()
322 if (unlikely(skb->len < RXE_BTH_BYTES)) in rxe_rcv()
333 if (unlikely(skb->len < header_size(pkt))) in rxe_rcv()
337 if (unlikely(err)) in rxe_rcv()
341 if (unlikely(err)) in rxe_rcv()
346 if (unlikely(bth_qpn(pkt) == IB_MULTICAST_QPN)) in rxe_rcv()