Home
last modified time | relevance | path

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

/drivers/net/ethernet/neterion/
Ds2io.h672 struct lro { struct
673 struct sk_buff *parent;
674 struct sk_buff *last_frag;
675 u8 *l2h;
676 struct iphdr *iph;
700 struct lro lro0_n[MAX_LRO_SESSIONS]; argument
701 u8 lro; member
Ds2io.c2973 struct lro *lro = &ring_data->lro0_n[i]; in rx_intr_handler() local
7291 struct lro *lro; in rx_osm_handler() local
8218 static int check_for_socket_match(struct lro *lro, struct iphdr *ip, in check_for_socket_match()
8235 static void initiate_new_session(struct lro *lro, u8 *l2h, in initiate_new_session()
8263 static void update_L3L4_header(struct s2io_nic *sp, struct lro *lro) in update_L3L4_header()
8292 static void aggregate_new_rx(struct lro *lro, struct iphdr *ip, in aggregate_new_rx()
8373 u8 **tcp, u32 *tcp_len, struct lro **lro, in s2io_club_tcp_session()
8470 static void clear_lro_session(struct lro *lro) in clear_lro_session()
8491 static void lro_append_pkt(struct s2io_nic *sp, struct lro *lro, in lro_append_pkt()
/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.c109 struct sge_uld_rxq_info *rxq_info, bool lro) in alloc_uld_rxqs()
174 setup_sge_queues_uld(struct adapter *adap, unsigned int uld_type, bool lro) in setup_sge_queues_uld()
Dcxgb4_uld.h480 bool lro; member
/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_ioctl.h93 int32_t lro; member
Dsge.c2087 struct sk_buff *skb, int pad, int lro) in rx_eth()
2339 int lro = !!(qs->netdev->features & NETIF_F_GRO); in process_responses() local
/drivers/net/ethernet/mellanox/mlx5/core/
Den_rx.c974 bool lro) in mlx5e_handle_csum()
/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_llh.c1164 u32 lro) in hw_atl_rpo_lro_max_num_of_descriptors_set()