Home
last modified time | relevance | path

Searched refs:HCLGE_MBX_GET_LINK_STATUS (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhclge_mbx.h36 HCLGE_MBX_GET_LINK_STATUS, /* (VF -> PF) get link status */ enumerator
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_mbx.c1056 [HCLGE_MBX_GET_LINK_STATUS] = hclge_mbx_get_link_status_handler,
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_main.c362 hclgevf_build_send_msg(&send_msg, HCLGE_MBX_GET_LINK_STATUS, 0); in hclgevf_request_link_info()