Home
last modified time | relevance | path

Searched refs:dump_packet (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/perf/arch/x86/tests/
H A Dintel-pt-test.c189 static int dump_packet(const struct intel_pt_pkt *packet, const u8 *bytes, int len) in dump_packet() function
213 dump_packet(&d->packet, d->bytes, d->len); in decoding_failed()
299 ret = dump_packet(&d->packet, d->bytes, d->len); in test_one()
/openbmc/linux/drivers/tty/hvc/
H A Dhvsi.c181 #define dbg_dump_packet(packet) dump_packet(packet)
206 static void dump_packet(uint8_t *packet) in dump_packet() function
249 dump_packet(packet); in hvsi_recv_control()
274 dump_packet(packet); in hvsi_recv_response()
316 dump_packet(packet); in hvsi_recv_query()
442 dump_packet(packet); in hvsi_load_chunk()
/openbmc/linux/drivers/net/ethernet/microchip/
H A Dencx24j600.c65 static void dump_packet(const char *msg, int len, const char *data) in dump_packet() function
344 dump_packet("RX", skb->len, skb->data); in encx24j600_receive_packet()
837 dump_packet("TX", priv->tx_skb->len, priv->tx_skb->data); in encx24j600_hw_tx()
H A Denc28j60.c890 static void dump_packet(const char *msg, int len, const char *data) in dump_packet() function
972 dump_packet(__func__, skb->len, skb->data); in enc28j60_hw_rx()
1246 dump_packet(__func__, in enc28j60_hw_tx()