Home
last modified time | relevance | path

Searched refs:dump_packet (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/arch/x86/tests/
H A Dintel-pt-pkt-decoder-test.c173 static int dump_packet(struct intel_pt_pkt *packet, u8 *bytes, int len) in dump_packet() function
197 dump_packet(&d->packet, d->bytes, d->len); in decoding_failed()
283 ret = dump_packet(&d->packet, d->bytes, d->len); in test_one()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/net/ethernet/microchip/
H A Dencx24j600.c65 static void dump_packet(const char *msg, int len, const char *data) in dump_packet() function
345 dump_packet("RX", skb->len, skb->data); in encx24j600_receive_packet()
838 dump_packet("TX", priv->tx_skb->len, priv->tx_skb->data); in encx24j600_hw_tx()
H A Denc28j60.c891 static void dump_packet(const char *msg, int len, const char *data) in dump_packet() function
973 dump_packet(__func__, skb->len, skb->data); in enc28j60_hw_rx()
1246 dump_packet(__func__, in enc28j60_hw_tx()
/kernel/linux/linux-6.6/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()

Completed in 13 milliseconds