Home
last modified time | relevance | path

Searched refs:retbuf (Results 1 – 4 of 4) sorted by relevance

/drivers/net/ethernet/ibm/
A Dibmveth.h60 unsigned long retbuf[PLPAR_HCALL9_BUFSIZE]; in h_add_logical_lan_buffers() local
63 retbuf, unit_address, in h_add_logical_lan_buffers()
77 unsigned long retbuf[PLPAR_HCALL9_BUFSIZE]; in h_send_logical_lan() local
80 rc = plpar_hcall9(H_SEND_LOGICAL_LAN, retbuf, unit_address, in h_send_logical_lan()
83 rc = plpar_hcall9(H_SEND_LOGICAL_LAN, retbuf, unit_address, in h_send_logical_lan()
86 *corellator_out = retbuf[0]; in h_send_logical_lan()
96 unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; in h_illan_attributes() local
98 rc = plpar_hcall(H_ILLAN_ATTRIBUTES, retbuf, unit_address, in h_illan_attributes()
101 *ret_attributes = retbuf[0]; in h_illan_attributes()
A Dibmvnic.c376 unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; in h_reg_sub_crq() local
379 rc = plpar_hcall(H_REG_SUB_CRQ, retbuf, unit_address, token, length); in h_reg_sub_crq()
380 *number = retbuf[0]; in h_reg_sub_crq()
381 *irq = retbuf[1]; in h_reg_sub_crq()
6625 unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; in failover_store() local
6632 rc = plpar_hcall(H_VIOCTL, retbuf, adapter->vdev->unit_address, in failover_store()
6640 session_token = (__be64)retbuf[0]; in failover_store()
/drivers/misc/
A Dibmvmc.c97 unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; in h_request_vmc() local
104 rc = plpar_hcall(H_REQUEST_VMC, retbuf); in h_request_vmc()
106 *vmc_index = retbuf[0]; in h_request_vmc()
/drivers/scsi/ibmvscsi/
A Dibmvfc.c179 unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; in h_reg_sub_crq() local
182 rc = plpar_hcall(H_REG_SUB_CRQ, retbuf, unit_address, ioba, length); in h_reg_sub_crq()
183 *cookie = retbuf[0]; in h_reg_sub_crq()
184 *irq = retbuf[1]; in h_reg_sub_crq()

Completed in 28 milliseconds