Searched refs:hpsb_packet_sent (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/ieee1394/ |
D | ieee1394_core.h | 154 void hpsb_packet_sent(struct hpsb_host *host, struct hpsb_packet *packet,
|
D | ieee1394_core.c | 413 void hpsb_packet_sent(struct hpsb_host *host, struct hpsb_packet *packet, in hpsb_packet_sent() function 555 hpsb_packet_sent(host, packet, packet->expect_response?ACK_PENDING:ACK_COMPLETE); in hpsb_send_packet() 1264 EXPORT_SYMBOL(hpsb_packet_sent);
|
D | pcilynx.c | 794 hpsb_packet_sent(host, packet, ack); in lynx_devctl() 800 hpsb_packet_sent(host, packet, ACKX_ABORTED); in lynx_devctl() 1340 hpsb_packet_sent(host, packet, ack); in lynx_irq_handler() 1387 …hpsb_packet_sent(host, packet, ack); //FIXME: maybe we should just use ACK_COMPLETE and ACKX_SEND_… in lynx_irq_handler()
|
D | ohci1394.c | 2209 hpsb_packet_sent(d->ohci->host, p, ACKX_ABORTED); in dma_trm_reset() 2804 hpsb_packet_sent(ohci->host, packet, ack); in dma_trm_tasklet()
|