Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/hfi1/
H A 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 …]
H A 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()
/linux/net/packet/
H A Daf_packet.c785 struct tpacket3_hdr *last_pkt; in prb_close_block() local
792 last_pkt = (struct tpacket3_hdr *)pkc1->prev; in prb_close_block()
793 last_pkt->tp_next_offset = 0; in prb_close_block()
797 h1->ts_last_pkt.ts_sec = last_pkt->tp_sec; in prb_close_block()
798 h1->ts_last_pkt.ts_nsec = last_pkt->tp_nsec; in prb_close_block()