Home
last modified time | relevance | path

Searched refs:packet_space (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/ethernet/sfc/
H A Dtx_tso.c62 unsigned int packet_space; member
241 if (st->packet_space == 0) in tso_fill_packet_with_fragment()
245 EFX_WARN_ON_ONCE_PARANOID(st->packet_space <= 0); in tso_fill_packet_with_fragment()
247 n = min(st->in_len, st->packet_space); in tso_fill_packet_with_fragment()
249 st->packet_space -= n; in tso_fill_packet_with_fragment()
259 } else if (st->packet_space != 0) { in tso_fill_packet_with_fragment()
295 st->packet_space = skb_shinfo(skb)->gso_size; in tso_start_new_packet()
298 st->packet_space = st->out_len; in tso_start_new_packet()
418 if (state.packet_space == 0) { in efx_enqueue_skb_tso()