| /linux/drivers/net/ethernet/ibm/ehea/ |
| H A D | ehea_qmr.c | 128 &cq->fw_handle, &cq->epas); in ehea_create_cq() 149 cq->fw_handle, rpage, 1); in ehea_create_cq() 183 ehea_h_free_resource(adapter->handle, cq->fw_handle, FORCE_FREE); in ehea_create_cq() 198 hret = ehea_h_free_resource(adapter_handle, cq->fw_handle, force); in ehea_destroy_cq_res() 217 ehea_error_data(cq->adapter, cq->fw_handle, &aer, &aerr); in ehea_destroy_cq() 249 &eq->attr, &eq->fw_handle); in ehea_create_eq() 274 eq->fw_handle, rpage, 1); in ehea_create_eq() 296 ehea_h_free_resource(adapter->handle, eq->fw_handle, FORCE_FREE); in ehea_create_eq() 322 hret = ehea_h_free_resource(eq->adapter->handle, eq->fw_handle, force); in ehea_destroy_eq_res() 344 ehea_error_data(eq->adapter, eq->fw_handle, &aer, &aerr); in ehea_destroy_eq() [all …]
|
| H A D | ehea_main.c | 197 arr[i++].fwh = pr->qp->fw_handle; in ehea_update_firmware_handles() 199 arr[i++].fwh = pr->send_cq->fw_handle; in ehea_update_firmware_handles() 201 arr[i++].fwh = pr->recv_cq->fw_handle; in ehea_update_firmware_handles() 203 arr[i++].fwh = pr->eq->fw_handle; in ehea_update_firmware_handles() 210 arr[i++].fwh = port->qp_eq->fw_handle; in ehea_update_firmware_handles() 215 arr[i++].fwh = adapter->neq->fw_handle; in ehea_update_firmware_handles() 940 resource_type = ehea_error_data(port->adapter, qp->fw_handle, in ehea_qp_aff_irq_handler() 1240 adapter->neq->fw_handle, event_mask); in ehea_neq_tasklet() 1470 pr->eq->fw_handle, in ehea_init_port_res() 1478 pr->eq->fw_handle, in ehea_init_port_res() [all …]
|
| H A D | ehea.h | 261 u64 fw_handle; member 272 u64 fw_handle; /* QP handle for firmware calls */ member 300 u64 fw_handle; member
|
| /linux/drivers/scsi/bfa/ |
| H A D | bfi_ms.h | 518 u16 fw_handle; /* firmware rport handle */ member 524 u16 fw_handle; /* firmware rport handle */ member 531 u16 fw_handle; /* firmware rport handle */ member 590 u16 fw_handle; /* f/w handle for itnim */ member 606 u16 fw_handle; /* f/w itnim handle */ member
|
| /linux/drivers/staging/media/atomisp/pci/runtime/pipeline/src/ |
| H A D | pipeline.c | 363 u32 fw_handle, in ia_css_pipeline_get_stage_from_fw() argument 372 if ((s->firmware) && (s->firmware->handle == fw_handle)) { in ia_css_pipeline_get_stage_from_fw() 383 uint32_t *fw_handle) in ia_css_pipeline_get_fw_from_stage() argument 388 if ((!pipeline) || (!fw_handle)) in ia_css_pipeline_get_fw_from_stage() 393 *fw_handle = s->firmware->handle; in ia_css_pipeline_get_fw_from_stage()
|
| /linux/drivers/net/ethernet/netronome/nfp/crypto/ |
| H A D | crypto.h | 12 __be32 fw_handle[2]; member
|
| /linux/drivers/scsi/be2iscsi/ |
| H A D | be_iscsi.h | 34 unsigned int fw_handle);
|
| H A D | be_mgmt.h | 161 unsigned int fw_handle; member
|
| H A D | be_iscsi.c | 1128 beiscsi_ep->fw_handle = ptcpcnct_out->connection_handle; in beiscsi_open_conn()
|
| H A D | be_mgmt.c | 1456 req->session_handle = beiscsi_ep->fw_handle; in beiscsi_invalidate_cxn()
|
| /linux/drivers/net/ethernet/fungible/funcore/ |
| H A D | fun_dev.c | 735 if (fdev->fw_handle != FUN_HCI_ID_INVALID) { in fun_dev_disable() 737 fdev->fw_handle); in fun_dev_disable() 738 fdev->fw_handle = FUN_HCI_ID_INVALID; in fun_dev_disable() 782 fdev->fw_handle = FUN_HCI_ID_INVALID; in fun_dev_enable()
|
| H A D | fun_dev.h | 73 unsigned int fw_handle; member
|
| /linux/include/linux/qed/ |
| H A D | qed_nvmetcp_if.h | 17 u8 fw_event_code, void *fw_handle);
|
| H A D | qed_iscsi_if.h | 13 u8 fw_event_code, void *fw_handle);
|
| H A D | qed_rdma_if.h | 47 void *fw_handle);
|
| /linux/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_iwarp.c | 3061 struct regpair *fw_handle = &data->rdma_data.async_handle; in qed_iwarp_async_event() local 3067 ep = (struct qed_iwarp_ep *)(uintptr_t)HILO_64(fw_handle->hi, in qed_iwarp_async_event() 3068 fw_handle->lo); in qed_iwarp_async_event() 3120 cid = (u16)le32_to_cpu(fw_handle->lo); in qed_iwarp_async_event() 3130 srq_id = ((u16)le32_to_cpu(fw_handle->lo)) - srq_offset; in qed_iwarp_async_event() 3139 srq_id = ((u16)le32_to_cpu(fw_handle->lo)) - srq_offset; in qed_iwarp_async_event() 3150 (void *)fw_handle); in qed_iwarp_async_event()
|
| /linux/drivers/scsi/csiostor/ |
| H A D | csio_wr.h | 261 uint64_t fw_handle; /* Unique handle passed member
|
| H A D | csio_lnode.c | 1697 wr->cookie = io_req->fw_handle; in csio_ln_prep_ecwr() 1817 io_req->fw_handle = (uintptr_t) (io_req); in csio_ln_mgmt_submit_req()
|
| /linux/drivers/infiniband/hw/qedr/ |
| H A D | main.c | 639 static void qedr_affiliated_event(void *context, u8 e_code, void *fw_handle) in qedr_affiliated_event() argument 646 struct regpair *async_handle = (struct regpair *)fw_handle; in qedr_affiliated_event()
|
| /linux/drivers/scsi/qedi/ |
| H A D | qedi_main.c | 74 static int qedi_iscsi_event_cb(void *context, u8 fw_event_code, void *fw_handle) in qedi_iscsi_event_cb() argument 81 if (!context || !fw_handle) { in qedi_iscsi_event_cb() 88 "Recv Event %d fw_handle %p\n", fw_event_code, fw_handle); in qedi_iscsi_event_cb() 90 data = (struct iscsi_eqe_data *)fw_handle; in qedi_iscsi_event_cb()
|
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_target.h | 163 uint8_t fw_handle; member
|
| H A D | qla_target.c | 1693 nack->u.isp24.fw_handle = ntfy->u.isp24.fw_handle; in qlt_send_notify_ack() 3603 nack->u.isp24.fw_handle = ntfy->u.isp24.fw_handle; in __qlt_send_term_imm_notif()
|
| H A D | qla_iocb.c | 3757 nack->u.isp24.fw_handle = ntfy->u.isp24.fw_handle; in qla2x00_send_notify_ack_iocb()
|
| /linux/drivers/net/ethernet/netronome/nfp/ |
| H A D | nfp_net_common.c | 657 memcpy(tls_handle, ntls->fw_handle, sizeof(ntls->fw_handle)); in nfp_net_tls_tx()
|
| /linux/drivers/staging/media/atomisp/pci/ |
| H A D | sh_css.c | 3896 event->fw_handle = 0; in ia_css_dequeue_psys_event() 3993 &event->fw_handle); in ia_css_dequeue_psys_event()
|