Searched refs:dump_packet (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/tools/perf/arch/x86/tests/ |
D | intel-pt-pkt-decoder-test.c | 184 static int dump_packet(struct intel_pt_pkt *packet, u8 *bytes, int len) in dump_packet() function 208 dump_packet(&d->packet, d->bytes, d->len); in decoding_failed() 294 ret = dump_packet(&d->packet, d->bytes, d->len); in test_one()
|
/linux-5.19.10/drivers/tty/hvc/ |
D | hvsi.c | 181 #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()
|
/linux-5.19.10/drivers/net/ethernet/microchip/ |
D | encx24j600.c | 65 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()
|
D | enc28j60.c | 891 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()
|