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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Ducc_geth.c1306 static int init_max_rx_buff_len(u16 max_rx_buf_len, argument
1309 /* max_rx_buf_len value must be a multiple of 128 */
1310 if ((max_rx_buf_len == 0) ||
1311 (max_rx_buf_len % UCC_GETH_MRBLR_ALIGNMENT))
1314 out_be16(mrblr_register, max_rx_buf_len);

Completed in 19 milliseconds