| /linux/drivers/scsi/bfa/ |
| H A D | bfa_fcbuild.c | 20 static void fc_els_rsp_build(struct fchs_s *fchs, u32 d_id, u32 s_id, 22 static void fc_bls_rsp_build(struct fchs_s *fchs, u32 d_id, u32 s_id, 130 fc_gs_fchdr_build(struct fchs_s *fchs, u32 d_id, u32 s_id, u32 ox_id) in fc_gs_fchdr_build() argument 141 fchs->d_id = (d_id); in fc_gs_fchdr_build() 152 fc_gsresp_fchdr_build(struct fchs_s *fchs, u32 d_id, u32 s_id, u16 ox_id) in fc_gsresp_fchdr_build() argument 162 fchs->d_id = d_id; in fc_gsresp_fchdr_build() 168 fc_els_req_build(struct fchs_s *fchs, u32 d_id, u32 s_id, __be16 ox_id) in fc_els_req_build() argument 171 fchs->d_id = (d_id); in fc_els_req_build() 177 fc_els_rsp_build(struct fchs_s *fchs, u32 d_id, u32 s_id, __be16 ox_id) in fc_els_rsp_build() argument 180 fchs->d_id = d_id; in fc_els_rsp_build() [all …]
|
| H A D | bfa_fcbuild.h | 136 u16 fc_plogi_build(struct fchs_s *fchs, void *pld, u32 d_id, 160 u32 d_id, u32 s_id, u16 ox_id, 166 u16 fc_plogi_acc_build(struct fchs_s *fchs, void *pld, u32 d_id, 172 u32 d_id, u32 s_id, __be16 ox_id, wwn_t port_name, 179 u32 d_id, u32 s_id, __be16 ox_id, 182 u32 d_id, u32 s_id, __be16 ox_id, 185 u32 d_id, u32 s_id, __be16 ox_id); 186 u16 fc_prli_build(struct fchs_s *fchs, void *pld, u32 d_id, 191 u16 fc_prli_acc_build(struct fchs_s *fchs, void *pld, u32 d_id, 196 struct fc_rnid_acc_s *rnid_acc, u32 d_id, u32 s_id, [all …]
|
| H A D | bfa_fcs_lport.c | 373 bfa_trc(port->fcs, rx_fchs->d_id); in bfa_fcs_lport_send_ls_rjt() 403 bfa_trc(port->fcs, rx_fchs->d_id); in bfa_fcs_lport_send_fcgs_rjt() 432 bfa_trc(port->fcs, rx_fchs->d_id); in bfa_fcs_lport_plogi() 460 if (BFA_FCS_PID_IS_WKA(rx_fchs->d_id)) { in bfa_fcs_lport_plogi() 467 port->pid = rx_fchs->d_id; in bfa_fcs_lport_plogi() 468 bfa_lps_set_n2n_pid(port->fabric->lps, rx_fchs->d_id); in bfa_fcs_lport_plogi() 482 port->pid = rx_fchs->d_id; in bfa_fcs_lport_plogi() 483 bfa_lps_set_n2n_pid(port->fabric->lps, rx_fchs->d_id); in bfa_fcs_lport_plogi() 541 bfa_trc(port->fcs, rx_fchs->d_id); in bfa_fcs_lport_echo() 585 bfa_trc(port->fcs, rx_fchs->d_id); in bfa_fcs_lport_rnid() [all …]
|
| /linux/drivers/s390/scsi/ |
| H A D | zfcp_fc.c | 208 static void zfcp_fc_wka_port_init(struct zfcp_fc_wka_port *wka_port, u32 d_id, in zfcp_fc_wka_port_init() argument 215 wka_port->d_id = d_id; in zfcp_fc_wka_port_init() 250 if ((port->d_id & range) == (ntoh24(page->rscn_fid) & range)) in _zfcp_fc_incoming_rscn() 280 if (port->d_id) in zfcp_fc_incoming_rscn() 366 ct_els->port->d_id = ntoh24(gid_pn_rsp->gid_pn.fp_fid); in zfcp_fc_ns_gid_pn_eval() 458 if (!port->d_id) { in zfcp_fc_port_did_lookup() 489 port->d_id = 0; in zfcp_fc_plogi_evaluate() 535 port->d_id = ntoh24(adisc_resp->adisc_port_id); in zfcp_fc_adisc_handler() 553 u32 d_id; in zfcp_fc_adisc() local 578 d_id = port->d_id; /* remember as destination for send els below */ in zfcp_fc_adisc() [all …]
|
| H A D | zfcp_fsf.c | 111 int d_id = ntoh24(sr_buf->d_id); in zfcp_fsf_status_read_port_closed() local 115 if (port->d_id == d_id) { in zfcp_fsf_status_read_port_closed() 1251 ct->d_id = wka_port->d_id; in zfcp_fsf_send_ct() 1254 zfcp_dbf_san_req("fssct_1", req, wka_port->d_id); in zfcp_fsf_send_ct() 1321 int zfcp_fsf_send_els(struct zfcp_adapter *adapter, u32 d_id, in zfcp_fsf_send_els() argument 1350 hton24(req->qtcb->bottom.support.d_id, d_id); in zfcp_fsf_send_els() 1352 els->d_id = d_id; in zfcp_fsf_send_els() 1355 zfcp_dbf_san_req("fssels1", req, d_id); in zfcp_fsf_send_els() 1802 hton24(req->qtcb->bottom.support.d_id, port->d_id); in zfcp_fsf_open_port() 1899 "Opening WKA port 0x%x failed\n", wka_port->d_id); in zfcp_fsf_open_wka_port_handler() [all …]
|
| H A D | zfcp_aux.c | 508 u32 status, u32 d_id) in zfcp_port_enqueue() argument 535 port->d_id = d_id; in zfcp_port_enqueue()
|
| H A D | zfcp_fc.h | 203 u32 d_id; member
|
| H A D | zfcp_def.h | 217 u32 d_id; /* D_ID */ member
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_dquot_buf.c | 79 if ((ddq->d_type & XFS_DQTYPE_BIGTIME) && !ddq->d_id) in xfs_dquot_verify() 82 if (id != -1 && id != be32_to_cpu(ddq->d_id)) in xfs_dquot_verify() 85 if (!ddq->d_id) in xfs_dquot_verify() 138 dqb->dd_diskdq.d_id = cpu_to_be32(id); in xfs_dqblk_repair() 217 id = be32_to_cpu(ddq->d_id); in xfs_dquot_buf_verify()
|
| /linux/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_fcoe.c | 80 struct fc_addr_nw d_id; member 291 p_data->d_id.addr_hi = p_conn->d_id.addr_hi; in qed_sp_fcoe_conn_offload() 292 p_data->d_id.addr_mid = p_conn->d_id.addr_mid; in qed_sp_fcoe_conn_offload() 293 p_data->d_id.addr_lo = p_conn->d_id.addr_lo; in qed_sp_fcoe_conn_offload() 948 con->d_id.addr_hi = conn_info->d_id.addr_hi; in qed_fcoe_offload_conn() 949 con->d_id.addr_mid = conn_info->d_id.addr_mid; in qed_fcoe_offload_conn() 950 con->d_id.addr_lo = conn_info->d_id.addr_lo; in qed_fcoe_offload_conn()
|
| /linux/drivers/scsi/elx/efct/ |
| H A D | efct_unsol.c | 44 u32 s_id, d_id; in efct_dispatch_frame() local 50 d_id = ntoh24(hdr->fh_d_id); in efct_dispatch_frame() 56 node = efct_node_find(efct, d_id, s_id); in efct_dispatch_frame() 60 d_id, s_id); in efct_dispatch_frame() 67 node = efct_node_find(efct, d_id, s_id); in efct_dispatch_frame() 70 d_id, s_id); in efct_dispatch_frame()
|
| H A D | efct_scsi.c | 316 io->iparam.fcp_tgt.d_id = io->node->node_fc_id; in efct_scsi_io_dispatch_hw_io() 886 bls->d_id = io->node->node_fc_id; in efct_target_send_bls_resp() 940 bls->d_id = io->node->node_fc_id; in efct_bls_send_rjt()
|
| /linux/drivers/scsi/elx/libefc/ |
| H A D | efc_nport.h | 16 efc_nport_find(struct efc_domain *domain, u32 d_id);
|
| H A D | efc_domain.c | 946 u32 s_id, d_id, rc = EFC_HW_SEQ_FREE; in efc_domain_dispatch_frame() local 957 d_id = ntoh24(hdr->fh_d_id); in efc_domain_dispatch_frame() 961 nport = efc_nport_find(domain, d_id); in efc_domain_dispatch_frame() 966 d_id); in efc_domain_dispatch_frame()
|
| H A D | efc_device.c | 463 efc_d_check_plogi_topology(struct efc_node *node, u32 d_id) in efc_d_check_plogi_topology() argument 470 efc_domain_attach(node->nport->domain, d_id); in efc_d_check_plogi_topology() 494 d_id); in efc_d_check_plogi_topology() 569 u32 d_id = ntoh24(hdr->fh_d_id); in __efc_d_init() local 579 efc_send_flogi_p2p_acc(node, be16_to_cpu(hdr->fh_ox_id), d_id); in __efc_d_init()
|
| H A D | efc_els.c | 273 els->io.d_id = node->rnode.fc_id; in efc_els_send_req() 375 els->io.d_id = node->rnode.fc_id; in efc_els_send_rsp() 1056 els->io.d_id = node->rnode.fc_id; in efc_send_ct_rsp() 1084 bls.d_id = node->rnode.fc_id; in efc_send_bls_acc()
|
| H A D | efc_nport.c | 164 efc_nport_find(struct efc_domain *domain, u32 d_id) in efc_nport_find() argument 169 nport = xa_load(&domain->lookup, d_id); in efc_nport_find()
|
| H A D | efclib.h | 478 u32 d_id; member
|
| /linux/drivers/scsi/bnx2fc/ |
| H A D | 57xx_hsi_bnx2fc.h | 174 u8 d_id[3]; member 435 u8 d_id[3]; member 504 u8 d_id[3]; member
|
| H A D | bnx2fc_hwi.c | 260 ofld_req3.d_id[0] = (port_id & 0x000000FF); in bnx2fc_send_session_ofld_req() 261 ofld_req3.d_id[1] = (port_id & 0x0000FF00) >> 8; in bnx2fc_send_session_ofld_req() 262 ofld_req3.d_id[2] = (port_id & 0x00FF0000) >> 16; in bnx2fc_send_session_ofld_req() 403 enbl_req.d_id[0] = (port_id & 0x000000FF); in bnx2fc_send_session_enable_req() 404 enbl_req.d_id[1] = (port_id & 0x0000FF00) >> 8; in bnx2fc_send_session_enable_req() 405 enbl_req.d_id[2] = (port_id & 0x00FF0000) >> 16; in bnx2fc_send_session_enable_req() 466 disable_req.d_id[0] = (port_id & 0x000000FF); in bnx2fc_send_session_disable_req() 467 disable_req.d_id[1] = (port_id & 0x0000FF00) >> 8; in bnx2fc_send_session_disable_req() 468 disable_req.d_id[2] = (port_id & 0x00FF0000) >> 16; in bnx2fc_send_session_disable_req()
|
| /linux/include/linux/qed/ |
| H A D | qed_fcoe_if.h | 53 struct fc_addr_nw d_id; member
|
| /linux/include/uapi/linux/ |
| H A D | dqblk_xfs.h | 57 __u32 d_id; /* user, project, or group ID */ member
|
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_edif_bsg.h | 251 port_id_t d_id; member
|
| /linux/drivers/pci/controller/ |
| H A D | pci-hyperv.c | 174 u16 d_id; /* device ID */ member 191 u16 d_id; /* device ID */ member 532 u16 d_id; /* device ID */ member 2752 (hpdev->desc.d_id == new_desc->d_id) && in pci_devices_present_work() 2889 dr->func[i].d_id = relations->func[i].d_id; in hv_pci_devices_present() 2923 dr->func[i].d_id = relations->func[i].d_id; in hv_pci_devices_present2()
|
| /linux/fs/xfs/ |
| H A D | xfs_dquot.c | 271 d->dd_diskdq.d_id = cpu_to_be32(curid); in xfs_qm_init_dquot_blk() 588 if (be32_to_cpu(ddqp->d_id) != dqp->q_id) in xfs_dquot_check_type() 673 ddqp->d_id = cpu_to_be32(dqp->q_id); in xfs_dquot_to_disk()
|