Home
last modified time | relevance | path

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

/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.c2987 struct lro *lro = &ring_data->lro0_n[i]; in rx_intr_handler() local
8295 static int check_for_socket_match(struct lro *lro, struct iphdr *ip, in check_for_socket_match()
8312 static void initiate_new_session(struct lro *lro, u8 *l2h, in initiate_new_session()
8340 static void update_L3L4_header(struct s2io_nic *sp, struct lro *lro) in update_L3L4_header()
8372 static void aggregate_new_rx(struct lro *lro, struct iphdr *ip, in aggregate_new_rx()
8453 u8 **tcp, u32 *tcp_len, struct lro **lro, in s2io_club_tcp_session()
8550 static void clear_lro_session(struct lro *lro) in clear_lro_session()
8571 static void lro_append_pkt(struct s2io_nic *sp, struct lro *lro, in lro_append_pkt()
/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()
2267 int lro = !!(qs->netdev->features & NETIF_F_GRO); in process_responses() local