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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/firewire/
H A Dcore-topology.c191 int gap_count; local
201 gap_count = SELF_ID_GAP_COUNT(*sid);
305 if (SELF_ID_GAP_COUNT(q) != gap_count)
306 gap_count = 0;
316 card->gap_count = gap_count;
H A Dcore-card.c284 int gap_count, generation, grace, rcode; local
456 gap_count = gap_count_table[root_node->max_hops];
458 gap_count = 63;
467 (card->gap_count != gap_count || new_root_id != root_id))
473 fw_notify("phy config: card %d, new root=%x, gap_count=%d\n",
474 card->index, new_root_id, gap_count);
475 fw_send_phy_config(card, new_root_id, generation, gap_count);
H A Dcore-transaction.c71 #define PHY_CONFIG_GAP_COUNT(gap_count) (((gap_count) << 16) | (1 << 22))
432 int node_id, int generation, int gap_count)
440 if (gap_count == FW_PHY_CONFIG_CURRENT_GAP_COUNT) {
441 gap_count = card->driver->read_phy_reg(card, 1);
442 if (gap_count < 0)
445 gap_count &= 63;
446 if (gap_count == 63)
449 data |= PHY_CONFIG_GAP_COUNT(gap_count);
431 fw_send_phy_config(struct fw_card *card, int node_id, int generation, int gap_count) argument
H A Dcore.h237 int node_id, int generation, int gap_count);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Dieee1394.h133 u32 gap_count:6; member in struct:selfid
179 u32 gap_count:6; member in struct:selfid
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/firewire/
H A Dnosy-dump.h24 uint32_t gap_count:6; member in struct:phy_packet::__anon19345::__anon19347
41 uint32_t gap_count:6; member in struct:phy_packet::__anon19345::__anon19348
H A Dnosy-dump.c783 printf(" set_gap_count=%d", pp->phy_config.gap_count);
799 printf("self id: phy_id=%02x, link %s, gap_count=%d, speed=%s%s%s",
802 pp->self_id.gap_count,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dfirewire.h110 int gap_count; member in struct:fw_card

Completed in 133 milliseconds