Searched refs:packet_space (Results 1 – 1 of 1) sorted by relevance
648 unsigned packet_space; member907 if (st->packet_space == 0) in tso_fill_packet_with_fragment()911 EFX_BUG_ON_PARANOID(st->packet_space <= 0); in tso_fill_packet_with_fragment()913 n = min(st->in_len, st->packet_space); in tso_fill_packet_with_fragment()915 st->packet_space -= n; in tso_fill_packet_with_fragment()925 } else if (st->packet_space != 0) { in tso_fill_packet_with_fragment()974 st->packet_space = skb_shinfo(skb)->gso_size; in tso_start_new_packet()979 st->packet_space = st->out_len; in tso_start_new_packet()983 ip_length = st->ip_base_len + st->packet_space; in tso_start_new_packet()1071 if (state.packet_space == 0 && in efx_enqueue_skb_tso()