Lines Matching refs:req0
1183 u8 *req0 = (u8 *)desc[0].data; in hclge_dbg_dump_qos_dscp_map() local
1213 dscp_tc[i] = req0[i >> 1] >> HCLGE_DSCP_TC_SHIFT(i); in hclge_dbg_dump_qos_dscp_map()
1453 struct hclge_mac_ethertype_idx_rd_cmd *req0; in hclge_dbg_dump_mng_table() local
1468 req0 = (struct hclge_mac_ethertype_idx_rd_cmd *)&desc.data; in hclge_dbg_dump_mng_table()
1469 req0->index = cpu_to_le16(i); in hclge_dbg_dump_mng_table()
1478 if (!req0->resp_code) in hclge_dbg_dump_mng_table()
1482 le16_to_cpu(req0->index), req0->mac_addr); in hclge_dbg_dump_mng_table()
1486 !!(req0->flags & HCLGE_DBG_MNG_MAC_MASK_B), in hclge_dbg_dump_mng_table()
1487 le16_to_cpu(req0->ethter_type), in hclge_dbg_dump_mng_table()
1488 !!(req0->flags & HCLGE_DBG_MNG_ETHER_MASK_B), in hclge_dbg_dump_mng_table()
1489 le16_to_cpu(req0->vlan_tag) & in hclge_dbg_dump_mng_table()
1494 !!(req0->flags & HCLGE_DBG_MNG_VLAN_MASK_B), in hclge_dbg_dump_mng_table()
1495 req0->i_port_bitmap, req0->i_port_direction); in hclge_dbg_dump_mng_table()
1497 msg_egress_port = le16_to_cpu(req0->egress_port); in hclge_dbg_dump_mng_table()
1503 le16_to_cpu(req0->egress_queue), in hclge_dbg_dump_mng_table()