Searched refs:lro (Results 1 – 13 of 13) sorted by relevance
| /linux/Documentation/networking/device_drivers/ethernet/microsoft/ |
| H A D | netvsc.rst | 64 ethtool -K eth0 lro on 65 ethtool -K eth0 lro off 118 ethtool -K eth0 lro off
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cxgb4_uld.c | 109 struct sge_uld_rxq_info *rxq_info, bool lro) in alloc_uld_rxqs() argument 151 lro ? uldrx_flush_handler : NULL, in alloc_uld_rxqs() 174 setup_sge_queues_uld(struct adapter *adap, unsigned int uld_type, bool lro) in setup_sge_queues_uld() argument 179 ret = alloc_uld_rxqs(adap, rxq_info, lro); in setup_sge_queues_uld() 738 ret = setup_sge_queues_uld(adap, type, p->lro); in cxgb4_uld_alloc_resources()
|
| H A D | cxgb4_uld.h | 480 bool lro; member
|
| /linux/drivers/net/ethernet/chelsio/cxgb3/ |
| H A D | cxgb3_ioctl.h | 93 int32_t lro; member
|
| H A D | sge.c | 2085 struct sk_buff *skb, int pad, int lro) in rx_eth() argument 2107 if (lro) in rx_eth() 2336 int lro = !!(qs->netdev->features & NETIF_F_GRO); in process_responses() local 2371 lro &= eth && is_eth_tcp(rss_hi); in process_responses() 2379 if (lro > 0) { in process_responses() 2430 rx_eth(adap, q, skb, ethpad, lro); in process_responses()
|
| H A D | cxgb3_main.c | 2241 if (t.lro >= 0) { in cxgb_siocdevprivate() 2242 if (t.lro) in cxgb_siocdevprivate() 2285 t.lro = !!(dev->features & NETIF_F_GRO); in cxgb_siocdevprivate()
|
| /linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
| H A D | hw_atl_llh.c | 1207 u32 lro) in hw_atl_rpo_lro_max_num_of_descriptors_set() argument 1241 aq_hw_write_reg_bit(aq_hw, rpo_lro_ldes_max_adr[lro], in hw_atl_rpo_lro_max_num_of_descriptors_set() 1242 rpo_lro_ldes_max_msk[lro], in hw_atl_rpo_lro_max_num_of_descriptors_set() 1243 rpo_lro_ldes_max_shift[lro], in hw_atl_rpo_lro_max_num_of_descriptors_set()
|
| H A D | hw_atl_llh.h | 581 u32 lro_max_desc_num, u32 lro);
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_rx.c | 973 tcp->ack_seq = cqe->lro.ack_seq_num; in mlx5e_lro_update_tcp_hdr() 974 tcp->window = cqe->lro.tcp_win; in mlx5e_lro_update_tcp_hdr() 1001 ipv4->ttl = cqe->lro.min_ttl; in mlx5e_lro_update_hdr() 1020 ipv6->hop_limit = cqe->lro.min_ttl; in mlx5e_lro_update_hdr() 1326 bool lro) in mlx5e_handle_csum() argument 1335 if (lro) { in mlx5e_handle_csum()
|
| /linux/include/linux/mlx5/ |
| H A D | device.h | 833 } lro; member 927 return (cqe->lro.tcppsh_abort_dupack >> 6) & 1; in get_cqe_lro_tcppsh()
|
| /linux/drivers/target/iscsi/cxgbit/ |
| H A D | cxgbit_main.c | 696 .lro = true,
|
| /linux/drivers/infiniband/hw/cxgb4/ |
| H A D | device.c | 1504 .lro = false,
|
| /linux/drivers/scsi/cxgbi/cxgb4i/ |
| H A D | cxgb4i.c | 95 .lro = false,
|