Home
last modified time | relevance | path

Searched refs:hbm (Results 1 - 19 of 19) sorted by relevance

/kernel/linux/linux-5.10/samples/bpf/
H A Ddo_hbm_test.sh55 echo " -S or --stats whether to update hbm stats (default is yes)."
95 rm -f hbm.out
96 echo "./hbm $dir -n $id -r $rate -t $dur $flags $dbg $prog" > hbm.out
97 echo " " >> hbm.out
98 ./hbm $dir -n $id -r $rate -t $dur $flags $dbg $prog >> hbm.out 2>&1 &
205 cg_dir="$cg_base_dir/cgroup-test-work-dir/hbm$id"
212 rm -f hbm.[0-9]*.$dir_name
304 if [ -e hbm
[all...]
H A DMakefile56 tprogs-y += hbm
113 hbm-objs := bpf_load.o hbm.o $(CGROUP_HELPERS)
299 $(obj)/hbm_out_kern.o: $(src)/hbm.h $(src)/hbm_kern.h
300 $(obj)/hbm.o: $(src)/hbm.h
301 $(obj)/hbm_edt_kern.o: $(src)/hbm.h $(src)/hbm_kern.h
/kernel/linux/linux-6.6/samples/bpf/
H A Ddo_hbm_test.sh55 echo " -S or --stats whether to update hbm stats (default is yes)."
105 rm -f hbm.out
106 echo "./hbm $dir -n $id -r $rate -t $dur $flags $dbg $prog" > hbm.out
107 echo " " >> hbm.out
108 ./hbm $dir -n $id -r $rate -t $dur $flags $dbg $prog >> hbm.out 2>&1 &
216 cg_dir="$cg_base_dir/cgroup-test-work-dir/hbm$id"
223 rm -f hbm.[0-9]*.$dir_name
315 if [ -e hbm
[all...]
H A DMakefile48 tprogs-y += hbm
98 hbm-objs := hbm.o $(CGROUP_HELPERS)
303 $(obj)/hbm_out_kern.o: $(src)/hbm.h $(src)/hbm_kern.h
304 $(obj)/hbm.o: $(src)/hbm.h
305 $(obj)/hbm_edt_kern.o: $(src)/hbm.h $(src)/hbm_kern.h
/kernel/linux/linux-6.6/drivers/hid/intel-ish-hid/ishtp/
H A Dclient.c14 #include "hbm.h"
794 /* send dma_xfer hbm msg */ in ishtp_cl_send_msg_dma()
797 dma_xfer.hbm = DMA_XFER; in ishtp_cl_send_msg_dma()
960 * @hbm: hbm buffer
966 struct dma_xfer_hbm *hbm) in recv_ishtp_cl_msg_dma()
979 if (!cl || !(cl->host_client_id == hbm->host_client_id && in recv_ishtp_cl_msg_dma()
980 cl->fw_client_id == hbm->fw_client_id) || in recv_ishtp_cl_msg_dma()
1003 if (rb->buffer.size < hbm->msg_length) { in recv_ishtp_cl_msg_dma()
1007 rb->buffer.size, hbm in recv_ishtp_cl_msg_dma()
965 recv_ishtp_cl_msg_dma(struct ishtp_device *dev, void *msg, struct dma_xfer_hbm *hbm) recv_ishtp_cl_msg_dma() argument
[all...]
H A Dhbm.c14 #include "hbm.h"
47 * ishtp_hbm_cl_hdr() - construct client hbm header
528 dma_xfer->hbm = DMA_XFER_ACK; /* Prepare for response */ in ishtp_hbm_dma_xfer()
607 "reset: properties response hbm wrong status\n"); in ishtp_hbm_dispatch()
647 dma_alloc_notify.hbm = DMA_BUFFER_ALLOC_NOTIFY; in ishtp_hbm_dispatch()
674 "reset: unexpected enumeration response hbm\n"); in ishtp_hbm_dispatch()
738 * for processing hbm messages
744 unsigned char hbm[IPC_PAYLOAD_SIZE]; in bh_hbm_work_fn() local
749 memcpy(hbm, dev->rd_msg_fifo + dev->rd_msg_fifo_head, in bh_hbm_work_fn()
755 ishtp_hbm_dispatch(dev, (struct ishtp_bus_message *)hbm); in bh_hbm_work_fn()
[all...]
H A Dhbm.h212 uint8_t hbm; member
221 uint8_t hbm; member
H A Dclient.h129 struct dma_xfer_hbm *hbm);
/kernel/linux/linux-5.10/drivers/hid/intel-ish-hid/ishtp/
H A Dclient.c13 #include "hbm.h"
786 /* send dma_xfer hbm msg */ in ishtp_cl_send_msg_dma()
789 dma_xfer.hbm = DMA_XFER; in ishtp_cl_send_msg_dma()
955 * @hbm: hbm buffer
961 struct dma_xfer_hbm *hbm) in recv_ishtp_cl_msg_dma()
974 if (!cl || !(cl->host_client_id == hbm->host_client_id && in recv_ishtp_cl_msg_dma()
975 cl->fw_client_id == hbm->fw_client_id) || in recv_ishtp_cl_msg_dma()
998 if (rb->buffer.size < hbm->msg_length) { in recv_ishtp_cl_msg_dma()
1002 rb->buffer.size, hbm in recv_ishtp_cl_msg_dma()
960 recv_ishtp_cl_msg_dma(struct ishtp_device *dev, void *msg, struct dma_xfer_hbm *hbm) recv_ishtp_cl_msg_dma() argument
[all...]
H A Dhbm.c14 #include "hbm.h"
47 * ishtp_hbm_cl_hdr() - construct client hbm header
528 dma_xfer->hbm = DMA_XFER_ACK; /* Prepare for response */ in ishtp_hbm_dma_xfer()
607 "reset: properties response hbm wrong status\n"); in ishtp_hbm_dispatch()
647 dma_alloc_notify.hbm = DMA_BUFFER_ALLOC_NOTIFY; in ishtp_hbm_dispatch()
674 "reset: unexpected enumeration response hbm\n"); in ishtp_hbm_dispatch()
738 * for processing hbm messages
744 unsigned char hbm[IPC_PAYLOAD_SIZE]; in bh_hbm_work_fn() local
749 memcpy(hbm, dev->rd_msg_fifo + dev->rd_msg_fifo_head, in bh_hbm_work_fn()
755 ishtp_hbm_dispatch(dev, (struct ishtp_bus_message *)hbm); in bh_hbm_work_fn()
[all...]
H A Dhbm.h212 uint8_t hbm; member
221 uint8_t hbm; member
H A Dclient.h129 struct dma_xfer_hbm *hbm);
/kernel/linux/linux-5.10/drivers/hid/intel-ish-hid/
H A DMakefile9 intel-ishtp-objs += ishtp/hbm.o
/kernel/linux/linux-5.10/drivers/misc/mei/
H A DMakefile8 mei-objs += hbm.o
/kernel/linux/linux-6.6/drivers/misc/mei/
H A DMakefile8 mei-objs += hbm.o
H A Dinit.c15 #include "hbm.h"
119 * if the reset was called due the hbm protocol error in mei_reset()
121 * so the hbm watchdog won't kick in in mei_reset()
415 dev->timeouts.hbm = mei_secs_to_jiffies(MEI_HBM_TIMEOUT_SLOW); in mei_device_init()
419 dev->timeouts.hbm = mei_secs_to_jiffies(MEI_HBM_TIMEOUT); in mei_device_init()
H A Dmei_dev.h22 #include "hbm.h"
453 unsigned long hbm; /* HBM operation timeout, in jiffies */ member
499 * @hbm_f_pg_supported : hbm feature pgi protocol
500 * @hbm_f_dc_supported : hbm feature dynamic clients
501 * @hbm_f_dot_supported : hbm feature disconnect on timeout
502 * @hbm_f_ev_supported : hbm feature event notification
503 * @hbm_f_fa_supported : hbm feature fixed address client
504 * @hbm_f_ie_supported : hbm feature immediate reply to enum request
505 * @hbm_f_os_supported : hbm feature support OS ver message
506 * @hbm_f_dr_supported : hbm featur
[all...]
H A Dhbm.c15 #include "hbm.h"
89 * mei_hbm_write_message - wrapper for sending hbm messages.
103 * mei_hbm_idle - set hbm to idle state
114 * mei_hbm_reset - reset hbm counters and book keeping data structurs
126 * mei_hbm_hdr - construct hbm header
128 * @mei_hdr: hbm header
140 * mei_hbm_cl_hdr - construct client hbm header
160 * mei_hbm_cl_write - write simple hbm client message
186 * @cmd: hbm client message
201 * @buf: a buffer with hbm c
[all...]
/kernel/linux/linux-6.6/drivers/hid/intel-ish-hid/
H A DMakefile9 intel-ishtp-objs += ishtp/hbm.o

Completed in 12 milliseconds