Lines Matching refs:last_pkt
2349 bool last_pkt; in hfi1_build_tid_rdma_read_resp() local
2356 last_pkt = (flow->sent >= flow->length); in hfi1_build_tid_rdma_read_resp()
2368 KDETH_SET(resp->kdeth0, SH, !last_pkt); in hfi1_build_tid_rdma_read_resp()
2369 KDETH_SET(resp->kdeth0, INTR, !!(!last_pkt && remote->urg)); in hfi1_build_tid_rdma_read_resp()
2388 *last = last_pkt; in hfi1_build_tid_rdma_read_resp()
2389 if (last_pkt) in hfi1_build_tid_rdma_read_resp()
4206 bool last_pkt; in hfi1_build_tid_rdma_packet() local
4216 last_pkt = (flow->tid_idx == (flow->tidcnt - 1) && in hfi1_build_tid_rdma_packet()
4224 KDETH_SET(wd->kdeth0, SH, !last_pkt); in hfi1_build_tid_rdma_packet()
4225 KDETH_SET(wd->kdeth0, INTR, !!(!last_pkt && remote->urg)); in hfi1_build_tid_rdma_packet()
4239 if (last_pkt) { in hfi1_build_tid_rdma_packet()
4254 return last_pkt; in hfi1_build_tid_rdma_packet()