summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_mbx.c
Commit message (Expand)AuthorAgeFilesLines
* net: hns3: typo in the name of a constantChristophe JAILLET2019-07-211-2/+2
* net: hns3: check msg_data before memcpy in hclgevf_send_mbx_msgWeihang Li2019-07-061-1/+2
* net: hns3: use a reserved byte to identify need_resp flagHuazhong Tan2019-04-261-0/+2
* net: hns3: use atomic_t replace u32 for arq's countHuazhong Tan2019-04-261-3/+4
* net: hns3: add some debug info for hclgevf_get_mbx_resp()Huazhong Tan2019-04-201-3/+6
* net: hns3: fix set port based VLAN issue for VFJian Shen2019-04-141-2/+9
* net: hns3: modify the VF network port media type acquisition methodliuzhongzhu2019-04-041-1/+0Star
* net: hns3: fix the problem that the supported port is emptyliuzhongzhu2019-02-021-0/+12
* net: hns3: fix a bug caused by udelayPeng Li2018-12-201-2/+2
* net: hns3: stop handling command queue while resetting VFHuazhong Tan2018-11-101-0/+14
* net: hns3: add reset handling for VF when doing PF resetHuazhong Tan2018-11-101-1/+3
* net: hns3: adjust VF's reset processHuazhong Tan2018-11-101-1/+1
* net: hns3: move some reset information from hnae3_handle into hclge_dev/hclge...Huazhong Tan2018-11-071-1/+1
* net: hns3: Fix for mailbox message truncated problemFuyun Liang2018-07-071-1/+2
* net: hns3: modify hnae_ to hnae3_Peng Li2018-07-021-1/+1
* net: hns3: Fix for VF mailbox receiving unknown messageXi Wang2018-06-061-3/+20
* net: hns3: Add *Asserting Reset* mailbox message & handling in VFSalil Mehta2018-03-221-0/+12
* net: hns3: Changes to support ARQ(Asynchronous Receive Queue)Salil Mehta2018-03-221-9/+74
* net: hns3: add querying speed and duplex support to VFFuyun Liang2018-03-221-0/+5
* net: hns3: add result checking for VF when modify unicast mac addressJian Shen2018-03-121-0/+4
* net: hns3: set the cmdq out_vld bit to 0 after usedPeng Li2018-03-081-0/+1
* net: hns3: Add mailbox support to VF driverSalil Mehta2017-12-151-0/+181