Searched refs:packet_space (Results 1 – 1 of 1) sorted by relevance
828 unsigned packet_space; member1102 if (st->packet_space == 0) in tso_fill_packet_with_fragment()1106 EFX_BUG_ON_PARANOID(st->packet_space <= 0); in tso_fill_packet_with_fragment()1108 n = min(st->in_len, st->packet_space); in tso_fill_packet_with_fragment()1110 st->packet_space -= n; in tso_fill_packet_with_fragment()1120 } else if (st->packet_space != 0) { in tso_fill_packet_with_fragment()1155 st->packet_space = skb_shinfo(skb)->gso_size; in tso_start_new_packet()1158 st->packet_space = st->out_len; in tso_start_new_packet()1181 ip_length = st->ip_base_len + st->packet_space; in tso_start_new_packet()1308 if (state.packet_space == 0 && in efx_enqueue_skb_tso()