Searched refs:queue_packet (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/sound/firewire/ |
D | amdtp-stream.c | 397 static int queue_packet(struct amdtp_stream *s, unsigned int header_length, in queue_packet() function 429 return queue_packet(s, OUT_PACKET_HEADER_SIZE, payload_length); in queue_out_packet() 434 return queue_packet(s, IN_PACKET_HEADER_SIZE, s->max_payload_length); in queue_in_packet()
|
/Linux-v4.19/drivers/infiniband/core/ |
D | user_mad.c | 170 static int queue_packet(struct ib_umad_file *file, in queue_packet() function 214 if (!queue_packet(file, agent, packet)) in send_handler() 274 if (queue_packet(file, agent, packet)) in recv_handler()
|