Home
last modified time | relevance | path

Searched refs:tx_words (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/mips/nlm/dev/net/
H A Dxaui.c190 uint32_t tx_words = max_tx_frame_sz >> 2; /* max_tx_frame_sz / 4 */ in nlm_config_xaui_mtu() local
195 ((tx_words & 0x3ff) << 16) | (max_rx_frame_sz & 0xffff)); in nlm_config_xaui_mtu()