summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_mbx.c
Commit message (Expand)AuthorAgeFilesLines
* net: hns3: add barrier in vf mailbox reply processYonglong Liu2023-11-131-0/+7
* net: hns3: add byte order conversion for PF to VF mailbox messageJie Wang2022-05-091-34/+46
* net: hns3: fix the wrong words in commentsPeng Li2022-04-201-1/+1
* net: hns3: update the comment of function hclgevf_get_mbx_respPeng Li2022-04-201-2/+4
* net: hns3: refactor VF cmdq init and uninit APIs with new common APIsJie Wang2021-12-311-2/+2
* net: hns3: refactor hclgevf_cmd_send with new hclge_comm_cmd_send APIJie Wang2021-12-311-6/+9
* net: hns3: use struct hclge_desc to replace hclgevf_desc in VF cmdq moduleJie Wang2021-12-311-2/+2
* net: hns3: fix use-after-free bug in hclgevf_send_mbx_msgJie Wang2021-12-121-1/+2
* net: hns3: package new functions to simplify hclgevf_mbx_handler codePeng Li2021-08-271-48/+55
* net: hns3: remove redundant param to simplify codePeng Li2021-08-271-3/+1
* net: hns3: use memcpy to simplify codePeng Li2021-08-271-7/+2
* net: hns3: remove redundant param mbx_event_pendingPeng Li2021-08-271-12/+0
* net: hns3: fix speed unknown issue in bond 4Yonglong Liu2021-08-261-1/+1
* net: hns3: add match_id to check mailbox response from PF to VFPeng Li2021-07-201-0/+19
* net: hns3: VF not request link status when PF support push link status featureGuangbin Huang2021-04-151-0/+6
* net: hns3: add trace event support for PF/VF mailboxYufeng Mo2020-04-201-0/+7
* net: hns3: refactor mailbox response scheme between PF and VFHuazhong Tan2020-03-211-2/+3
* net: hns3: refactor the mailbox message between PF and VFYufeng Mo2020-03-211-21/+19
* net: hns3: add a conversion for mailbox's response codeJian Shen2020-03-211-1/+6
* net: hns3: cleanup some print format warningGuojia Liao2019-10-311-9/+9
* net: hns3: add support for setting VF trustJian Shen2019-10-081-0/+12
* net: hns3: fix incorrect type in assignment.Guojia Liao2019-08-291-5/+5
* 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-051-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-191-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/+0
* 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-191-2/+2
* net: hns3: stop handling command queue while resetting VFHuazhong Tan2018-11-091-0/+14
* net: hns3: add reset handling for VF when doing PF resetHuazhong Tan2018-11-091-1/+3
* net: hns3: adjust VF's reset processHuazhong Tan2018-11-091-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-111-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