Searched refs:queue_packet (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/sound/firewire/ |
D | amdtp-stream.c | 366 static int queue_packet(struct amdtp_stream *s, in queue_packet() function 397 return queue_packet(s, OUT_PACKET_HEADER_SIZE, in queue_out_packet() 403 return queue_packet(s, IN_PACKET_HEADER_SIZE, in queue_in_packet()
|
/linux-4.4.14/drivers/infiniband/core/ |
D | user_mad.c | 162 static int queue_packet(struct ib_umad_file *file, in queue_packet() function 206 if (!queue_packet(file, agent, packet)) in send_handler() 250 if (queue_packet(file, agent, packet)) in recv_handler()
|