Home
last modified time | relevance | path

Searched refs:pushed (Results 1 – 25 of 67) sorted by relevance

123

/openbmc/linux/drivers/vdpa/vdpa_sim/
H A Dvdpa_sim_blk.c113 size_t pushed = 0, to_pull, to_push; in vdpasim_blk_handle_req() local
190 pushed += bytes; in vdpasim_blk_handle_req()
225 pushed += bytes; in vdpasim_blk_handle_req()
303 if (to_push - pushed > 0) in vdpasim_blk_handle_req()
304 vringh_kiov_advance(&vq->in_iov, to_push - pushed); in vdpasim_blk_handle_req()
311 pushed += bytes; in vdpasim_blk_handle_req()
319 vringh_complete_iotlb(&vq->vring, vq->head, pushed); in vdpasim_blk_handle_req()
/openbmc/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_mbx.c219 if (!mbx->pushed) in fm10k_mbx_pushed_tail_len()
302 len += mbx->pushed; in fm10k_mbx_validate_msg_size()
438 end = fm10k_fifo_tail_offset(fifo, mbx->pushed); in fm10k_mbx_read_copy()
479 len = fm10k_fifo_unused(fifo) - mbx->pushed; in fm10k_mbx_push_tail()
499 mbx->pushed += len; in fm10k_mbx_push_tail()
503 len && (mbx->pushed >= len); in fm10k_mbx_push_tail()
506 mbx->pushed -= len; in fm10k_mbx_push_tail()
642 u16 offset = fm10k_fifo_tail_offset(fifo, mbx->pushed) - len; in fm10k_mbx_verify_remote_crc()
720 memmove(fifo->buffer, fifo->buffer + fifo->tail, mbx->pushed << 2); in fm10k_mbx_dequeue_rx()
1081 mbx->pushed = 0; in fm10k_mbx_reset_work()
[all …]
H A Dfm10k_mbx.h267 u16 head, head_len, pushed; member
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-adc-hi843517 this value then the threshold falling event is pushed.
36 this value then the threshold rising event is pushed.
H A Dsysfs-bus-iio-gyro-bmg1606 which sets driver in a mode, where data is pushed to the buffer
H A Dsysfs-bus-iio-accel-bmc1506 which sets driver in a mode, where data is pushed to the buffer
H A Dsysfs-driver-intc_sar42 by a single space. This information can then be pushed to a
/openbmc/linux/net/mpls/
H A DKconfig23 that have had MPLS stack entries pushed onto them and thus
/openbmc/qemu/gdbstub/
H A Dmeson.build3 # types. The bits pushed to system/user.c try to use guest agnostic
/openbmc/linux/Documentation/arch/x86/
H A Dshstk.rst134 When a signal happens, the old pre-signal state is pushed on the stack. When
135 shadow stack is enabled, the shadow stack specific state is pushed onto the
136 shadow stack. Today this is only the old SSP (shadow stack pointer), pushed
/openbmc/linux/drivers/platform/surface/
H A Dsurfacepro3_button.c70 unsigned long pushed; member
/openbmc/linux/drivers/iio/buffer/
H A DKconfig11 usage. That is, those where the data is pushed to the consumer.
/openbmc/linux/drivers/acpi/
H A Dbutton.c174 unsigned long pushed; member
468 event, ++button->pushed); in acpi_button_notify()
/openbmc/phosphor-pid-control/
H A Dipmi.md5 For temperature sensors not reachable by the BMC, sensor readings can be pushed
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ckermit/ckermit/
H A D0001-Fix-function-prototype-errors.patch47 y = pushc ? 1 : 0; /* Have command character pushed? */
/openbmc/linux/arch/m68k/fpsp040/
H A Dx_fline.S35 | the equate is valid only after a 'link a6' has pushed one more
/openbmc/linux/Documentation/misc-devices/
H A Dbh1770glc.rst37 interrupts the delayed work is pushed forward. So, when proximity level goes
/openbmc/docs/designs/
H A Dcper-records.md34 that will be pushed to openbmc/libcper, if approved.
/openbmc/openbmc/meta-arm/documentation/
H A Dreleases.md14 …ntegration step. However, any patches upstreamed in this manner must be pushed to master in a tim…
/openbmc/linux/Documentation/devicetree/bindings/soc/ti/
H A Dkeystone-navigator-qmss.txt67 queues looking for descriptors that have been pushed
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/webkitgtk/webkitgtk3/
H A D0001-Fix-build-issues-with-latest-Clang.patch32 …bout different types on the middle/right of a ternary expression. I just pushed the comparison ins…
/openbmc/docs/
H A Dmeta-layer-guidelines.md105 pushed to. If you're pulling in code from a dead project, inquire to the
/openbmc/phosphor-host-ipmid/docs/
H A Dcontributing.md30 that point on would need to be pushed to maintain the relationship. This will
/openbmc/linux/Documentation/driver-api/
H A Dgeneric-counter.rst513 pushed to userspace.
538 Extension 0, and Count 7 -- the data returned for each is pushed to a
/openbmc/qemu/docs/specs/
H A Dppc-spapr-xive.rst282 - the last entries that were pushed in the event queue.

123