Searched refs:outs (Results 1 – 10 of 10) sorted by relevance
/drivers/net/ethernet/ibm/ehea/ |
D | ehea_phyp.c | 71 unsigned long *outs, /* array of 9 outputs */ in ehea_plpar_hcall9() argument 87 ret = plpar_hcall9(opcode, outs, in ehea_plpar_hcall9() 114 outs[0], outs[1], outs[2], outs[3], outs[4], in ehea_plpar_hcall9() 115 outs[5], outs[6], outs[7], outs[8]); in ehea_plpar_hcall9() 203 unsigned long outs[PLPAR_HCALL9_BUFSIZE]; in ehea_h_alloc_resource_qp() local 244 outs, in ehea_h_alloc_resource_qp() 255 *qp_handle = outs[0]; in ehea_h_alloc_resource_qp() 256 init_attr->qp_nr = (u32)outs[1]; in ehea_h_alloc_resource_qp() 259 (u16)EHEA_BMASK_GET(H_ALL_RES_QP_ACT_SWQE, outs[2]); in ehea_h_alloc_resource_qp() 261 (u16)EHEA_BMASK_GET(H_ALL_RES_QP_ACT_R1WQE, outs[2]); in ehea_h_alloc_resource_qp() [all …]
|
/drivers/hwtracing/coresight/ |
D | coresight-sysfs.c | 148 char *outs = NULL, *ins = NULL; in coresight_make_links() local 156 outs = devm_kasprintf(&orig->dev, GFP_KERNEL, in coresight_make_links() 158 if (!outs) in coresight_make_links() 172 link->orig_name = outs; in coresight_make_links()
|
/drivers/firmware/arm_scmi/ |
D | notify.c | 428 unsigned int outs; in scmi_process_event_header() local 431 outs = kfifo_out(&eq->kfifo, pd->eh, in scmi_process_event_header() 433 if (!outs) in scmi_process_event_header() 435 if (outs != sizeof(struct scmi_event_header)) { in scmi_process_event_header() 467 unsigned int outs; in scmi_process_event_payload() local 470 outs = kfifo_out(&eq->kfifo, pd->eh->payld, pd->eh->payld_sz); in scmi_process_event_payload() 471 if (!outs) in scmi_process_event_payload() 477 if (outs != pd->eh->payld_sz) { in scmi_process_event_payload()
|
/drivers/gpu/drm/nouveau/ |
D | nouveau_sched.h | 89 u32 outc, u64 outs);
|
D | nouveau_exec.c | 320 u64 outs = req->sig_ptr; in nouveau_exec_ucopy() local 347 *s = u_memcpya(outs, outc, sizeof(**s)); in nouveau_exec_ucopy()
|
D | nouveau_uvmm.c | 1694 u64 outs = req->sig_ptr; in nouveau_uvmm_vm_bind_ucopy() local 1724 *s = u_memcpya(outs, outc, sizeof(**s)); in nouveau_uvmm_vm_bind_ucopy()
|
/drivers/net/ethernet/amd/ |
D | 7990.c | 544 static int outs; in lance_start_xmit() local 581 outs++; in lance_start_xmit()
|
/drivers/bus/ |
D | hisi_lpc.c | 339 .outs = hisi_lpc_comm_outs,
|
/drivers/scsi/aic7xxx/ |
D | aic79xx.seq | 159 * pending select-outs. 419 * if select-outs are currently frozen or we have
|
D | aic79xx.reg | 3792 * Counting semaphore to prevent new select-outs
|