Home
last modified time | relevance | path

Searched refs:d_id (Results 1 – 25 of 38) sorted by relevance

12

/linux/drivers/scsi/bfa/
H A Dbfa_fcbuild.c20 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 Dbfa_fcbuild.h136 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 Dbfa_fcs_lport.c373 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 Dzfcp_fc.c208 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 Dzfcp_fsf.c111 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 Dzfcp_aux.c508 u32 status, u32 d_id) in zfcp_port_enqueue() argument
535 port->d_id = d_id; in zfcp_port_enqueue()
H A Dzfcp_fc.h203 u32 d_id; member
H A Dzfcp_def.h217 u32 d_id; /* D_ID */ member
/linux/fs/xfs/libxfs/
H A Dxfs_dquot_buf.c79 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 Dqed_fcoe.c80 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 Defct_unsol.c44 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 Defct_scsi.c316 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 Defc_nport.h16 efc_nport_find(struct efc_domain *domain, u32 d_id);
H A Defc_domain.c946 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 Defc_device.c463 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 Defc_els.c273 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 Defc_nport.c164 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 Defclib.h478 u32 d_id; member
/linux/drivers/scsi/bnx2fc/
H A D57xx_hsi_bnx2fc.h174 u8 d_id[3]; member
435 u8 d_id[3]; member
504 u8 d_id[3]; member
H A Dbnx2fc_hwi.c260 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 Dqed_fcoe_if.h53 struct fc_addr_nw d_id; member
/linux/include/uapi/linux/
H A Ddqblk_xfs.h57 __u32 d_id; /* user, project, or group ID */ member
/linux/drivers/scsi/qla2xxx/
H A Dqla_edif_bsg.h251 port_id_t d_id; member
/linux/drivers/pci/controller/
H A Dpci-hyperv.c174 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 Dxfs_dquot.c271 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()

12