Searched refs:rx_scatter_enabled (Results 1 – 4 of 4) sorted by relevance
123 bool rx_scatter_enabled, const char **error);
926 bool rx_scatter_enabled, const char **error) in virtio_rx_check_scatter() argument928 if (!rx_scatter_enabled && max_rx_pkt_len > rx_buf_size) { in virtio_rx_check_scatter()
158 boolean_t rx_scatter_enabled,
393 boolean_t rx_scatter_enabled, uint32_t rx_scatter_max, in sfc_rx_check_scatter() argument399 effective_rx_scatter_max = rx_scatter_enabled ? rx_scatter_max : 1; in sfc_rx_check_scatter()403 if (rx_scatter_enabled) in sfc_rx_check_scatter()