aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_mbx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-09net: hns3: add byte order conversion for PF to VF mailbox messageJie Wang1-34/+46
2022-04-20net: hns3: fix the wrong words in commentsPeng Li1-1/+1
2022-04-20net: hns3: update the comment of function hclgevf_get_mbx_respPeng Li1-2/+4
2021-12-31net: hns3: refactor VF cmdq init and uninit APIs with new common APIsJie Wang1-2/+2
2021-12-31net: hns3: refactor hclgevf_cmd_send with new hclge_comm_cmd_send APIJie Wang1-6/+9
2021-12-31net: hns3: use struct hclge_desc to replace hclgevf_desc in VF cmdq moduleJie Wang1-2/+2
2021-12-12net: hns3: fix use-after-free bug in hclgevf_send_mbx_msgJie Wang1-1/+2
2021-08-27net: hns3: package new functions to simplify hclgevf_mbx_handler codePeng Li1-48/+55
2021-08-27net: hns3: remove redundant param to simplify codePeng Li1-3/+1
2021-08-27net: hns3: use memcpy to simplify codePeng Li1-7/+2
2021-08-27net: hns3: remove redundant param mbx_event_pendingPeng Li1-12/+0
2021-08-26net: hns3: fix speed unknown issue in bond 4Yonglong Liu1-1/+1
2021-07-20net: hns3: add match_id to check mailbox response from PF to VFPeng Li1-0/+19
2021-04-15net: hns3: VF not request link status when PF support push link status featureGuangbin Huang1-0/+6
2020-04-20net: hns3: add trace event support for PF/VF mailboxYufeng Mo1-0/+7
2020-03-21net: hns3: refactor mailbox response scheme between PF and VFHuazhong Tan1-2/+3
2020-03-21net: hns3: refactor the mailbox message between PF and VFYufeng Mo1-21/+19
2020-03-21net: hns3: add a conversion for mailbox's response codeJian Shen1-1/+6
2019-10-31net: hns3: cleanup some print format warningGuojia Liao1-9/+9
2019-10-08net: hns3: add support for setting VF trustJian Shen1-0/+12
2019-08-29net: hns3: fix incorrect type in assignment.Guojia Liao1-5/+5
2019-07-21net: hns3: typo in the name of a constantChristophe JAILLET1-2/+2
2019-07-05net: hns3: check msg_data before memcpy in hclgevf_send_mbx_msgWeihang Li1-1/+2
2019-04-26net: hns3: use a reserved byte to identify need_resp flagHuazhong Tan1-0/+2
2019-04-26net: hns3: use atomic_t replace u32 for arq's countHuazhong Tan1-3/+4
2019-04-19net: hns3: add some debug info for hclgevf_get_mbx_resp()Huazhong Tan1-3/+6
2019-04-14net: hns3: fix set port based VLAN issue for VFJian Shen1-2/+9
2019-04-04net: hns3: modify the VF network port media type acquisition methodliuzhongzhu1-1/+0
2019-02-02net: hns3: fix the problem that the supported port is emptyliuzhongzhu1-0/+12
2018-12-19net: hns3: fix a bug caused by udelayPeng Li1-2/+2
2018-11-09net: hns3: stop handling command queue while resetting VFHuazhong Tan1-0/+14
2018-11-09net: hns3: add reset handling for VF when doing PF resetHuazhong Tan1-1/+3
2018-11-09net: hns3: adjust VF's reset processHuazhong Tan1-1/+1
2018-11-07net: hns3: move some reset information from hnae3_handle into hclge_dev/hclgevf_devHuazhong Tan1-1/+1
2018-07-07net: hns3: Fix for mailbox message truncated problemFuyun Liang1-1/+2
2018-07-02net: hns3: modify hnae_ to hnae3_Peng Li1-1/+1
2018-06-06net: hns3: Fix for VF mailbox receiving unknown messageXi Wang1-3/+20
2018-03-22net: hns3: Add *Asserting Reset* mailbox message & handling in VFSalil Mehta1-0/+12
2018-03-22net: hns3: Changes to support ARQ(Asynchronous Receive Queue)Salil Mehta1-9/+74
2018-03-22net: hns3: add querying speed and duplex support to VFFuyun Liang1-0/+5
2018-03-11net: hns3: add result checking for VF when modify unicast mac addressJian Shen1-0/+4
2018-03-08net: hns3: set the cmdq out_vld bit to 0 after usedPeng Li1-0/+1
2017-12-15net: hns3: Add mailbox support to VF driverSalil Mehta1-0/+181