Home
last modified time | relevance | path

Searched refs:tso_cfg (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/huawei/hinic/
Dhinic_port.c383 struct hinic_tso_config tso_cfg = {0}; in hinic_port_set_tso() local
388 tso_cfg.func_id = HINIC_HWIF_FUNC_IDX(hwif); in hinic_port_set_tso()
389 tso_cfg.tso_en = state; in hinic_port_set_tso()
392 &tso_cfg, sizeof(tso_cfg), in hinic_port_set_tso()
393 &tso_cfg, &out_size); in hinic_port_set_tso()
394 if (err || out_size != sizeof(tso_cfg) || tso_cfg.status) { in hinic_port_set_tso()
397 tso_cfg.status); in hinic_port_set_tso()