Searched refs:drop_packet (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/liquidio/
H A Dlio_rxtx.c81 goto drop_packet;
100 goto drop_packet;
115 goto drop_packet;
219 drop_packet:
/freebsd-13-stable/sys/contrib/alpine-hal/
H A Dal_hal_udma_config.h449 * @param drop_packet when set to true, the UDMA will drop packet.
471 int al_udma_s2m_no_desc_cfg_set(struct al_udma *udma, al_bool drop_packet, al_bool gen_interrupt, uint32_t wait_for_desc_timeout);
H A Dal_hal_udma_config.c972 int al_udma_s2m_no_desc_cfg_set(struct al_udma *udma, al_bool drop_packet, al_bool gen_interrupt, uint32_t wait_for_desc_timeout) argument
978 if ((drop_packet == AL_TRUE) && (wait_for_desc_timeout == 0)) {
983 if (drop_packet == AL_TRUE)

Completed in 43 milliseconds