Searched refs:d_id (Results 1 - 25 of 26) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/qla2xxx/
H A Dqla_gs.c190 ct_req->req.port_id.port_id[0] = fcport->d_id.b.domain;
191 ct_req->req.port_id.port_id[1] = fcport->d_id.b.area;
192 ct_req->req.port_id.port_id[2] = fcport->d_id.b.al_pa;
206 fcport->d_id.b.domain = ct_rsp->rsp.ga_nxt.port_id[0];
207 fcport->d_id.b.area = ct_rsp->rsp.ga_nxt.port_id[1];
208 fcport->d_id.b.al_pa = ct_rsp->rsp.ga_nxt.port_id[2];
217 fcport->d_id.b.domain = 0xf0;
232 fcport->d_id.b.domain, fcport->d_id.b.area,
233 fcport->d_id
[all...]
H A Dqla_init.c1339 ha->d_id.b.domain = domain;
1340 ha->d_id.b.area = area;
1341 ha->d_id.b.al_pa = al_pa;
1977 (area != ha->d_id.b.area || domain != ha->d_id.b.domain))
1985 new_fcport->d_id.b.domain = domain;
1986 new_fcport->d_id.b.area = area;
1987 new_fcport->d_id.b.al_pa = al_pa;
2013 fcport->d_id.b24 = new_fcport->d_id
2710 port_id_t d_id; local
[all...]
H A Dqla_mbx.c1127 fcport->d_id.b.domain = pd24->port_id[0];
1128 fcport->d_id.b.area = pd24->port_id[1];
1129 fcport->d_id.b.al_pa = pd24->port_id[2];
1130 fcport->d_id.b.rsvd_1 = 0;
1150 fcport->d_id.b.domain = pd->port_id[0];
1151 fcport->d_id.b.area = pd->port_id[3];
1152 fcport->d_id.b.al_pa = pd->port_id[2];
1153 fcport->d_id.b.rsvd_1 = 0;
1629 fcport->d_id.b.domain, fcport->d_id
[all...]
H A Dqla_attr.c747 fc_host_port_id(shost) = ha->d_id.b.domain << 16 |
748 ha->d_id.b.area << 8 | ha->d_id.b.al_pa;
840 port_id = fcport->d_id.b.domain << 16 |
841 fcport->d_id.b.area << 8 | fcport->d_id.b.al_pa;
H A Dqla_iocb.c813 cmd_pkt->port_id[0] = sp->fcport->d_id.b.al_pa;
814 cmd_pkt->port_id[1] = sp->fcport->d_id.b.area;
815 cmd_pkt->port_id[2] = sp->fcport->d_id.b.domain;
H A Dqla_def.h1501 port_id_t d_id; member in struct:__anon6942
1530 port_id_t d_id; member in struct:fc_port
2242 port_id_t d_id; /* Host adapter port id */ member in struct:scsi_qla_host
H A Dqla_isr.c540 host_pid = (ha->d_id.b.domain << 16) | (ha->d_id.b.area << 8) |
541 ha->d_id.b.al_pa;
H A Dqla_os.c1067 "target_reset=%d d_id=%x.\n", __func__,
1068 ha->host_no, ret, fcport->d_id.b24));
2286 fcport->d_id.b.domain,
2287 fcport->d_id.b.area,
2288 fcport->d_id.b.al_pa);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/quota/
H A Dxfs_dquot.c81 * is the d_id field. The idea is to fill in the entire q_core
95 dqp->q_core.d_id = cpu_to_be32(id);
179 d->dd_diskdq.d_id = cpu_to_be32(id);
216 (void *)(__psint_t)be32_to_cpu(dqp->q_core.d_id),
238 ASSERT(d->d_id);
272 ASSERT(d->d_id);
467 xfs_qm_init_dquot_blk(tp, mp, be32_to_cpu(dqp->q_core.d_id),
531 id = be32_to_cpu(dqp->q_core.d_id);
670 ASSERT(be32_to_cpu(dqp->q_core.d_id) == id);
804 if (be32_to_cpu(dqp->q_core.d_id)
[all...]
H A Dxfs_qm_syscalls.c885 dst->d_id = be32_to_cpu(src->d_id);
923 dst->d_id != 0) {
1150 ++i, dqp->d_id, DQFLAGTO_TYPESTR(dqp), \
1158 xfs_dqid_t d_id; /* user id or group id */ member in struct:dqtest
1180 cmn_err(CE_DEBUG, "---- dquot ID = %d", d->d_id);
1201 d->d_id, error, reason);
1204 d->d_id, reason, (int)a, (int)b);
1231 if (!dqp->q_core.d_btimer && dqp->q_core.d_id) {
1234 d->d_id, DQFLAGTO_TYPEST
[all...]
H A Dxfs_qm.c94 ++i, (int) be32_to_cpu(dqp->q_core.d_id), \
735 (be32_to_cpu(dqp->q_core.d_id) == id)) {
2168 dqp, be32_to_cpu(dqp->q_core.d_id));
2631 ip->i_d.di_uid != (uid_t)be32_to_cpu(udqp->q_core.d_id)) {
2645 ip->i_d.di_projid != be32_to_cpu(gdqp->q_core.d_id))
2650 ip->i_d.di_gid != be32_to_cpu(gdqp->q_core.d_id))) {
2741 ASSERT(ip->i_d.di_uid == be32_to_cpu(udqp->q_core.d_id));
2753 be32_to_cpu(gdqp->q_core.d_id));
H A Dxfs_quota_priv.h164 (!((dqp)->q_core.d_id))
H A Dxfs_trans_dquot.c436 if (d->d_id) {
658 dqp->q_core.d_id &&
H A Dxfs_dquot_item.c438 lp->qli_format.qlf_id = be32_to_cpu(dqp->q_core.d_id);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/scsi/
H A Dzfcp_dbf.c210 response->data.port.d_id = port->d_id;
226 response->data.send_els.d_id = qtcb->bottom.support.d_id;
369 len += zfcp_dbf_view(out_buf + len, "d_id", "0x%06x",
370 rec->data.port.d_id);
388 len += zfcp_dbf_view(out_buf + len, "d_id", "0x%06x",
389 rec->data.send_els.d_id);
483 u32 s_id, u32 d_id, void *buffer, int buflen)
499 rec->d_id
482 _zfcp_san_dbf_event_common_ct(const char *tag, struct zfcp_fsf_req *fsf_req, u32 s_id, u32 d_id, void *buffer, int buflen) argument
547 _zfcp_san_dbf_event_common_els(const char *tag, int level, struct zfcp_fsf_req *fsf_req, u32 s_id, u32 d_id, u8 ls_code, void *buffer, int buflen) argument
[all...]
H A Dzfcp_aux.c759 * zfcp_get_port_by_did - find port in port list of adapter by d_id
761 * @d_id: d_id to search for
763 * with the given d_id.
766 zfcp_get_port_by_did(struct zfcp_adapter *adapter, u32 d_id) argument
772 if ((port->d_id == d_id) &&
1182 * @d_id: destination id of the remote port to be enqueued
1187 * d_id is used to enqueue ports with a well known address like the Directory
1192 u32 d_id)
1191 zfcp_port_enqueue(struct zfcp_adapter *adapter, wwn_t wwpn, u32 status, u32 d_id) argument
[all...]
H A Dzfcp_fsf.c801 if (port->d_id == (status_buffer->d_id & ZFCP_DID_MASK))
805 if (!port || (port->d_id != (status_buffer->d_id & ZFCP_DID_MASK))) {
807 "nonexisting port with d_id 0x%06x on "
809 status_buffer->d_id & ZFCP_DID_MASK,
832 "d_id 0x%06x on the adapter %s. "
834 status_buffer->d_id,
1113 "(adapter%s, port d_id=0x%06x, "
1116 unit->port->d_id,
1626 u32 d_id; local
1750 u32 d_id; local
[all...]
H A Dzfcp_def.h298 u32 d_id; member in struct:zfcp_hba_dbf_record_response::__anon6311::__anon6313
308 u32 d_id; member in struct:zfcp_hba_dbf_record_response::__anon6311::__anon6315
382 u32 d_id; member in struct:zfcp_san_dbf_record
767 u32 d_id; member in struct:ct_iu_gid_pn_resp
816 * @d_id: destiniation id of port where request is sent to
830 u32 d_id; member in struct:zfcp_send_els
954 u32 d_id; /* D_ID */ member in struct:zfcp_port
H A Dzfcp_erp.c330 send_els->d_id = port->d_id;
345 ZFCP_LOG_INFO("ADISC request from s_id 0x%06x to d_id 0x%06x "
348 adisc->nport_id, send_els->d_id, (wwn_t) adisc->wwpn,
355 "0x%06x on adapter %s\n", send_els->d_id,
389 u32 d_id; local
395 d_id = send_els->d_id;
401 "(adapter %s, port d_id=0x%06x)\n",
402 zfcp_get_busid_by_adapter(adapter), d_id);
[all...]
H A Dzfcp_fsf.h296 u32 d_id; member in struct:fsf_status_read_buffer
400 u32 d_id; member in struct:fsf_qtcb_bottom_support
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Dsamba_xfs_quota.h66 u_int32_t d_id; /* user, project, or group ID */ member in struct:fs_disk_quota
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Ddqblk_xfs.h54 __u32 d_id; /* user, project, or group ID */ member in struct:fs_disk_quota
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Ddn_dev.h113 __u8 d_id[6]; member in struct:dn_long_packet
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_quota.h51 __be32 d_id; /* user,project,group id */ member in struct:xfs_disk_dquot
H A Dxfs_log_recover.c1979 if (id != -1 && id != be32_to_cpu(ddq->d_id)) {
1984 str, ddq, id, be32_to_cpu(ddq->d_id));
1988 if (!errs && ddq->d_id) {
1997 str, (int)be32_to_cpu(ddq->d_id), ddq);
2009 str, (int)be32_to_cpu(ddq->d_id), ddq);
2021 str, (int)be32_to_cpu(ddq->d_id), ddq);
2043 d->dd_diskdq.d_id = cpu_to_be32(id);

Completed in 224 milliseconds

12