Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_main.c605 hw->rrs_type = atl1e_rrs_disable; in atl1e_sw_init()
1003 if (hw->rrs_type & atl1e_rrs_ipv4) in atl1e_configure_rx()
1006 if (hw->rrs_type & atl1e_rrs_ipv4_tcp) in atl1e_configure_rx()
1009 if (hw->rrs_type & atl1e_rrs_ipv6) in atl1e_configure_rx()
1012 if (hw->rrs_type & atl1e_rrs_ipv6_tcp) in atl1e_configure_rx()
1015 if (hw->rrs_type != atl1e_rrs_disable) in atl1e_configure_rx()
H A Datl1e.h346 enum atl1e_rrs_type rrs_type; member