Searched refs:packet_info (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/firewire/ |
| H A D | nosy-dump.c | 304 struct packet_info { struct 404 static const struct packet_info packet_info[] = { variable 586 if (packet_info[prev->packet.common.tcode].response_tcode != in handle_response_packet() 627 switch (packet_info[p->common.tcode].type) { in handle_packet() 687 const struct packet_info *pi; in decode_link_packet() 691 pi = &packet_info[packet->common.tcode]; in decode_link_packet() 858 for (i = 0; i < array_length(packet_info); i++) in print_stats() 859 if (packet_info[i].type != PACKET_RESERVED) in print_stats() 860 printf(" %-24s: %8d\n", packet_info[i].name, tcode_count[i]); in print_stats()
|
| /linux/drivers/block/drbd/ |
| H A D | drbd_receiver.c | 44 struct packet_info { struct 615 static int decode_header(struct drbd_connection *, void *, struct packet_info *); 628 struct packet_info pi; in receive_first_packet() 970 static int decode_header(struct drbd_connection *connection, void *header, struct packet_info *pi) in decode_header() 1014 static int drbd_recv_header(struct drbd_connection *connection, struct packet_info *pi) in drbd_recv_header() 1029 static int drbd_recv_header_maybe_unplug(struct drbd_connection *connection, struct packet_info *pi) in drbd_recv_header_maybe_unplug() 1570 static int receive_Barrier(struct drbd_connection *connection, struct packet_info *pi) in receive_Barrier() 1660 struct packet_info *pi) __must_hold(local) in read_in_block() 1877 struct packet_info *pi) __releases(local) in recv_resync_read() 1933 static int receive_DataReply(struct drbd_connection *connection, struct packet_info *pi) in receive_DataReply() [all …]
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | dp_mon.h | 107 const struct dp_mon_packet_info *packet_info);
|
| H A D | dp_mon.c | 544 const struct dp_mon_packet_info *packet_info) in ath12k_dp_mon_parse_status_buf() argument 553 buf_id = u32_get_bits(packet_info->cookie, DP_RXDMA_BUF_COOKIE_BUF_ID); in ath12k_dp_mon_parse_status_buf() 568 offset = packet_info->dma_length + ATH12K_MON_RX_DOT11_OFFSET; in ath12k_dp_mon_parse_status_buf()
|