Home
last modified time | relevance | path

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

/drivers/net/ethernet/atheros/atl1e/
Datl1e_main.c610 hw->rrs_type = atl1e_rrs_disable; in atl1e_sw_init()
1002 if (hw->rrs_type & atl1e_rrs_ipv4) in atl1e_configure_rx()
1005 if (hw->rrs_type & atl1e_rrs_ipv4_tcp) in atl1e_configure_rx()
1008 if (hw->rrs_type & atl1e_rrs_ipv6) in atl1e_configure_rx()
1011 if (hw->rrs_type & atl1e_rrs_ipv6_tcp) in atl1e_configure_rx()
1014 if (hw->rrs_type != atl1e_rrs_disable) in atl1e_configure_rx()
Datl1e.h346 enum atl1e_rrs_type rrs_type; member