Searched refs:tso_max_segs (Results 1 – 6 of 6) sorted by relevance
236 if (bd->tso_max_segs) in bnge_netdev_alloc()237 netif_set_tso_max_segs(netdev, bd->tso_max_segs); in bnge_netdev_alloc()
142 u16 tso_max_segs; member
601 bd->tso_max_segs = le16_to_cpu(resp->max_tso_segs); in bnge_hwrm_func_qcaps()
1574 u16 tso_max_segs = TSO_MAX_SEGS; in bond_compute_features() local1609 tso_max_segs = min(tso_max_segs, slave->dev->tso_max_segs); in bond_compute_features()1623 netif_set_tso_max_segs(bond_dev, tso_max_segs); in bond_compute_features()
2416 u16 tso_max_segs; member
9735 bp->tso_max_segs = le16_to_cpu(resp->max_tso_segs); in __bnxt_hwrm_func_qcaps()16674 if (bp->tso_max_segs) in bnxt_init_one()16675 netif_set_tso_max_segs(dev, bp->tso_max_segs); in bnxt_init_one()
Completed in 733 milliseconds