Home
last modified time | relevance | path

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

/dpdk/drivers/net/cxgbe/
H A Dsge.c430 static inline unsigned int sgl_len(unsigned int n) in sgl_len() function
519 flits = sgl_len(m->nb_segs); in calc_tx_flits()
860 flits = (sgl_len(mbuf->nb_segs) + 1) & ~1U; in should_tx_packet_coalesce()