Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/amd/
Damd8111e.c265 lp->options |= OPTION_JUMBO_ENABLE; in amd8111e_set_rx_buff_len()
268 lp->options &= ~OPTION_JUMBO_ENABLE; in amd8111e_set_rx_buff_len()
462 if (lp->options & OPTION_JUMBO_ENABLE) { in amd8111e_restart()
573 if (lp->options & OPTION_JUMBO_ENABLE) in amd8111e_init_hw_default()
Damd8111e.h582 #define OPTION_JUMBO_ENABLE 0x0002 macro