Home
last modified time | relevance | path

Searched refs:lro_ctrl (Results 1 – 25 of 36) sorted by relevance

12

/freebsd-13.1/sys/netinet/
H A Dtcp_lro.h156 struct lro_ctrl { struct
198 int tcp_lro_init(struct lro_ctrl *); argument
199 int tcp_lro_init_args(struct lro_ctrl *, struct ifnet *, unsigned, unsigned);
200 void tcp_lro_free(struct lro_ctrl *);
201 void tcp_lro_flush_inactive(struct lro_ctrl *, const struct timeval *);
202 void tcp_lro_flush(struct lro_ctrl *, struct lro_entry *);
203 void tcp_lro_flush_all(struct lro_ctrl *);
204 int tcp_lro_rx(struct lro_ctrl *, struct mbuf *, uint32_t);
205 void tcp_lro_queue_mbuf(struct lro_ctrl *, struct mbuf *);
H A Dtcp_lro.c82 static void tcp_lro_rx_done(struct lro_ctrl *lc);
83 static int tcp_lro_rx_common(struct lro_ctrl *lc, struct mbuf *m,
162 tcp_lro_init(struct lro_ctrl *lc) in tcp_lro_init()
168 tcp_lro_init_args(struct lro_ctrl *lc, struct ifnet *ifp, in tcp_lro_init_args()
466 tcp_lro_free(struct lro_ctrl *lc) in tcp_lro_free()
560 tcp_lro_rx_done(struct lro_ctrl *lc) in tcp_lro_rx_done()
618 tcp_lro_log(struct tcpcb *tp, const struct lro_ctrl *lc, in tcp_lro_log()
968 tcp_lro_condense(struct lro_ctrl *lc, struct lro_entry *le) in tcp_lro_condense()
1360 tcp_lro_flush(struct lro_ctrl *lc, struct lro_entry *le) in tcp_lro_flush()
1473 tcp_lro_flush_all(struct lro_ctrl *lc) in tcp_lro_flush_all()
[all …]
/freebsd-13.1/sys/dev/qlxge/
H A Dqls_isr.c133 struct lro_ctrl *lro; in qls_rx_comp()
231 struct lro_ctrl *lro; in qls_cq_isr()
H A Dqls_def.h178 struct lro_ctrl lro;
H A Dqls_os.c1463 struct lro_ctrl *lro; in qls_config_lro()
1484 struct lro_ctrl *lro; in qls_free_lro()
/freebsd-13.1/sys/dev/qlxgb/
H A Dqla_isr.c56 struct lro_ctrl *lro) in qla_rx_intr()
270 struct lro_ctrl *lro; in qla_rcv_isr()
H A Dqla_hw.h715 struct lro_ctrl lro;
H A Dqla_hw.c1781 struct lro_ctrl *lro; in qla_config_lro()
1803 struct lro_ctrl *lro; in qla_free_lro()
/freebsd-13.1/sys/dev/liquidio/base/
H A Dlio_droq.h337 struct lro_ctrl lro;
/freebsd-13.1/sys/dev/neta/
H A Dif_mvnetavar.h133 struct lro_ctrl lro;
H A Dif_mvneta.c1365 struct lro_ctrl *lro; in mvneta_ring_dealloc_rx_queue()
1395 struct lro_ctrl *lro; in mvneta_ring_init_rx_queue()
3024 struct lro_ctrl *lro; in mvneta_rx_queue()
/freebsd-13.1/sys/dev/mxge/
H A Dif_mxge_var.h210 struct lro_ctrl lc;
/freebsd-13.1/sys/dev/al_eth/
H A Dal_eth.h147 struct lro_ctrl lro;
/freebsd-13.1/sys/dev/hyperv/netvsc/
H A Dif_hnvar.h87 struct lro_ctrl hn_lro;
/freebsd-13.1/sys/dev/virtio/network/
H A Dif_vtnetvar.h88 struct lro_ctrl vtnrx_lro;
/freebsd-13.1/sys/dev/vnic/
H A Dnicvf_queues.h283 struct lro_ctrl lro;
H A Dnicvf_queues.c743 struct lro_ctrl *lro; in nicvf_cq_intr_handler()
1295 struct lro_ctrl *lro; in nicvf_rcv_queue_config()
/freebsd-13.1/sys/dev/ena/
H A Dena.h338 struct lro_ctrl lro;
/freebsd-13.1/sys/dev/qlxgbe/
H A Dql_isr.c71 struct lro_ctrl *lro; in qla_rx_intr()
729 struct lro_ctrl *lro; in ql_rcv_isr()
/freebsd-13.1/sys/dev/cxgb/
H A Dcxgb_adapter.h165 struct lro_ctrl ctrl;
H A Dcxgb_sge.c2840 struct lro_ctrl *lro_ctrl = &qs->lro.ctrl; in process_responses() local
2947 if (lro_enabled && lro_ctrl->lro_cnt && !skip_lro in process_responses()
2948 && (tcp_lro_rx(lro_ctrl, m, 0) == 0) in process_responses()
2984 tcp_lro_flush_all(lro_ctrl); in process_responses()
/freebsd-13.1/sys/dev/qlnx/qlnxe/
H A Dqlnx_def.h129 struct lro_ctrl lro;
/freebsd-13.1/sys/dev/mlx4/mlx4_en/
H A Den.h363 struct lro_ctrl lro;
/freebsd-13.1/sys/dev/oce/
H A Doce_if.c1822 struct lro_ctrl *lro = &rq->lro; in oce_rx_flush_lro()
1837 struct lro_ctrl *lro = NULL; in oce_init_lro()
1856 struct lro_ctrl *lro = NULL; in oce_free_lro()
/freebsd-13.1/sys/dev/xen/netfront/
H A Dnetfront.c177 struct lro_ctrl lro;
1160 struct lro_ctrl *lro = &rxq->lro; in xn_rxeof()

12