Home
last modified time | relevance | path

Searched refs:hpsb_packet_sent (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/drivers/ieee1394/
Dieee1394_core.h154 void hpsb_packet_sent(struct hpsb_host *host, struct hpsb_packet *packet,
Dieee1394_core.c413 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);
Dpcilynx.c794 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()
1387hpsb_packet_sent(host, packet, ack); //FIXME: maybe we should just use ACK_COMPLETE and ACKX_SEND_… in lynx_irq_handler()
Dohci1394.c2209 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()