Home
last modified time | relevance | path

Searched defs:lro (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/neterion/
Ds2io.h671 struct lro { struct
672 struct sk_buff *parent;
673 struct sk_buff *last_frag;
674 u8 *l2h;
675 struct iphdr *iph;
699 struct lro lro0_n[MAX_LRO_SESSIONS]; argument
700 u8 lro; member
Ds2io.c2983 struct lro *lro = &ring_data->lro0_n[i]; in rx_intr_handler() local
8290 static int check_for_socket_match(struct lro *lro, struct iphdr *ip, in check_for_socket_match()
8307 static void initiate_new_session(struct lro *lro, u8 *l2h, in initiate_new_session()
8335 static void update_L3L4_header(struct s2io_nic *sp, struct lro *lro) in update_L3L4_header()
8364 static void aggregate_new_rx(struct lro *lro, struct iphdr *ip, in aggregate_new_rx()
8445 u8 **tcp, u32 *tcp_len, struct lro **lro, in s2io_club_tcp_session()
8542 static void clear_lro_session(struct lro *lro) in clear_lro_session()
8563 static void lro_append_pkt(struct s2io_nic *sp, struct lro *lro, in lro_append_pkt()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_ioctl.h93 int32_t lro; member
Dsge.c2014 struct sk_buff *skb, int pad, int lro) in rx_eth()
2269 int lro = !!(qs->netdev->features & NETIF_F_GRO); in process_responses() local