Searched refs:lro_ctrl (Results 1 – 25 of 40) sorted by relevance
12
| /src/sys/netinet/ |
| H A D | tcp_lro.h | 161 struct lro_ctrl { struct 215 int tcp_lro_init(struct lro_ctrl *); 216 int tcp_lro_init_args(struct lro_ctrl *, struct ifnet *, unsigned, unsigned); 217 void tcp_lro_free(struct lro_ctrl *); 218 void tcp_lro_flush_inactive(struct lro_ctrl *, const struct timeval *); 219 void tcp_lro_flush_all(struct lro_ctrl *); 220 extern int (*tcp_lro_flush_tcphpts)(struct lro_ctrl *, struct lro_entry *); 221 int tcp_lro_rx(struct lro_ctrl *, struct mbuf *, uint32_t); 222 void tcp_lro_queue_mbuf(struct lro_ctrl *, struct mbuf *);
|
| H A D | tcp_lro.c | 82 static void tcp_lro_rx_done(struct lro_ctrl *lc); 83 static int tcp_lro_rx_common(struct lro_ctrl *lc, struct mbuf *m, 85 static void tcp_lro_flush(struct lro_ctrl *lc, struct lro_entry *le); 91 int (*tcp_lro_flush_tcphpts)(struct lro_ctrl *lc, struct lro_entry *le); 151 tcp_lro_active_insert(struct lro_ctrl *lc, struct lro_head *bucket, in tcp_lro_active_insert() 168 tcp_lro_init(struct lro_ctrl *lc) in tcp_lro_init() 174 tcp_lro_init_args(struct lro_ctrl *lc, struct ifnet *ifp, in tcp_lro_init_args() 492 tcp_lro_free(struct lro_ctrl *lc) in tcp_lro_free() 586 tcp_lro_rx_done(struct lro_ctrl *lc) in tcp_lro_rx_done() 597 tcp_lro_flush_active(struct lro_ctrl *lc) in tcp_lro_flush_active() [all …]
|
| H A D | tcp_lro_hpts.c | 157 tcp_lro_log(struct tcpcb *tp, const struct lro_ctrl *lc, in tcp_lro_log() 208 tcp_lro_get_last_if_ackcmp(struct lro_ctrl *lc, struct lro_entry *le, in tcp_lro_get_last_if_ackcmp() 255 do_bpf_strip_and_compress(struct tcpcb *tp, struct lro_ctrl *lc, in do_bpf_strip_and_compress() 516 _tcp_lro_flush_tcphpts(struct lro_ctrl *lc, struct lro_entry *le) in _tcp_lro_flush_tcphpts()
|
| /src/sys/dev/qlxge/ |
| H A D | qls_isr.c | 130 struct lro_ctrl *lro; in qls_rx_comp() 235 struct lro_ctrl *lro = &ha->rx_ring[cq_idx].lro; in qls_cq_isr()
|
| H A D | qls_def.h | 176 struct lro_ctrl lro;
|
| H A D | qls_os.c | 1450 struct lro_ctrl *lro; in qls_config_lro() 1473 struct lro_ctrl *lro; in qls_free_lro()
|
| /src/sys/dev/qlxgb/ |
| H A D | qla_isr.c | 54 struct lro_ctrl *lro) in qla_rx_intr() 271 struct lro_ctrl *lro; in qla_rcv_isr()
|
| H A D | qla_hw.h | 713 struct lro_ctrl lro;
|
| H A D | qla_hw.c | 1774 struct lro_ctrl *lro; in qla_config_lro() 1798 struct lro_ctrl *lro; in qla_free_lro()
|
| /src/sys/dev/liquidio/base/ |
| H A D | lio_droq.h | 336 struct lro_ctrl lro;
|
| /src/sys/dev/mxge/ |
| H A D | if_mxge_var.h | 186 struct lro_ctrl lc;
|
| /src/sys/dev/neta/ |
| H A D | if_mvnetavar.h | 131 struct lro_ctrl lro;
|
| /src/sys/dev/al_eth/ |
| H A D | al_eth.h | 145 struct lro_ctrl lro;
|
| /src/sys/dev/hyperv/netvsc/ |
| H A D | if_hnvar.h | 85 struct lro_ctrl hn_lro;
|
| /src/sys/dev/virtio/network/ |
| H A D | if_vtnetvar.h | 88 struct lro_ctrl vtnrx_lro;
|
| /src/sys/dev/vnic/ |
| H A D | nicvf_queues.h | 281 struct lro_ctrl lro;
|
| /src/sys/dev/qlxgbe/ |
| H A D | ql_isr.c | 70 struct lro_ctrl *lro; in qla_rx_intr() 714 struct lro_ctrl *lro; in ql_rcv_isr()
|
| /src/sys/dev/mana/ |
| H A D | mana.h | 436 struct lro_ctrl lro;
|
| /src/sys/dev/ena/ |
| H A D | ena.h | 345 struct lro_ctrl lro;
|
| /src/sys/dev/cxgb/ |
| H A D | cxgb_adapter.h | 163 struct lro_ctrl ctrl;
|
| H A D | cxgb_sge.c | 2829 struct lro_ctrl *lro_ctrl = &qs->lro.ctrl; in process_responses() local 2936 if (lro_enabled && lro_ctrl->lro_cnt && !skip_lro in process_responses() 2937 && (tcp_lro_rx(lro_ctrl, m, 0) == 0) in process_responses() 2973 tcp_lro_flush_all(lro_ctrl); in process_responses()
|
| /src/sys/dev/gve/ |
| H A D | gve.h | 339 struct lro_ctrl lro;
|
| /src/sys/dev/qlnx/qlnxe/ |
| H A D | qlnx_def.h | 127 struct lro_ctrl lro;
|
| /src/sys/dev/mlx4/mlx4_en/ |
| H A D | en.h | 363 struct lro_ctrl lro;
|
| /src/sys/dev/oce/ |
| H A D | oce_if.c | 1816 struct lro_ctrl *lro = &rq->lro; in oce_rx_flush_lro() 1831 struct lro_ctrl *lro = NULL; in oce_init_lro() 1850 struct lro_ctrl *lro = NULL; in oce_free_lro()
|
12