Searched refs:tx_tso_max_nsegs (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_def.h220 uint32_t tx_tso_max_nsegs; member in struct:qlnx_fastpath
H A Dqlnx_os.c1666 OID_AUTO, "tx_tso_max_nsegs",
1667 CTLFLAG_RD, &ha->fp_array[i].tx_tso_max_nsegs,
1668 ha->fp_array[i].tx_tso_max_nsegs, "tx_tso_max_nsegs");
3846 if (fp->tx_tso_max_nsegs < nsegs)
3847 fp->tx_tso_max_nsegs = nsegs;
6102 fp->tx_tso_max_nsegs = 0;

Completed in 125 milliseconds