Lines Matching refs:last_pkt
2356 bool last_pkt; in hfi1_build_tid_rdma_read_resp() local
2363 last_pkt = (flow->sent >= flow->length); in hfi1_build_tid_rdma_read_resp()
2375 KDETH_SET(resp->kdeth0, SH, !last_pkt); in hfi1_build_tid_rdma_read_resp()
2376 KDETH_SET(resp->kdeth0, INTR, !!(!last_pkt && remote->urg)); in hfi1_build_tid_rdma_read_resp()
2395 *last = last_pkt; in hfi1_build_tid_rdma_read_resp()
2396 if (last_pkt) in hfi1_build_tid_rdma_read_resp()
4218 bool last_pkt; in hfi1_build_tid_rdma_packet() local
4228 last_pkt = (flow->tid_idx == (flow->tidcnt - 1) && in hfi1_build_tid_rdma_packet()
4236 KDETH_SET(wd->kdeth0, SH, !last_pkt); in hfi1_build_tid_rdma_packet()
4237 KDETH_SET(wd->kdeth0, INTR, !!(!last_pkt && remote->urg)); in hfi1_build_tid_rdma_packet()
4251 if (last_pkt) { in hfi1_build_tid_rdma_packet()
4266 return last_pkt; in hfi1_build_tid_rdma_packet()