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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/firewire/
H A Dnet.c207 * ptask can actually be on dev->packet_list, dev->broadcasted_list,
893 static void fwnet_free_ptask(struct fwnet_packet_task *ptask) argument
895 dev_kfree_skb_any(ptask->skb);
896 kmem_cache_free(fwnet_packet_task_cache, ptask);
899 static int fwnet_send_packet(struct fwnet_packet_task *ptask);
901 static void fwnet_transmit_packet_done(struct fwnet_packet_task *ptask) argument
903 struct fwnet_device *dev = ptask->dev;
909 ptask->outstanding_pkts--;
912 free = (ptask->outstanding_pkts == 0 && !list_empty(&ptask
971 struct fwnet_packet_task *ptask; local
982 fwnet_send_packet(struct fwnet_packet_task *ptask) argument
1217 struct fwnet_packet_task *ptask; local
1524 struct fwnet_packet_task *ptask, *pt_next; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/firewire/
H A Dnet.c207 * ptask can actually be on dev->packet_list, dev->broadcasted_list,
893 static void fwnet_free_ptask(struct fwnet_packet_task *ptask) argument
895 dev_kfree_skb_any(ptask->skb);
896 kmem_cache_free(fwnet_packet_task_cache, ptask);
899 static int fwnet_send_packet(struct fwnet_packet_task *ptask);
901 static void fwnet_transmit_packet_done(struct fwnet_packet_task *ptask) argument
903 struct fwnet_device *dev = ptask->dev;
909 ptask->outstanding_pkts--;
912 free = (ptask->outstanding_pkts == 0 && !list_empty(&ptask
971 struct fwnet_packet_task *ptask; local
982 fwnet_send_packet(struct fwnet_packet_task *ptask) argument
1217 struct fwnet_packet_task *ptask; local
1524 struct fwnet_packet_task *ptask, *pt_next; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/ieee1394/
H A Deth1394.c1455 static int ether1394_send_packet(struct packet_task *ptask, unsigned int tx_len) argument
1457 struct eth1394_priv *priv = ptask->priv;
1464 if (ptask->tx_type == ETH1394_GASP) {
1467 ether1394_prep_gasp_packet(packet, priv, ptask->skb, length);
1469 ptask->dest_node,
1470 ptask->addr, ptask->skb->data,
1476 ptask->packet = packet;
1477 hpsb_set_packet_complete_task(ptask->packet, ether1394_complete_cb,
1478 ptask);
1489 ether1394_dg_complete(struct packet_task *ptask, int fail) argument
1515 struct packet_task *ptask = (struct packet_task *)__ptask; local
1557 struct packet_task *ptask; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/ieee1394/
H A Deth1394.c1455 static int ether1394_send_packet(struct packet_task *ptask, unsigned int tx_len) argument
1457 struct eth1394_priv *priv = ptask->priv;
1464 if (ptask->tx_type == ETH1394_GASP) {
1467 ether1394_prep_gasp_packet(packet, priv, ptask->skb, length);
1469 ptask->dest_node,
1470 ptask->addr, ptask->skb->data,
1476 ptask->packet = packet;
1477 hpsb_set_packet_complete_task(ptask->packet, ether1394_complete_cb,
1478 ptask);
1489 ether1394_dg_complete(struct packet_task *ptask, int fail) argument
1515 struct packet_task *ptask = (struct packet_task *)__ptask; local
1557 struct packet_task *ptask; local
[all...]

Completed in 75 milliseconds