Searched refs:d_id (Results 1 - 25 of 68) sorted by last modified time

123

/linux-master/drivers/scsi/qla2xxx/
H A Dqla_edif.c106 __func__, edif_entry->handle, fcport->port_name, fcport->d_id.b24);
224 fcport->node_name, fcport->port_name, fcport->d_id.b24);
264 fcport->d_id.b24, rpl->rx_xchg_address,
285 if (f->d_id.b24 == id->b24)
589 fcport->d_id.b24);
597 fcport->d_id.b24, fcport->logout_on_delete,
698 fcport->port_name, fcport->loop_id, fcport->d_id.b24,
767 portid.b.domain = appplogiok.u.d_id.b.domain;
768 portid.b.area = appplogiok.u.d_id.b.area;
769 portid.b.al_pa = appplogiok.u.d_id
3546 port_id_t d_id; local
[all...]
H A Dqla_target.c181 be_id_t d_id)
186 if (vha->d_id.b.area == d_id.area &&
187 vha->d_id.b.domain == d_id.domain &&
188 vha->d_id.b.al_pa == d_id.al_pa)
191 key = be_to_port_id(d_id).b24;
278 host = qla_find_host_by_d_id(vha, u->atio.u.isp24.fcp_hdr.d_id);
328 atio->u.isp24.fcp_hdr.d_id);
180 qla_find_host_by_d_id(struct scsi_qla_host *vha, be_id_t d_id) argument
[all...]
H A Dqla_os.c1376 match = sp->fcport->d_id.b24 == t;
1382 match = (sp->fcport->d_id.b24 == t &&
1494 if (qla2x00_eh_wait_for_pending_commands(vha, fcport->d_id.b24,
1562 if (qla2x00_eh_wait_for_pending_commands(vha, fcport->d_id.b24, 0,
4126 fcport->d_id.b24, fcport->port_name);
5285 if (IS_SW_RESV_ADDR(fcport->d_id))
5318 fcport->d_id = e->u.new_sess.id;
5334 fcport->d_id = e->u.new_sess.id;
6145 rsp_els->d_id[0] = purex->s_id[0];
6146 rsp_els->d_id[
[all...]
H A Dqla_mbx.c2057 fcport->d_id.b.domain = pd24->port_id[0];
2058 fcport->d_id.b.area = pd24->port_id[1];
2059 fcport->d_id.b.al_pa = pd24->port_id[2];
2060 fcport->d_id.b.rsvd_1 = 0;
2083 pd->slave_state, fcport->d_id.b.domain,
2084 fcport->d_id.b.area, fcport->d_id.b.al_pa);
2102 fcport->d_id.b.domain = pd->port_id[0];
2103 fcport->d_id.b.area = pd->port_id[3];
2104 fcport->d_id
[all...]
H A Dqla_iocb.c1634 cmd_pkt->port_id[0] = sp->fcport->d_id.b.al_pa;
1635 cmd_pkt->port_id[1] = sp->fcport->d_id.b.area;
1636 cmd_pkt->port_id[2] = sp->fcport->d_id.b.domain;
1840 cmd_pkt->port_id[0] = sp->fcport->d_id.b.al_pa;
1841 cmd_pkt->port_id[1] = sp->fcport->d_id.b.area;
1842 cmd_pkt->port_id[2] = sp->fcport->d_id.b.domain;
2001 cmd_pkt->port_id[0] = sp->fcport->d_id.b.al_pa;
2002 cmd_pkt->port_id[1] = sp->fcport->d_id.b.area;
2003 cmd_pkt->port_id[2] = sp->fcport->d_id.b.domain;
2223 cmd_pkt->port_id[0] = sp->fcport->d_id
[all...]
H A Dqla_init.c237 sp->name, sp->handle, fcport->d_id.b24, fcport->port_name);
376 fcport->d_id.b24, fcport->login_retry,
430 sp->handle, fcport->loop_id, fcport->d_id.b.domain,
431 fcport->d_id.b.area, fcport->d_id.b.al_pa,
490 sp->handle, fcport->loop_id, fcport->d_id.b.domain,
491 fcport->d_id.b.area, fcport->d_id.b.al_pa);
638 sp->handle, fcport->loop_id, fcport->d_id.b24, fcport->port_name);
700 dev->loop_id, dev->d_id
[all...]
H A Dqla_gbl.h946 struct scsi_qla_host *qla_find_host_by_d_id(struct scsi_qla_host *vha, be_id_t d_id);
H A Dqla_def.h2469 port_id_t d_id; member in struct:__anon178
2595 port_id_t d_id; member in struct:fc_port
4999 port_id_t d_id; /* Host adapter port id */ member in struct:scsi_qla_host
H A Dqla_attr.c2558 fc_host_port_id(shost) = vha->d_id.b.domain << 16 |
2559 vha->d_id.b.area << 8 | vha->d_id.b.al_pa;
2686 port_id = fcport->d_id.b.domain << 16 |
2687 fcport->d_id.b.area << 8 | fcport->d_id.b.al_pa;
2747 fcport->d_id.b24);
2749 qla2x00_eh_wait_for_pending_commands(fcport->vha, fcport->d_id.b24,
2775 fcport->d_id.b24);
2777 qla2x00_eh_wait_for_pending_commands(fcport->vha, fcport->d_id
[all...]
H A Dtcm_qla2xxx.c1335 sess, port_id_to_be_id(sess->d_id));
1386 port_id_to_be_id(qlat_sess->d_id));
1458 if (sess->loop_id != loop_id || sess->d_id.b24 != s_id.b24)
1461 sess->loop_id, loop_id, sess->d_id.b.domain,
1462 sess->d_id.b.area, sess->d_id.b.al_pa, s_id.b.domain,
1482 if (sess->d_id.b24 != s_id.b24) {
1483 key = (((u32) sess->d_id.b.domain << 16) |
1484 ((u32) sess->d_id.b.area << 8) |
1485 ((u32) sess->d_id
[all...]
H A Dqla_dfs.c102 DEFINE_QLA_DFS_RPORT_FIELD_GET(port_id, fp->d_id.b24);
164 sess->d_id.b.domain, sess->d_id.b.area,
165 sess->d_id.b.al_pa, sess->port_name,
217 fc_port.port_name, fc_port.d_id.b.domain,
218 fc_port.d_id.b.area, fc_port.d_id.b.al_pa,
H A Dqla_nvme.c77 req.port_id = fcport->d_id.b24;
413 fcport->d_id.b24, fcport->port_name, uctx->exchange_address,
675 cmd_pkt->port_id[0] = sp->fcport->d_id.b.al_pa;
676 cmd_pkt->port_id[1] = sp->fcport->d_id.b.area;
677 cmd_pkt->port_id[2] = sp->fcport->d_id.b.domain;
971 pinfo.port_id = vha->d_id.b24;
1237 port_id_t d_id = {0}; local
1262 d_id.b.domain = p->d_id[2];
1263 d_id
[all...]
/linux-master/fs/xfs/
H A Dxfs_dquot.c245 d->dd_diskdq.d_id = cpu_to_be32(curid);
561 if (be32_to_cpu(ddqp->d_id) != dqp->q_id)
646 ddqp->d_id = cpu_to_be32(dqp->q_id);
H A Dxfs_qm.c896 if (ddq->d_id != 0) {
/linux-master/drivers/s390/scsi/
H A Dzfcp_fsf.c112 int d_id = ntoh24(sr_buf->d_id); local
116 if (port->d_id == d_id) {
1252 ct->d_id = wka_port->d_id;
1255 zfcp_dbf_san_req("fssct_1", req, wka_port->d_id);
1318 * @d_id: N_Port_ID to send ELS to
1322 int zfcp_fsf_send_els(struct zfcp_adapter *adapter, u32 d_id, argument
1351 hton24(req->qtcb->bottom.support.d_id, d_i
[all...]
H A Dzfcp_fc.c209 static void zfcp_fc_wka_port_init(struct zfcp_fc_wka_port *wka_port, u32 d_id, argument
216 wka_port->d_id = d_id;
251 if ((port->d_id & range) == (ntoh24(page->rscn_fid) & range))
281 if (port->d_id)
366 /* looks like a valid d_id */
367 ct_els->port->d_id = ntoh24(gid_pn_rsp->gid_pn.fp_fid);
459 if (!port->d_id) {
470 * zfcp_fc_trigger_did_lookup - trigger the d_id lookup using a GID_PN request
471 * @port: The zfcp_port to lookup the d_id fo
549 u32 d_id; local
739 u32 d_id; local
1036 u32 d_id; local
[all...]
H A Dzfcp_aux.c502 * @d_id: destination id of the remote port to be enqueued
506 * d_id is used to enqueue ports with a well known address like the Directory
510 u32 status, u32 d_id)
537 port->d_id = d_id;
509 zfcp_port_enqueue(struct zfcp_adapter *adapter, u64 wwpn, u32 status, u32 d_id) argument
/linux-master/drivers/scsi/bfa/
H A Dbfa_fcs_rport.c2179 bfa_trc(port->fcs, rx_fchs->d_id);
2226 bfa_trc(port->fcs, rx_fchs->d_id);
2261 bfa_trc(port->fcs, rx_fchs->d_id);
2881 bfa_trc(rport->fcs, fchs->d_id);
H A Dbfa_fcs_lport.c373 bfa_trc(port->fcs, rx_fchs->d_id);
403 bfa_trc(port->fcs, rx_fchs->d_id);
432 bfa_trc(port->fcs, rx_fchs->d_id);
460 if (BFA_FCS_PID_IS_WKA(rx_fchs->d_id)) {
467 port->pid = rx_fchs->d_id;
468 bfa_lps_set_n2n_pid(port->fabric->lps, rx_fchs->d_id);
482 port->pid = rx_fchs->d_id;
483 bfa_lps_set_n2n_pid(port->fabric->lps, rx_fchs->d_id);
541 bfa_trc(port->fcs, rx_fchs->d_id);
585 bfa_trc(port->fcs, rx_fchs->d_id);
[all...]
/linux-master/fs/xfs/libxfs/
H A Dxfs_format.h1272 __be32 d_id; /* user,project,group id */ member in struct:xfs_disk_dquot
/linux-master/drivers/pci/controller/
H A Dpci-hyperv.c172 u16 d_id; /* device ID */ member in struct:pci_function_description
189 u16 d_id; /* device ID */ member in struct:pci_function_description2
534 u16 d_id; /* device ID */ member in struct:hv_pcidev_description
2623 (hpdev->desc.d_id == new_desc->d_id) &&
2761 dr->func[i].d_id = relations->func[i].d_id;
2796 dr->func[i].d_id = relations->func[i].d_id;
/linux-master/drivers/scsi/fcoe/
H A Dfcoe_ctlr.c594 * @d_id: The destination port ID.
605 u8 dtype, struct sk_buff *skb, u32 d_id)
626 if (fcoe_ctlr_vn_lookup(fip, d_id, cap->eth.h_dest))
788 LIBFCOE_FIP_DBG(fip, "els_send op %u d_id %x\n",
795 LIBFCOE_FIP_DBG(fip, "drop els_send op %u d_id %x\n",
604 fcoe_ctlr_encaps(struct fcoe_ctlr *fip, struct fc_lport *lport, u8 dtype, struct sk_buff *skb, u32 d_id) argument
/linux-master/fs/xfs/scrub/
H A Dquota_repair.c334 id == be32_to_cpu(ddq->d_id)) {
354 ddq->d_id = cpu_to_be32(id + i);
356 if (xfs_has_bigtime(sc->mp) && ddq->d_id)
/linux-master/drivers/scsi/qedf/
H A Dqedf_main.c242 * the sel_fcf->fc_map and the d_id fo the FLOGI frame.
244 * d_id of the FLOGI frame.
1368 conn_info.d_id.addr_hi = (port_id & 0x000000FF);
1369 conn_info.d_id.addr_mid = (port_id & 0x0000FF00) >> 8;
1370 conn_info.d_id.addr_lo = (port_id & 0x00FF0000) >> 16;
2542 "FC frame d_id mismatch with MAC %pM.\n", dest_mac);
2566 "Dropping frame due to destination mismatch: lport->port_id=0x%x fh->d_id=0x%x.\n",
2588 /* Get fcport associated with d_id if it exists */
/linux-master/drivers/scsi/bnx2fc/
H A Dbnx2fc_hwi.c260 ofld_req3.d_id[0] = (port_id & 0x000000FF);
261 ofld_req3.d_id[1] = (port_id & 0x0000FF00) >> 8;
262 ofld_req3.d_id[2] = (port_id & 0x00FF0000) >> 16;
403 enbl_req.d_id[0] = (port_id & 0x000000FF);
404 enbl_req.d_id[1] = (port_id & 0x0000FF00) >> 8;
405 enbl_req.d_id[2] = (port_id & 0x00FF0000) >> 16;
466 disable_req.d_id[0] = (port_id & 0x000000FF);
467 disable_req.d_id[1] = (port_id & 0x0000FF00) >> 8;
468 disable_req.d_id[2] = (port_id & 0x00FF0000) >> 16;

Completed in 415 milliseconds

123