.\" Copyright 2015 IBM Corp. .\" .TH CXL_WORK_GET_NUM_IRQS 3 2016-05-25 "LIBCXL 1.4" "CXL Programmer's Manual" .SH NAME cxl_work_get_num_irqs \- get the number of interrupts requested .SH SYNOPSIS .B #include .PP .B "int cxl_work_get_num_irqs(struct cxl_ioctl_start_work" .BI * work ", __s16 *" valp ); .SH DESCRIPTION .BR cxl_work_get_num_irqs () copies the requested number of interrupts from .I work to the short integer pointed to by .IR valp . .SH RETURN VALUE On success, 0 is returned. On error, \-1 is returned and .I errno is set appropriately. .SH ERRORS .TP .B EINVAL Invalid argument value. .SH SEE ALSO .BR cxl (3), .BR cxl_afu_attach_work (3), .BR cxl_work_alloc (3), .BR cxl_work_free (3), .BR cxl_work_get_amr (3), .BR cxl_work_get_wed (3), .BR cxl_work_set_amr (3), .BR cxl_work_set_num_irqs (3), .BR cxl_work_set_wed (3)