Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/cxgbe/
HDoffload.h182 int num_tls_rx_ports; member
HDt4_main.c9174 return (SYSCTL_OUT(req, NULL, imax(sc->tt.num_tls_rx_ports, 1) * in sysctl_tls_rx_ports()
9181 if (sc->tt.num_tls_rx_ports == 0) { in sysctl_tls_rx_ports()
9186 sc->tt.num_tls_rx_ports * sizeof(sc->tt.tls_rx_ports[0])); in sysctl_tls_rx_ports()
9201 sc->tt.num_tls_rx_ports = 0; in sysctl_tls_rx_ports()
9216 sc->tt.num_tls_rx_ports = new_count; in sysctl_tls_rx_ports()
/freebsd-11-stable/sys/dev/cxgbe/tom/
HDt4_tom.c666 for (i = 0; i < sc->tt.num_tls_rx_ports; i++) { in is_tls_sock()