Searched refs:new_req (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
D | drm_plane.c | 1023 struct drm_mode_cursor2 new_req; in drm_mode_cursor_ioctl() local 1025 memcpy(&new_req, req, sizeof(struct drm_mode_cursor)); in drm_mode_cursor_ioctl() 1026 new_req.hot_x = new_req.hot_y = 0; in drm_mode_cursor_ioctl() 1028 return drm_mode_cursor_common(dev, &new_req, file_priv); in drm_mode_cursor_ioctl()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_main.c | 7190 static void hclge_prepare_mac_addr(struct hclge_mac_vlan_tbl_entry_cmd *new_req, in hclge_prepare_mac_addr() argument 7198 hnae3_set_bit(new_req->flags, HCLGE_MAC_VLAN_BIT0_EN_B, 1); in hclge_prepare_mac_addr() 7200 hnae3_set_bit(new_req->entry_type, HCLGE_MAC_VLAN_BIT1_EN_B, 1); in hclge_prepare_mac_addr() 7201 hnae3_set_bit(new_req->mc_mac_en, HCLGE_MAC_VLAN_BIT0_EN_B, 1); in hclge_prepare_mac_addr() 7204 new_req->mac_addr_hi32 = cpu_to_le32(high_val); in hclge_prepare_mac_addr() 7205 new_req->mac_addr_lo16 = cpu_to_le16(low_val & 0xffff); in hclge_prepare_mac_addr()
|