Home
last modified time | relevance | path

Searched refs:r_code1 (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_mbx.c39 u16 r_code0, r_code1; in hclgevf_get_mbx_resp() local
67 r_code1 = (u16)(mbx_resp->origin_mbx_msg & 0xff); in hclgevf_get_mbx_resp()
77 if (!(r_code0 == code0 && r_code1 == code1 && !mbx_resp->resp_status)) { in hclgevf_get_mbx_resp()
82 "VF could not match resp r_code(r_code0=%u,r_code1=%u)\n", in hclgevf_get_mbx_resp()
83 r_code0, r_code1); in hclgevf_get_mbx_resp()
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_mbx.c46 u16 r_code0, r_code1; in hclgevf_get_mbx_resp() local
78 r_code1 = (u16)(mbx_resp->origin_mbx_msg & 0xff); in hclgevf_get_mbx_resp()
88 if (!(r_code0 == code0 && r_code1 == code1 && !mbx_resp->resp_status)) { in hclgevf_get_mbx_resp()
93 "VF could not match resp r_code(r_code0=%u,r_code1=%u)\n", in hclgevf_get_mbx_resp()
94 r_code0, r_code1); in hclgevf_get_mbx_resp()

Completed in 2 milliseconds