Searched refs:is_special (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/ethernet/hisilicon/hns3/hns3_common/ |
| H A D | hclge_comm_cmd.h | 440 int num, bool is_special); 443 int num, bool is_special);
|
| H A D | hclge_comm_cmd.c | 476 bool is_special = hclge_comm_is_special_opcode(le16_to_cpu(desc->opcode)); in hclge_comm_cmd_send() local 482 hw->cmq.ops.trace_cmd_send(hw, desc, num, is_special); in hclge_comm_cmd_send() 518 hw->cmq.ops.trace_cmd_get(hw, desc, num, is_special); in hclge_comm_cmd_send()
|
| /linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
| H A D | hclgevf_main.c | 56 int num, bool is_special) in hclgevf_trace_cmd_send() 62 if (is_special) in hclgevf_trace_cmd_send() 70 int num, bool is_special) in hclgevf_trace_cmd_get() 79 if (is_special) in hclgevf_trace_cmd_get() 52 hclgevf_trace_cmd_send(struct hclge_comm_hw * hw,struct hclge_desc * desc,int num,bool is_special) hclgevf_trace_cmd_send() argument 66 hclgevf_trace_cmd_get(struct hclge_comm_hw * hw,struct hclge_desc * desc,int num,bool is_special) hclgevf_trace_cmd_get() argument
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | si_dpm.c | 3152 bool is_memory_gddr5, is_special; in si_is_special_1gb_platform() local 3156 …is_special = (MC_SEQ_MISC0_REV_ID_VALUE == ((tmp & MC_SEQ_MISC0_REV_ID_MASK) >> MC_SEQ_MISC0_REV_I… in si_is_special_1gb_platform() 3170 is_memory_gddr5 && is_special && (density == 0x400)) in si_is_special_1gb_platform()
|
| /linux/drivers/gpu/drm/amd/pm/legacy-dpm/ |
| H A D | si_dpm.c | 3726 bool is_memory_gddr5, is_special; in si_is_special_1gb_platform() local 3730 is_special = (MC_SEQ_MISC0_REV_ID_VALUE == ((tmp & MC_SEQ_MISC0_REV_ID_MASK) >> MC_SEQ_MISC0_REV_ID_SHIFT)) in si_is_special_1gb_platform() 3744 is_memory_gddr5 && is_special && (density == 0x400)) in si_is_special_1gb_platform()
|
| /linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| H A D | hclge_main.c | 326 int num, bool is_special) 332 if (!is_special) { 343 int num, bool is_special) 352 if (!is_special) { 399 hclge_trace_cmd_send(struct hclge_comm_hw * hw,struct hclge_desc * desc,int num,bool is_special) hclge_trace_cmd_send() argument 416 hclge_trace_cmd_get(struct hclge_comm_hw * hw,struct hclge_desc * desc,int num,bool is_special) hclge_trace_cmd_get() argument
|