Searched refs:gap_count (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/firewire/
H A Dfw-card.c220 int root_id, new_root_id, irm_id, gap_count, generation, grace; local
336 gap_count = gap_count_table[card->root_node->max_hops];
338 gap_count = 63;
347 (card->gap_count != gap_count || new_root_id != root_id))
353 fw_notify("phy config: card %d, new root=%x, gap_count=%d\n",
354 card->index, new_root_id, gap_count);
355 fw_send_phy_config(card, new_root_id, generation, gap_count);
H A Dfw-topology.c175 int gap_count, topology_type; local
184 gap_count = SELF_ID_GAP_COUNT(*sid);
286 if (SELF_ID_GAP_COUNT(q) != gap_count)
287 gap_count = 63;
297 card->gap_count = gap_count;
H A Dfw-transaction.h248 int gap_count; member in struct:fw_card
427 int node_id, int generation, int gap_count);
H A Dfw-transaction.c57 #define PHY_CONFIG_GAP_COUNT(gap_count) (((gap_count) << 16) | (1 << 22))
288 int node_id, int generation, int gap_count)
294 PHY_CONFIG_GAP_COUNT(gap_count);
287 fw_send_phy_config(struct fw_card *card, int node_id, int generation, int gap_count) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Dieee1394.h132 u32 gap_count:6; member in struct:selfid
178 u32 gap_count:6; member in struct:selfid

Completed in 52 milliseconds