| /OK3568_Linux_fs/kernel/net/vmw_vsock/ |
| H A D | virtio_transport_common.c | 924 struct virtio_vsock_pkt *last_pkt; in virtio_transport_recv_enqueue() local 926 last_pkt = list_last_entry(&vvs->rx_queue, in virtio_transport_recv_enqueue() 932 if (pkt->len <= last_pkt->buf_len - last_pkt->len) { in virtio_transport_recv_enqueue() 933 memcpy(last_pkt->buf + last_pkt->len, pkt->buf, in virtio_transport_recv_enqueue() 935 last_pkt->len += pkt->len; in virtio_transport_recv_enqueue()
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nf_conntrack_proto_dccp.c | 411 ct->proto.dccp.last_pkt = DCCP_PKT_REQUEST; in dccp_new() 534 ct->proto.dccp.last_pkt == DCCP_PKT_REQUEST && in nf_conntrack_dccp_packet() 543 ct->proto.dccp.last_pkt = type; in nf_conntrack_dccp_packet() 555 ct->proto.dccp.last_pkt = type; in nf_conntrack_dccp_packet()
|
| /OK3568_Linux_fs/kernel/include/linux/netfilter/ |
| H A D | nf_conntrack_dccp.h | 33 u_int8_t last_pkt; member
|
| /OK3568_Linux_fs/external/mpp/test/ |
| H A D | mpi_enc_mt_test.cpp | 122 RK_S64 last_pkt; member 906 p->last_pkt = mpp_time(); in enc_test_output() 1000 enc_ret->elapsed_time = p->last_pkt - p->first_frm; in enc_test_output()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/ |
| H A D | tid_rdma.c | 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() [all …]
|
| H A D | rc.c | 121 bool last_pkt; in make_rc_ack() local 353 &last_pkt); in make_rc_ack() 357 if (last_pkt) { in make_rc_ack()
|
| /OK3568_Linux_fs/kernel/net/packet/ |
| H A D | af_packet.c | 763 struct tpacket3_hdr *last_pkt; in prb_close_block() local 770 last_pkt = (struct tpacket3_hdr *)pkc1->prev; in prb_close_block() 771 last_pkt->tp_next_offset = 0; in prb_close_block() 775 h1->ts_last_pkt.ts_sec = last_pkt->tp_sec; in prb_close_block() 776 h1->ts_last_pkt.ts_nsec = last_pkt->tp_nsec; in prb_close_block()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_sdio.c | 2774 bool last_pkt; in dhdsdio_txpkt() local 2779 last_pkt = (i == num_pkt - 1); in dhdsdio_txpkt() 2781 total_len, last_pkt, &pad_pkt_len, &new_pkt in dhdsdio_txpkt()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_sdio.c | 2496 bool last_pkt; in dhdsdio_txpkt() local 2501 last_pkt = (i == num_pkt - 1); in dhdsdio_txpkt() 2503 total_len, last_pkt, &pad_pkt_len, &new_pkt); in dhdsdio_txpkt()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_sdio.c | 2553 bool last_pkt; in dhdsdio_txpkt() local 2558 last_pkt = (i == num_pkt - 1); in dhdsdio_txpkt() 2560 total_len, last_pkt, &pad_pkt_len, &new_pkt); in dhdsdio_txpkt()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_sdio.c | 2492 bool last_pkt; in dhdsdio_txpkt() local 2497 last_pkt = (i == num_pkt - 1); in dhdsdio_txpkt() 2499 total_len, last_pkt, &pad_pkt_len, &new_pkt); in dhdsdio_txpkt()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_sdio.c | 2805 bool last_pkt; in dhdsdio_txpkt() local 2810 last_pkt = (i == num_pkt - 1); in dhdsdio_txpkt() 2812 total_len, last_pkt, &pad_pkt_len, &new_pkt in dhdsdio_txpkt()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_sdio.c | 2794 bool last_pkt; in dhdsdio_txpkt() local 2799 last_pkt = (i == num_pkt - 1); in dhdsdio_txpkt() 2801 total_len, last_pkt, &pad_pkt_len, &new_pkt in dhdsdio_txpkt()
|