Searched defs:lro (Results  1 – 10 of 10) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/neterion/ | 
| D | s2io.h | 672 struct lro {  struct673 	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 | 2969 			struct lro *lro = &ring_data->lro0_n[i];  in rx_intr_handler()  local8206 static int check_for_socket_match(struct lro *lro, struct iphdr *ip,  in check_for_socket_match()
 8223 static void initiate_new_session(struct lro *lro, u8 *l2h,  in initiate_new_session()
 8251 static void update_L3L4_header(struct s2io_nic *sp, struct lro *lro)  in update_L3L4_header()
 8280 static void aggregate_new_rx(struct lro *lro, struct iphdr *ip,  in aggregate_new_rx()
 8361 				 u8 **tcp, u32 *tcp_len, struct lro **lro,  in s2io_club_tcp_session()
 8458 static void clear_lro_session(struct lro *lro)  in clear_lro_session()
 8479 static void lro_append_pkt(struct s2io_nic *sp, struct lro *lro,  in lro_append_pkt()
 
 | 
| /Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/ | 
| D | cxgb4_uld.c | 138 			  struct sge_uld_rxq_info *rxq_info, bool lro)  in alloc_uld_rxqs()196 setup_sge_queues_uld(struct adapter *adap, unsigned int uld_type, bool lro)  in setup_sge_queues_uld()
 
 | 
| D | cxgb4_uld.h | 375 	bool lro;  member
 | 
| /Linux-v5.4/drivers/net/ethernet/chelsio/cxgb3/ | 
| D | cxgb3_ioctl.h | 93 	int32_t lro;  member
 | 
| D | sge.c | 2079 		   struct sk_buff *skb, int pad, int lro)  in rx_eth()2334 		int lro = !!(qs->netdev->features & NETIF_F_GRO);  in process_responses()  local
 
 | 
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ | 
| D | en_rx.c | 909 				     bool   lro)  in mlx5e_handle_csum()
 | 
| /Linux-v5.4/drivers/net/ethernet/aquantia/atlantic/hw_atl/ | 
| D | hw_atl_llh.c | 1092 					       u32 lro)  in hw_atl_rpo_lro_max_num_of_descriptors_set()
 | 
| /Linux-v5.4/include/linux/mlx5/ | 
| D | mlx5_ifc_fpga.h | 406 	u8         lro[0x1];  member
 | 
| D | mlx5_ifc.h | 5900 	u8         lro[0x1];  member
 |