Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/neterion/
H A 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
H A Ds2io.c2973 struct lro *lro = &ring_data->lro0_n[i]; in rx_intr_handler() local
7287 struct lro *lro; in rx_osm_handler() local
8201 static int check_for_socket_match(struct lro *lro, struct iphdr *ip, in check_for_socket_match()
8218 static void initiate_new_session(struct lro *lro, u8 *l2h, in initiate_new_session()
8246 static void update_L3L4_header(struct s2io_nic *sp, struct lro *lro) in update_L3L4_header()
8275 static void aggregate_new_rx(struct lro *lro, struct iphdr *ip, in aggregate_new_rx()
8356 u8 **tcp, u32 *tcp_len, struct lro **lro, in s2io_club_tcp_session()
8453 static void clear_lro_session(struct lro *lro) in clear_lro_session()
8474 static void lro_append_pkt(struct s2io_nic *sp, struct lro *lro, in lro_append_pkt()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A 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()
H A Dcxgb4_uld.h480 bool lro; member
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_ioctl.h93 int32_t lro; member
H A Dsge.c2085 struct sk_buff *skb, int pad, int lro) in rx_eth()
2336 int lro = !!(qs->netdev->features & NETIF_F_GRO); in process_responses() local
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_llh.c1164 u32 lro) in hw_atl_rpo_lro_max_num_of_descriptors_set()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c1481 bool lro) in mlx5e_handle_csum()
/openbmc/linux/include/linux/mlx5/
H A Ddevice.h808 } lro; member