Searched refs:max_receive (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/firewire/
H A Dfw-card.c86 BIB_MAX_RECEIVE(card->max_receive) |
395 u32 max_receive, u32 link_speed, u64 guid)
400 card->max_receive = max_receive;
394 fw_card_add(struct fw_card *card, u32 max_receive, u32 link_speed, u64 guid) argument
H A Dfw-transaction.h231 int max_receive; member in struct:fw_card
443 u32 max_receive, u32 link_speed, u64 guid);
H A Dfw-ohci.c1721 u32 bus_options, max_receive, link_speed; local
1804 max_receive = (bus_options >> 12) & 0xf;
1809 err = fw_card_add(&ohci->card, max_receive, link_speed, guid);

Completed in 163 milliseconds