Searched refs:packet_space (Results 1 – 1 of 1) sorted by relevance
829 unsigned packet_space; member1103 if (st->packet_space == 0) in tso_fill_packet_with_fragment()1107 EFX_BUG_ON_PARANOID(st->packet_space <= 0); in tso_fill_packet_with_fragment()1109 n = min(st->in_len, st->packet_space); in tso_fill_packet_with_fragment()1111 st->packet_space -= n; in tso_fill_packet_with_fragment()1121 } else if (st->packet_space != 0) { in tso_fill_packet_with_fragment()1156 st->packet_space = skb_shinfo(skb)->gso_size; in tso_start_new_packet()1159 st->packet_space = st->out_len; in tso_start_new_packet()1182 ip_length = st->ip_base_len + st->packet_space; in tso_start_new_packet()1309 if (state.packet_space == 0 && in efx_enqueue_skb_tso()