Home
last modified time | relevance | path

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

/linux-4.4.14/tools/firewire/
Dnosy-dump.c317 struct packet_info { struct
417 static const struct packet_info packet_info[] = { variable
599 if (packet_info[prev->packet.common.tcode].response_tcode != in handle_response_packet()
640 switch (packet_info[p->common.tcode].type) { in handle_packet()
700 const struct packet_info *pi; in decode_link_packet()
704 pi = &packet_info[packet->common.tcode]; in decode_link_packet()
871 for (i = 0; i < array_length(packet_info); i++) in print_stats()
872 if (packet_info[i].type != PACKET_RESERVED) in print_stats()
873 printf(" %-24s: %8d\n", packet_info[i].name, tcode_count[i]); in print_stats()
/linux-4.4.14/drivers/block/drbd/
Ddrbd_receiver.c53 struct packet_info { struct
783 static int decode_header(struct drbd_connection *, void *, struct packet_info *);
796 struct packet_info pi; in receive_first_packet()
1124 static int decode_header(struct drbd_connection *connection, void *header, struct packet_info *pi) in decode_header()
1160 static int drbd_recv_header(struct drbd_connection *connection, struct packet_info *pi) in drbd_recv_header()
1517 static int receive_Barrier(struct drbd_connection *connection, struct packet_info *pi) in receive_Barrier()
1589 struct packet_info *pi) __must_hold(local) in read_in_block()
1784 struct packet_info *pi) __releases(local) in recv_resync_read()
1839 static int receive_DataReply(struct drbd_connection *connection, struct packet_info *pi) in receive_DataReply()
1874 static int receive_RSDataReply(struct drbd_connection *connection, struct packet_info *pi) in receive_RSDataReply()
[all …]
/linux-4.4.14/include/linux/soc/ti/
Dknav_dma.h149 u32 packet_info; member
/linux-4.4.14/drivers/net/ethernet/ti/
Dnetcp_core.c153 desc->packet_info = pkt_info; in set_desc_info()
1175 set_words(&tmp, 1, &desc->packet_info); in netcp_tx_submit_skb()