| /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/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/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/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/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
|
| /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()
|