tso_cfg           383 drivers/net/ethernet/huawei/hinic/hinic_port.c 	struct hinic_tso_config tso_cfg = {0};
tso_cfg           388 drivers/net/ethernet/huawei/hinic/hinic_port.c 	tso_cfg.func_id = HINIC_HWIF_FUNC_IDX(hwif);
tso_cfg           389 drivers/net/ethernet/huawei/hinic/hinic_port.c 	tso_cfg.tso_en = state;
tso_cfg           392 drivers/net/ethernet/huawei/hinic/hinic_port.c 				 &tso_cfg, sizeof(tso_cfg),
tso_cfg           393 drivers/net/ethernet/huawei/hinic/hinic_port.c 				 &tso_cfg, &out_size);
tso_cfg           394 drivers/net/ethernet/huawei/hinic/hinic_port.c 	if (err || out_size != sizeof(tso_cfg) || tso_cfg.status) {
tso_cfg           397 drivers/net/ethernet/huawei/hinic/hinic_port.c 			tso_cfg.status);