summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_cmd.h
AgeCommit message (Expand)AuthorFilesLines
2022-01-05net: hns3: create new common cmd code for PF and VF modulesJie Wang1-26/+1
2022-01-05net: hns3: refactor VF rss init APIs with new common rss init APIsJie Wang1-18/+0
2022-01-05net: hns3: refactor VF rss set APIs with new common rss set APIsJie Wang1-26/+0
2021-12-31net: hns3: refactor VF cmdq init and uninit APIs with new common APIsJie Wang1-24/+1
2021-12-31net: hns3: refactor VF cmdq resource APIs with new common APIsJie Wang1-40/+4
2021-12-31net: hns3: refactor hclgevf_cmd_send with new hclge_comm_cmd_send APIJie Wang1-71/+0
2021-12-31net: hns3: use struct hclge_desc to replace hclgevf_desc in VF cmdq moduleJie Wang1-11/+4
2021-11-10net: hns3: sync rx ring head in echo common pullYufeng Mo1-0/+9
2021-08-28net: hns3: refactor function hclgevf_parse_capability()Guangbin Huang1-0/+6
2021-08-27net: hns3: merge some repetitive macrosPeng Li1-10/+0
2021-08-26net: hns3: add waiting time before cmdq memory is releasedYufeng Mo1-0/+1
2021-05-15net: hns3: support RXD advanced layoutHuazhong Tan1-0/+1
2021-03-29net: hns3: expand the tc config commandGuojia Liao1-2/+5
2021-02-10net: hns3: cleanup for endian issue for VF RSSJian Shen1-3/+3
2021-02-10net: hns3: remove unused macro definitionPeng Li1-1/+0
2021-02-10net: hns3: clean up unnecessary parentheses in macro definitionsYufeng Mo1-2/+2
2021-02-07net: hns3: add support for obtaining the maximum frame sizeYufeng Mo1-1/+2
2021-02-07net: hns3: add api capability bits for firmwareJian Shen1-1/+5
2020-12-02net: hns3: add udp tunnel checksum segmentation supportHuazhong Tan1-0/+1
2020-12-02net: hns3: add support for TX hardware checksum offloadHuazhong Tan1-1/+1
2020-11-22net: hns3: add support for 1280 queuesYonglong Liu1-0/+3
2020-11-17net: hns3: add support for querying maximum value of GLHuazhong Tan1-0/+8
2020-09-27net: hns3: add support to query device specificationsGuangbin Huang1-0/+15
2020-09-27net: hns3: use capabilities queried from firmwareGuangbin Huang1-0/+14
2020-09-27net: hns3: add support to query device capabilityGuangbin Huang1-1/+3
2020-09-27net: hns3: add device version to replace pci revisionGuangbin Huang1-1/+2
2020-05-29net: hns3: modify an incorrect type in struct hclgevf_cfg_gro_status_cmdHuazhong Tan1-2/+2
2019-08-01net: hns3: fix some reset handshake issueHuazhong Tan1-2/+5
2019-07-06net: hns3: add all IMP return codePeng Li1-3/+11
2018-11-15net: hns3: Enable HW GRO for Rev B(=0x21) HNS3 hardwarePeng Li1-0/+8
2018-11-07net: hns3: fix for cmd queue memory not freed problem during resetHuazhong Tan1-0/+1
2018-10-11net: hns3: Add RSS tuples support for VFJian Shen1-2/+3
2018-10-11net: hns3: Add RSS general configuration support for VFJian Shen1-1/+2
2018-08-03net: hns3: Fix MSIX allocation issue for VFJian Shen1-0/+14
2018-03-22net: hns3: increase the max time for IMP handle commandPeng Li1-1/+1
2018-01-12net: hns3: remove TSO config command from VF driverPeng Li1-8/+0
2017-12-15net: hns3: Add HNS3 VF IMP(Integrated Management Proc) cmd interfaceSalil Mehta1-0/+256