Home
last modified time | relevance | path

Searched refs:spec_opcode (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_cmd.c64 u16 spec_opcode[] = {0x30, 0x31, 0x32}; in hclgevf_is_special_opcode() local
67 for (i = 0; i < ARRAY_SIZE(spec_opcode); i++) { in hclgevf_is_special_opcode()
68 if (spec_opcode[i] == opcode) in hclgevf_is_special_opcode()
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_cmd.c174 u16 spec_opcode[3] = {HCLGE_OPC_STATS_64_BIT, in hclge_is_special_opcode() local
178 for (i = 0; i < ARRAY_SIZE(spec_opcode); i++) { in hclge_is_special_opcode()
179 if (spec_opcode[i] == opcode) in hclge_is_special_opcode()