Searched refs:last_pkt (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/target/hexagon/imported/mmvec/ |
H A D | macros.def | 522 thread->last_pkt->double_access_vec = 0; 555 thread->last_pkt->double_access_vec = 1; 565 thread->last_pkt->pkt_has_vtcm_access = 0; 566 thread->last_pkt->pkt_access_count = 0; 568 thread->last_pkt->pkt_has_vmemu_access = 0; 569 thread->last_pkt->double_access = 0; 573 thread->last_pkt->pkt_has_vmemu_access = 1; 574 thread->last_pkt->double_access = 1; 640 thread->last_pkt->pkt_has_vtcm_access = 0; 641 thread->last_pkt->pkt_access_count = 0; [all …]
|
/openbmc/linux/include/linux/netfilter/ |
H A D | nf_conntrack_dccp.h | 33 u_int8_t last_pkt; member
|
/openbmc/linux/net/netfilter/ |
H A D | nf_conntrack_proto_dccp.c | 414 ct->proto.dccp.last_pkt = DCCP_PKT_REQUEST; in dccp_new() 582 ct->proto.dccp.last_pkt == DCCP_PKT_REQUEST && in nf_conntrack_dccp_packet() 591 ct->proto.dccp.last_pkt = type; in nf_conntrack_dccp_packet() 603 ct->proto.dccp.last_pkt = type; in nf_conntrack_dccp_packet()
|
/openbmc/qemu/target/hexagon/imported/ |
H A D | macros.def | 32 …{if (thread->last_pkt) thread->last_pkt->slot_cancelled |= (1<<insn->slot); return;} , /* behavior… 459 thread->next_pkt_guess=thread->last_pkt->taken_ptr; 1656 thread->last_pkt->pkt_has_dual_jump,
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | tid_rdma.c | 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() [all …]
|
H A D | rc.c | 79 bool last_pkt; in make_rc_ack() local 311 &last_pkt); in make_rc_ack() 315 if (last_pkt) { in make_rc_ack()
|
/openbmc/linux/net/packet/ |
H A D | af_packet.c | 844 struct tpacket3_hdr *last_pkt; in prb_close_block() local 851 last_pkt = (struct tpacket3_hdr *)pkc1->prev; in prb_close_block() 852 last_pkt->tp_next_offset = 0; in prb_close_block() 856 h1->ts_last_pkt.ts_sec = last_pkt->tp_sec; in prb_close_block() 857 h1->ts_last_pkt.ts_nsec = last_pkt->tp_nsec; in prb_close_block()
|