Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_late_bind_fw.c43 late_bind_to_xe(struct xe_late_bind *late_bind) in late_bind_to_xe() argument
45 return container_of(late_bind, struct xe_device, late_bind); in late_bind_to_xe()
51 return container_of(lb_fw, struct xe_device, late_bind.late_bind_fw[lb_fw->id]); in late_bind_fw_to_xe()
187 static int xe_late_bind_fw_num_fans(struct xe_late_bind *late_bind, u32 *num_fans) in xe_late_bind_fw_num_fans() argument
189 struct xe_device *xe = late_bind_to_xe(late_bind); in xe_late_bind_fw_num_fans()
196 void xe_late_bind_wait_for_worker_completion(struct xe_late_bind *late_bind) in xe_late_bind_wait_for_worker_completion() argument
198 struct xe_device *xe = late_bind_to_xe(late_bind); in xe_late_bind_wait_for_worker_completion()
203 lbfw = &late_bind->late_bind_fw[fw_id]; in xe_late_bind_wait_for_worker_completion()
204 if (lbfw->payload && late_bind->wq) { in xe_late_bind_wait_for_worker_completion()
215 struct xe_late_bind *late_bind = container_of(lbfw, struct xe_late_bind, in xe_late_bind_work() local
[all …]
/linux/tools/testing/selftests/net/
H A Dip_local_port_range.c355 TEST_F(ip_local_port_range, late_bind) in TEST_F() argument
414 XFAIL_ADD(ip_local_port_range, ip4_stcp, late_bind);
415 XFAIL_ADD(ip_local_port_range, ip6_stcp, late_bind);