index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
hisilicon
/
hns3
/
hns3vf
/
hclgevf_cmd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-31
net: hns3: delete the hclge_cmd.c and hclgevf_cmd.c
Jie Wang
1
-38
/
+0
2021-12-31
net: hns3: refactor VF cmdq init and uninit APIs with new common APIs
Jie Wang
1
-133
/
+1
2021-12-31
net: hns3: refactor VF cmdq resource APIs with new common APIs
Jie Wang
1
-191
/
+15
2021-12-31
net: hns3: refactor hclgevf_cmd_send with new hclge_comm_cmd_send API
Jie Wang
1
-253
/
+43
2021-12-31
net: hns3: use struct hclge_desc to replace hclgevf_desc in VF cmdq module
Jie Wang
1
-11
/
+11
2021-11-10
net: hns3: sync rx ring head in echo common pull
Yufeng Mo
1
-0
/
+32
2021-09-06
net: hns3: make hclgevf_cmd_caps_bit_map0 and hclge_cmd_caps_bit_map0 static
chongjiapeng
1
-1
/
+1
2021-08-28
net: hns3: remove unnecessary "static" of local variables in function
Hao Chen
1
-1
/
+1
2021-08-28
net: hns3: refactor function hclgevf_parse_capability()
Guangbin Huang
1
-13
/
+14
2021-08-26
net: hns3: add waiting time before cmdq memory is released
Yufeng Mo
1
-1
/
+6
2021-05-14
net: hns3: support RXD advanced layout
Huazhong Tan
1
-0
/
+2
2021-03-26
net: hns3: remove redundant blank lines
Peng Li
1
-1
/
+0
2021-02-12
net: hns3: split out hclgevf_cmd_send()
Yufeng Mo
1
-60
/
+81
2021-02-12
net: hns3: refactor out hclgevf_cmd_convert_err_code()
Peng Li
1
-28
/
+27
2021-02-06
net: hns3: add api capability bits for firmware
Jian Shen
1
-0
/
+10
2020-12-01
net: hns3: add udp tunnel checksum segmentation support
Huazhong Tan
1
-0
/
+2
2020-12-01
net: hns3: add support for TX hardware checksum offload
Huazhong Tan
1
-0
/
+2
2020-09-27
net: hns3: use capabilities queried from firmware
Guangbin Huang
1
-5
/
+29
2020-09-27
net: hns3: add support to query device capability
Guangbin Huang
1
-3
/
+11
2020-09-27
net: hns3: add device version to replace pci revision
Guangbin Huang
1
-15
/
+17
2020-05-30
net: hns3: remove two unused macros in hclgevf_cmd.c
Huazhong Tan
1
-3
/
+0
2019-12-20
net: hns3: optimization for CMDQ uninitialization
Huazhong Tan
1
-1
/
+1
2019-10-31
net: hns3: cleanup some print format warning
Guojia Liao
1
-1
/
+1
2019-10-31
net: hns3: cleanup some magic numbers
Guojia Liao
1
-4
/
+4
2019-09-07
net: hns3: make array spec_opcode static const, makes object smaller
Colin Ian King
1
-1
/
+1
2019-08-18
net: hns3: modify redundant initialization of variable
Guojia Liao
1
-1
/
+1
2019-08-01
net: hns3: fix some reset handshake issue
Huazhong Tan
1
-1
/
+3
2019-07-29
net: hns3: modify firmware version display format
Yufeng Mo
1
-1
/
+9
2019-07-05
net: hns3: add all IMP return code
Peng Li
1
-5
/
+33
2019-06-28
net: hns3: optimize the CSQ cmd error handling
Peng Li
1
-5
/
+14
2019-05-28
net: hns3: add handshake with hardware while doing reset
Huazhong Tan
1
-2
/
+0
2019-04-26
net: hns3: use atomic_t replace u32 for arq's count
Huazhong Tan
1
-1
/
+1
2019-04-14
net: hns3: code optimization for command queue' spin lock
Peng Li
1
-2
/
+2
2019-04-08
net: hns3: add error handler for initializing command queue
Huazhong Tan
1
-3
/
+8
2019-04-04
net: hns3: simplify hclgevf_cmd_csq_clean
Huazhong Tan
1
-11
/
+24
2019-02-21
net: hns3: clear command queue's registers when unloading VF driver
Huazhong Tan
1
-0
/
+20
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
1
-3
/
+2
2018-11-09
net: hns3: stop handling command queue while resetting VF
Huazhong Tan
1
-1
/
+12
2018-11-07
net: hns3: fix for cmd queue memory not freed problem during reset
Huazhong Tan
1
-61
/
+80
2018-09-21
net: hns3: Add handle for default case
Jian Shen
1
-4
/
+4
2018-09-19
net: hns3: Fix cmdq registers initialization issue for vf
Jian Shen
1
-2
/
+2
2018-07-02
net: hns3: use dma_zalloc_coherent instead of kzalloc/dma_map_single
Huazhong Tan
1
-17
/
+9
2018-03-22
net: hns3: Changes to support ARQ(Asynchronous Receive Queue)
Salil Mehta
1
-0
/
+6
2017-12-15
net: hns3: Add HNS3 VF IMP(Integrated Management Proc) cmd interface
Salil Mehta
1
-0
/
+342