Searched refs:tcp_lro_init_args (Results 1 – 9 of 9) sorted by relevance
| /freebsd/sys/netinet/ |
| H A D | tcp_lro.h | 216 int tcp_lro_init_args(struct lro_ctrl *, struct ifnet *, unsigned, unsigned);
|
| H A D | tcp_lro.c | 169 return (tcp_lro_init_args(lc, NULL, tcp_lro_entries, 0)); in tcp_lro_init() 173 tcp_lro_init_args(struct lro_ctrl *lc, struct ifnet *ifp, in tcp_lro_init_args() function
|
| /freebsd/sys/dev/virtio/network/ |
| H A D | if_vtnet.c | 850 if (tcp_lro_init_args(&rxq->vtnrx_lro, sc->vtnet_ifp, in vtnet_init_rxq()
|
| /freebsd/sys/dev/qlxgbe/ |
| H A D | ql_hw.c | 2762 if (tcp_lro_init_args(lro, ha->ifp, 0, NUM_RX_DESCRIPTORS)) { in qla_config_soft_lro()
|
| /freebsd/sys/dev/mlx5/mlx5_en/ |
| H A D | mlx5_en_main.c | 1240 err = -tcp_lro_init_args(&rq->lro, priv->ifp, TCP_LRO_ENTRIES, wq_sz); in mlx5e_create_rq()
|
| /freebsd/sys/dev/hyperv/netvsc/ |
| H A D | if_hn.c | 4991 tcp_lro_init_args(&rxr->hn_lro, sc->hn_ifp, lroent_cnt, in hn_create_rx_data()
|
| /freebsd/sys/net/ |
| H A D | iflib.c | 6015 err = tcp_lro_init_args(&rxq->ifr_lc, ctx->ifc_ifp, in iflib_rx_structures_setup()
|
| /freebsd/sys/dev/qlnx/qlnxe/ |
| H A D | qlnx_os.c | 6207 if (tcp_lro_init_args(lro, ifp, 0, rxq->num_rx_buffers)) { in qlnx_alloc_mem_rxq()
|
| /freebsd/sys/dev/cxgbe/ |
| H A D | t4_sge.c | 4025 rc = tcp_lro_init_args(&rxq->lro, ifp, lro_entries, lro_mbufs); in alloc_rxq()
|