Searched refs:queue_packet (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/infiniband/core/ |
D | user_mad.c | 186 static int queue_packet(struct ib_umad_file *file, struct ib_mad_agent *agent, in queue_packet() function 234 if (!queue_packet(file, agent, packet, false)) in send_handler() 294 if (queue_packet(file, agent, packet, true)) in recv_handler()
|
/linux-6.12.1/sound/firewire/ |
D | amdtp-stream.c | 652 static int queue_packet(struct amdtp_stream *s, struct fw_iso_packet *params, in queue_packet() function 679 return queue_packet(s, params, sched_irq); in queue_out_packet() 689 return queue_packet(s, params, false); in queue_in_packet()
|