Searched refs:get_tlabel (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ieee1394/
H A Dieee1394_transactions.c151 * get_tlabel - allocate a transaction label
170 int get_tlabel(struct hpsb_host *host, nodeid_t nodeid, int wait) function
207 * Frees the transaction label allocated with get_tlabel(). The tlabel has to
317 p->tlabel = get_tlabel(host, node, 1);
333 p->tlabel = get_tlabel(host, node, 1);
350 p->tlabel = get_tlabel(host, node, 1);
371 p->tlabel = get_tlabel(host, node, 1);
387 p->tlabel = get_tlabel(host, node, 1);
569 packet->tlabel = get_tlabel(host, node, 1);
H A Dieee1394_transactions.h30 int get_tlabel(struct hpsb_host *host, nodeid_t nodeid, int wait);
H A Dieee1394_core.c1091 EXPORT_SYMBOL(get_tlabel); variable
H A Dsbp2.c511 packet->tlabel = get_tlabel(hi->host, packet->node_id, 0);

Completed in 170 milliseconds