Searched defs:generation (Results 1 - 18 of 18) sorted by relevance

/drivers/net/can/softing/
H A Dsofting_platform.h14 * generation
20 int generation; member in struct:softing_platform_data
/drivers/firewire/
H A Dcore-iso.c211 static int manage_bandwidth(struct fw_card *card, int irm_id, int generation, argument
230 irm_id, generation, SCODE_100,
234 /* A generation change frees all bandwidth. */
249 static int manage_channel(struct fw_card *card, int irm_id, int generation, argument
271 irm_id, generation, SCODE_100,
274 /* A generation change frees all channels. */
302 int generation, int channel)
311 manage_channel(card, irm_id, generation, mask, offset, false);
317 * In parameters: card, generation, channels_mask, bandwidth, allocate
330 * If generation i
301 deallocate_channel(struct fw_card *card, int irm_id, int generation, int channel) argument
338 fw_iso_resource_manage(struct fw_card *card, int generation, u64 channels_mask, int *channel, int *bandwidth, bool allocate) argument
[all...]
H A Dcore-topology.c519 void fw_core_handle_bus_reset(struct fw_card *card, int node_id, int generation, argument
530 if (!is_next_generation(generation, card->generation) &&
541 * Update node_id before generation to prevent anybody from using
542 * a stale node_id together with a current generation.
545 card->generation = generation;
H A Dcore-card.c265 fw_send_phy_config(card, FW_PHY_CONFIG_NO_NODE_ID, card->generation,
271 static void allocate_broadcast_channel(struct fw_card *card, int generation) argument
276 fw_iso_resource_manage(card, generation, 1ULL << 31,
285 device_for_each_child(card->device, (void *)(long)generation,
306 int gap_count, generation, grace, rcode; local
321 generation = card->generation;
345 if ((is_next_generation(generation, card->bm_generation) &&
347 (card->bm_generation != generation && grace)) {
357 * next generation
620 dummy_enable_phys_dma(struct fw_card *card, int node_id, int generation) argument
[all...]
H A Dcore-device.c220 int generation = device->generation; local
222 /* device->node_id, accessed below, must not be older than generation */
227 generation);
455 int generation, int index, u32 *data)
460 /* device->node_id, accessed below, must not be older than generation */
466 generation, device->max_speed, offset, data, 4);
480 * the config ROM. We do all this with a cached bus generation. If the bus
481 * generation changes under us, read_config_rom will fail and get retried.
485 static int read_config_rom(struct fw_device *device, int generation) argument
454 read_rom(struct fw_device *device, int generation, int index, u32 *data) argument
898 set_broadcast_channel(struct fw_device *device, int generation) argument
1080 reread_config_rom(struct fw_device *device, int generation) argument
[all...]
H A Dcore-transaction.c211 int destination_id, int source_id, int generation, int speed,
279 packet->generation = generation;
307 * @generation: bus generation in which request and response are valid
323 * @generation. Otherwise the request is in danger to be sent to a wrong node.
342 * generation, or missing ACK respectively.
350 int destination_id, int generation, int speed,
381 destination_id, card->node_id, generation,
419 int generation, in
210 fw_fill_request(struct fw_packet *packet, int tcode, int tlabel, int destination_id, int source_id, int generation, int speed, unsigned long long offset, void *payload, size_t length) argument
349 fw_send_request(struct fw_card *card, struct fw_transaction *t, int tcode, int destination_id, int generation, int speed, unsigned long long offset, void *payload, size_t length, fw_transaction_callback_t callback, void *callback_data) argument
418 fw_run_transaction(struct fw_card *card, int tcode, int destination_id, int generation, int speed, unsigned long long offset, void *payload, size_t length) argument
454 fw_send_phy_config(struct fw_card *card, int node_id, int generation, int gap_count) argument
1001 handle_topology_map(struct fw_card *card, struct fw_request *request, int tcode, int destination, int source, int generation, unsigned long long offset, void *payload, size_t length, void *callback_data) argument
1046 handle_registers(struct fw_card *card, struct fw_request *request, int tcode, int destination, int source, int generation, unsigned long long offset, void *payload, size_t length, void *callback_data) argument
[all...]
H A Dcore-cdev.c140 int generation; member in struct:iso_resource
357 event->generation = client->device->generation;
622 request->tcode, destination_id, request->generation,
678 int generation, unsigned long long offset,
741 req->generation = generation;
1230 int generation, channel, bandwidth, todo; local
1234 generation = client->device->generation;
676 handle_request(struct fw_card *card, struct fw_request *request, int tcode, int destination, int source, int generation, unsigned long long offset, void *payload, size_t length, void *callback_data) argument
[all...]
H A Dnet.c204 int generation; member in struct:fwnet_peer
219 u8 generation; member in struct:fwnet_packet_task
489 int node_id, int generation)
495 peer->generation == generation)
665 int source_node_id, int generation,
722 peer = fwnet_peer_find_by_node_id(dev, source_node_id, generation);
799 int tcode, int destination, int source, int generation,
817 source, generation, false) != 0) {
1057 int generation; local
488 fwnet_peer_find_by_node_id(struct fwnet_device *dev, int node_id, int generation) argument
664 fwnet_incoming_packet(struct fwnet_device *dev, __be32 *buf, int len, int source_node_id, int generation, bool is_broadcast) argument
798 fwnet_receive_packet(struct fw_card *card, struct fw_request *r, int tcode, int destination, int source, int generation, unsigned long long offset, void *payload, size_t length, void *callback_data) argument
1321 u8 generation; local
1629 int generation; local
[all...]
H A Dsbp2.c142 * The generation is updated once we've logged in or reconnected
147 int generation; member in struct:sbp2_logical_unit
379 * iPod 2nd generation: needs 128k max transfer size workaround
380 * iPod 3rd generation: needs fix capacity workaround
388 /* iPod 4th generation */ {
419 int generation, unsigned long long offset,
501 int node_id, int generation, u64 offset)
518 node_id, generation, device->max_speed, offset,
560 int generation, int function,
616 sbp2_send_orb(&orb->base, lu, node_id, generation,
417 sbp2_status_write(struct fw_card *card, struct fw_request *request, int tcode, int destination, int source, int generation, unsigned long long offset, void *payload, size_t length, void *callback_data) argument
500 sbp2_send_orb(struct sbp2_orb *orb, struct sbp2_logical_unit *lu, int node_id, int generation, u64 offset) argument
559 sbp2_send_management_orb(struct sbp2_logical_unit *lu, int node_id, int generation, int function, int lun_or_login_id, void *response) argument
824 int generation, node_id, local_node_id; local
931 int generation, node_id, local_node_id; local
1246 int generation, node_id; local
1469 int generation, retval = SCSI_MLQUEUE_HOST_BUSY; local
[all...]
H A Dohci.c189 int generation; member in struct:fw_ohci
330 ", reset packet generation = " __stringify(QUIRK_RESET_PACKET)
401 static void log_selfids(struct fw_ohci *ohci, int generation, int self_id_count) argument
409 "%d selfIDs, generation %d, local node ID %04x\n",
410 self_id_count, generation, ohci->node_id);
473 "A%c evt_bus_reset, generation %d\n",
861 p.generation = ohci->request_generation;
875 * the new generation number when a bus reset happens (see
878 * generation. We only need this for requests; for responses
883 * wrong generation
1825 int generation, new_generation; local
2531 ohci_enable_phys_dma(struct fw_card *card, int node_id, int generation) argument
[all...]
/drivers/media/dvb/firewire/
H A Dfiredtv-fw.c40 int rcode, generation = device->generation; local
42 smp_rmb(); /* node_id vs. generation */
45 generation, device->max_speed, addr, data, len);
195 int tcode, int destination, int source, int generation,
212 if (device->generation != generation)
215 smp_rmb(); /* node_id vs. generation */
194 handle_fcp(struct fw_card *card, struct fw_request *request, int tcode, int destination, int source, int generation, unsigned long long offset, void *payload, size_t length, void *callback_data) argument
/drivers/infiniband/hw/qib/
H A Dqib_user_sdma.c724 u8 generation; local
736 generation = ppd->sdma_generation;
798 ppd->sdma_generation = generation;
/drivers/net/wireless/bcmdhd/
H A Ddhd_wlfc.h121 uint8 generation; member in struct:wlfc_mac_descriptor
/drivers/md/
H A Draid5.h201 short generation; /* increments with every member in struct:stripe_head
385 short generation; /* increments with every reshape */ member in struct:r5conf
H A Draid5.c323 sh->generation = conf->generation - previous;
348 short generation)
355 if (sh->sector == sector && sh->generation == generation)
453 sh = __find_stripe(conf, sector, conf->generation - previous);
5553 conf->generation++;
347 __find_stripe(struct r5conf *conf, sector_t sector, short generation) argument
/drivers/net/ethernet/smsc/
H A Dsmsc911x.c100 unsigned int generation; member in struct:smsc911x_data
1397 if (pdata->generation == 4) {
1419 if (pdata->generation == 4) {
1723 if (pdata->generation <= 1) {
1826 if (pdata->generation <= 1 && netif_running(dev))
2160 /* Default generation to zero (all workarounds apply) */
2161 pdata->generation = 0;
2171 pdata->generation = pdata->idrev & 0x0000FFFF;
2179 pdata->generation = 3;
2187 pdata->generation
[all...]
/drivers/net/ethernet/emulex/benet/
H A Dbe.h384 u8 generation; /* BladeEngine ASIC generation */ member in struct:be_adapter
/drivers/scsi/be2iscsi/
H A Dbe_main.h347 unsigned int generation; member in struct:beiscsi_hba

Completed in 384 milliseconds