Searched refs:queue_packet (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/drivers/infiniband/core/ |
D | user_mad.c | 183 static int queue_packet(struct ib_umad_file *file, in queue_packet() function 227 if (!queue_packet(file, agent, packet)) in send_handler() 287 if (queue_packet(file, agent, packet)) in recv_handler()
|
/linux-6.6.21/sound/firewire/ |
D | amdtp-stream.c | 627 static int queue_packet(struct amdtp_stream *s, struct fw_iso_packet *params, in queue_packet() function 654 return queue_packet(s, params, sched_irq); in queue_out_packet() 664 return queue_packet(s, params, false); in queue_in_packet()
|