Searched defs:lro (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/neterion/ |
D | s2io.h | 672 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
|
D | s2io.c | 2973 struct lro *lro = &ring_data->lro0_n[i]; in rx_intr_handler() local 7294 struct lro *lro; in rx_osm_handler() local 8208 static int check_for_socket_match(struct lro *lro, struct iphdr *ip, in check_for_socket_match() 8225 static void initiate_new_session(struct lro *lro, u8 *l2h, in initiate_new_session() 8253 static void update_L3L4_header(struct s2io_nic *sp, struct lro *lro) in update_L3L4_header() 8282 static void aggregate_new_rx(struct lro *lro, struct iphdr *ip, in aggregate_new_rx() 8363 u8 **tcp, u32 *tcp_len, struct lro **lro, in s2io_club_tcp_session() 8460 static void clear_lro_session(struct lro *lro) in clear_lro_session() 8481 static void lro_append_pkt(struct s2io_nic *sp, struct lro *lro, in lro_append_pkt()
|
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_uld.c | 109 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()
|
D | cxgb4_uld.h | 480 bool lro; member
|
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb3/ |
D | cxgb3_ioctl.h | 93 int32_t lro; member
|
D | sge.c | 2090 struct sk_buff *skb, int pad, int lro) in rx_eth() 2342 int lro = !!(qs->netdev->features & NETIF_F_GRO); in process_responses() local
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_rx.c | 1337 bool lro) in mlx5e_handle_csum()
|
/linux-6.1.9/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
D | hw_atl_llh.c | 1164 u32 lro) in hw_atl_rpo_lro_max_num_of_descriptors_set()
|
/linux-6.1.9/include/linux/mlx5/ |
D | device.h | 799 } lro; member
|