Searched refs:lro_ctrl (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-10.1-release/sys/netinet/
H A Dtcp_lro.h76 struct lro_ctrl { struct
87 int tcp_lro_init(struct lro_ctrl *);
88 void tcp_lro_free(struct lro_ctrl *);
89 void tcp_lro_flush_inactive(struct lro_ctrl *, const struct timeval *);
90 void tcp_lro_flush(struct lro_ctrl *, struct lro_entry *);
91 int tcp_lro_rx(struct lro_ctrl *, struct mbuf *, uint32_t);
H A Dtcp_lro.c71 tcp_lro_init(struct lro_ctrl *lc)
100 tcp_lro_free(struct lro_ctrl *lc)
197 tcp_lro_flush_inactive(struct lro_ctrl *lc, const struct timeval *timeout)
216 tcp_lro_flush(struct lro_ctrl *lc, struct lro_entry *le)
310 tcp_lro_rx_ipv6(struct lro_ctrl *lc, struct mbuf *m, struct ip6_hdr *ip6,
329 tcp_lro_rx_ipv4(struct lro_ctrl *lc, struct mbuf *m, struct ip *ip4,
369 tcp_lro_rx(struct lro_ctrl *lc, struct mbuf *m, uint32_t csum)
396 /* XXX-BZ stats but changing lro_ctrl is a problem. */
415 /* XXX-BZ stats but changing lro_ctrl is a problem. */
/freebsd-10.1-release/sys/dev/qlxge/
H A Dqls_isr.c134 struct lro_ctrl *lro;
234 struct lro_ctrl *lro;
H A Dqls_def.h178 struct lro_ctrl lro;
H A Dqls_os.c1494 struct lro_ctrl *lro;
1515 struct lro_ctrl *lro;
/freebsd-10.1-release/sys/dev/qlxgb/
H A Dqla_isr.c54 struct lro_ctrl *lro)
269 struct lro_ctrl *lro;
H A Dqla_hw.h719 struct lro_ctrl lro;
H A Dqla_hw.c1788 struct lro_ctrl *lro;
1810 struct lro_ctrl *lro;
/freebsd-10.1-release/sys/dev/mxge/
H A Dif_mxge_var.h214 struct lro_ctrl lc;
/freebsd-10.1-release/sys/dev/e1000/
H A Dif_igb.h336 struct lro_ctrl lro;
H A Dif_igb.c4297 struct lro_ctrl *lro = &rxr->lro;
4665 struct lro_ctrl *lro = &rxr->lro;
4818 struct lro_ctrl *lro = &rxr->lro;
5635 struct lro_ctrl *lro = &rxr->lro;
/freebsd-10.1-release/sys/dev/ixgbe/
H A Dixgbe.h341 struct lro_ctrl lro;
H A Dixv.h284 struct lro_ctrl lro;
H A Dixv.c2901 struct lro_ctrl *lro = &rxr->lro;
3145 struct lro_ctrl *lro = &rxr->lro;
3299 struct lro_ctrl *lro = &rxr->lro;
3892 struct lro_ctrl *lro;
H A Dixgbe.c3984 struct lro_ctrl *lro = &rxr->lro;
4275 struct lro_ctrl *lro = &rxr->lro;
4412 struct lro_ctrl *lro = &rxr->lro;
5505 struct lro_ctrl *lro = &rxr->lro;
/freebsd-10.1-release/sys/dev/vxge/
H A Dvxge.h337 struct lro_ctrl lro;
/freebsd-10.1-release/sys/dev/cxgb/
H A Dcxgb_sge.c2535 /* Allocate and setup the lro_ctrl structure */
2841 struct lro_ctrl *lro_ctrl = &qs->lro.ctrl; local
2938 * lro_ctrl->ifp's input. That is incorrect.
2946 if (lro_enabled && lro_ctrl->lro_cnt && !skip_lro
2947 && (tcp_lro_rx(lro_ctrl, m, 0) == 0)
2983 while (!SLIST_EMPTY(&lro_ctrl->lro_active)) {
2984 struct lro_entry *queued = SLIST_FIRST(&lro_ctrl->lro_active);
2985 SLIST_REMOVE_HEAD(&lro_ctrl->lro_active, next);
2986 tcp_lro_flush(lro_ctrl, queue
[all...]
H A Dcxgb_adapter.h163 struct lro_ctrl ctrl;
/freebsd-10.1-release/sys/dev/ixl/
H A Dixl.h384 struct lro_ctrl lro;
H A Dixl_txrx.c1095 struct lro_ctrl *lro = &rxr->lro;
1367 struct lro_ctrl *lro = &rxr->lro;
/freebsd-10.1-release/sys/dev/oce/
H A Doce_if.c1503 struct lro_ctrl *lro = &rq->lro;
1523 struct lro_ctrl *lro = NULL;
1543 struct lro_ctrl *lro = NULL;
H A Doce_if.h756 struct lro_ctrl lro;
/freebsd-10.1-release/sys/dev/xen/netfront/
H A Dnetfront.c246 struct lro_ctrl xn_lro;
969 struct lro_ctrl *lro = &np->xn_lro;
/freebsd-10.1-release/sys/dev/cxgbe/
H A Dadapter.h528 struct lro_ctrl lro; /* LRO state */
/freebsd-10.1-release/sys/ofed/drivers/net/mlx4/
H A Dmlx4_en.h356 struct lro_ctrl lro;

Completed in 201 milliseconds

12