Lines Matching defs:kernel_ring
282 struct kernel_ethtool_ringparam *kernel_ring,
297 kernel_ring->tcp_data_split = ETHTOOL_TCP_DATA_SPLIT_ENABLED;
298 kernel_ring->hds_thresh_max = FBNIC_HDS_THRESH_MAX;
299 kernel_ring->hds_thresh = fbn->hds_thresh;
304 struct kernel_ethtool_ringparam *kernel_ring)
310 fbn->hds_thresh = kernel_ring->hds_thresh;
315 struct kernel_ethtool_ringparam *kernel_ring,
341 if (kernel_ring->tcp_data_split == ETHTOOL_TCP_DATA_SPLIT_DISABLED) {
351 kernel_ring->hds_thresh)) {
358 fbnic_set_rings(fbn, ring, kernel_ring);
366 fbnic_set_rings(clone, ring, kernel_ring);