Searched refs:queue_packet (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/sound/firewire/ |
D | amdtp.c | 595 static int queue_packet(struct amdtp_stream *s, in queue_packet() function 626 return queue_packet(s, OUT_PACKET_HEADER_SIZE, in queue_out_packet() 632 return queue_packet(s, IN_PACKET_HEADER_SIZE, in queue_in_packet()
|
/linux-4.1.27/drivers/infiniband/core/ |
D | user_mad.c | 163 static int queue_packet(struct ib_umad_file *file, in queue_packet() function 207 if (!queue_packet(file, agent, packet)) in send_handler() 251 if (queue_packet(file, agent, packet)) in recv_handler()
|