Lines Matching defs:card
168 struct fw_card *card;
515 guid = cpu_to_be64(dev->card->guid);
713 static void fwnet_receive_packet(struct fw_card *card, struct fw_request *r,
738 fw_send_response(card, r, rcode);
792 context->card->generation, true);
933 static void fwnet_write_complete(struct fw_card *card, int rcode,
991 generation = dev->card->generation;
993 node_id = dev->card->node_id;
1011 fw_send_request(dev->card, &ptask->transaction,
1032 fw_send_request(dev->card, &ptask->transaction,
1093 fw_iso_buffer_destroy(&dev->broadcast_rcv_buffer, dev->card);
1126 max_receive = 1U << (dev->card->max_receive + 1);
1136 context = fw_iso_context_create(dev->card, FW_ISO_CONTEXT_RECEIVE,
1138 dev->card->link_speed, 8,
1145 retval = fw_iso_buffer_init(&dev->broadcast_rcv_buffer, dev->card,
1399 static struct fwnet_device *fwnet_dev_find(struct fw_card *card)
1404 if (dev->card == card)
1446 struct fw_card *card = device->card;
1455 dev = fwnet_dev_find(card);
1469 SET_NETDEV_DEV(net, card->device);
1480 dev->card = card;
1499 put_unaligned_be64(card->guid, &ha->uc.uniq_id);
1500 ha->uc.max_rec = dev->card->max_receive;
1501 ha->uc.sspd = dev->card->link_speed;
1512 dev_notice(&net->dev, "IP over IEEE 1394 on card %s\n",
1513 dev_name(card->device));