Searched refs:num_tls_rx_ports (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/cxgbe/
H A Doffload.h230 int num_tls_rx_ports; member in struct:tom_tunables
H A Dt4_main.c10035 return (SYSCTL_OUT(req, NULL, imax(sc->tt.num_tls_rx_ports, 1) *
10042 if (sc->tt.num_tls_rx_ports == 0) {
10047 sc->tt.num_tls_rx_ports * sizeof(sc->tt.tls_rx_ports[0]));
10062 sc->tt.num_tls_rx_ports = 0;
10077 sc->tt.num_tls_rx_ports = new_count;
/freebsd-13-stable/sys/dev/cxgbe/tom/
H A Dt4_tom.c1102 for (i = 0; i < sc->tt.num_tls_rx_ports; i++) {

Completed in 78 milliseconds