Home
last modified time | relevance | path

Searched refs:last_pkt (Results 1 – 2 of 2) sorted by relevance

/drivers/infiniband/hw/hfi1/
Dtid_rdma.c2356 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()
[all …]
Drc.c79 bool last_pkt; in make_rc_ack() local
311 &last_pkt); in make_rc_ack()
315 if (last_pkt) { in make_rc_ack()