Searched refs:lro (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/neterion/ |
D | s2io.c | 2980 if (ring_data->lro) { in rx_intr_handler() 2983 struct lro *lro = &ring_data->lro0_n[i]; in rx_intr_handler() local 2984 if (lro->in_use) { in rx_intr_handler() 2985 update_L3L4_header(ring_data->nic, lro); in rx_intr_handler() 2986 queue_rx_frame(lro->parent, lro->vlan_tag); in rx_intr_handler() 2987 clear_lro_session(lro); in rx_intr_handler() 7176 ring->lro = !!(dev->features & NETIF_F_LRO); in s2io_card_up() 7334 struct lro *uninitialized_var(lro); in rx_osm_handler() 7421 ((!ring_data->lro) || in rx_osm_handler() 7422 (ring_data->lro && (!(rxdp->Control_1 & RXD_FRAME_IP_FRAG)))) && in rx_osm_handler() [all …]
|
D | s2io.h | 671 struct lro { struct 699 struct lro lro0_n[MAX_LRO_SESSIONS]; argument 700 u8 lro; member 1125 u8 **tcp, u32 *tcp_len, struct lro **lro, struct RxD_t *rxdp, 1127 static void clear_lro_session(struct lro *lro); 1129 static void update_L3L4_header(struct s2io_nic *sp, struct lro *lro); 1130 static void lro_append_pkt(struct s2io_nic *sp, struct lro *lro,
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/ |
D | cxgb3_ioctl.h | 93 int32_t lro; member
|
D | sge.c | 2014 struct sk_buff *skb, int pad, int lro) in rx_eth() argument 2036 if (lro) in rx_eth() 2269 int lro = !!(qs->netdev->features & NETIF_F_GRO); in process_responses() local 2304 lro &= eth && is_eth_tcp(rss_hi); in process_responses() 2315 if (lro > 0) { in process_responses() 2366 rx_eth(adap, q, skb, ethpad, lro); in process_responses()
|
D | cxgb3_main.c | 2228 if (t.lro >= 0) { in cxgb_extension_ioctl() 2229 if (t.lro) in cxgb_extension_ioctl() 2268 t.lro = !!(dev->features & NETIF_F_GRO); in cxgb_extension_ioctl()
|