Searched refs:rrs_type (Results 1 – 2 of 2) sorted by relevance
621 hw->rrs_type = atl1e_rrs_disable; in atl1e_sw_init()1013 if (hw->rrs_type & atl1e_rrs_ipv4) in atl1e_configure_rx()1016 if (hw->rrs_type & atl1e_rrs_ipv4_tcp) in atl1e_configure_rx()1019 if (hw->rrs_type & atl1e_rrs_ipv6) in atl1e_configure_rx()1022 if (hw->rrs_type & atl1e_rrs_ipv6_tcp) in atl1e_configure_rx()1025 if (hw->rrs_type != atl1e_rrs_disable) in atl1e_configure_rx()
359 enum atl1e_rrs_type rrs_type; member