Searched refs:hpsb_make_writepacket (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/drivers/ieee1394/ |
D | ieee1394_transactions.h | 26 struct hpsb_packet *hpsb_make_writepacket (struct hpsb_host *host, nodeid_t node,
|
D | ieee1394_transactions.c | 284 struct hpsb_packet *hpsb_make_writepacket (struct hpsb_host *host, nodeid_t node, in hpsb_make_writepacket() function 515 packet = hpsb_make_writepacket (host, node, addr, buffer, length); in hpsb_write()
|
D | ieee1394_core.c | 1275 EXPORT_SYMBOL(hpsb_make_writepacket);
|
D | sbp2.c | 396 packet = hpsb_make_writepacket(hi->host, ne->nodeid, in sbp2util_allocate_write_packet()
|
D | raw1394.c | 677 packet = hpsb_make_writepacket(fi->host, node, addr, NULL, in handle_async_request()
|