Searched refs:d_id (Results 51 - 68 of 68) sorted by relevance

123

/linux-master/include/linux/qed/
H A Dfcoe_common.h571 struct fc_addr_nw d_id; member in struct:fcoe_conn_offload_ramrod_data
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_inline.h128 port_dstate_str[state], fcport->d_id.b24);
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_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_mr.c1939 vha->d_id.b.domain = pinfo->port_id[0];
1940 vha->d_id.b.area = pinfo->port_id[1];
1941 vha->d_id.b.al_pa = pinfo->port_id[2];
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
/linux-master/drivers/scsi/bfa/
H A Dbfa_fcs.c1197 u32 pid = fchs->d_id;
1221 if (fchs->d_id == bfa_hton3b(FC_FABRIC_PORT)) {
H A Dbfa_fc.h49 u32 d_id:24; /* destination identifier */ member in struct:fchs_s
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);
/linux-master/drivers/net/ethernet/broadcom/
H A Dcnic_defs.h2476 u8 d_id[3]; member in struct:fcoe_fc_hdr
2737 u8 d_id[3]; member in struct:fcoe_kwqe_conn_offload3
2806 u8 d_id[3]; member in struct:fcoe_kwqe_conn_enable_disable
3566 u8 d_id[3]; member in struct:xstorm_fcoe_context_section
3568 u8 d_id[3]; member in struct:xstorm_fcoe_context_section
/linux-master/drivers/scsi/elx/libefc_sli/
H A Dsli4.h3551 u32 d_id; member in struct:sli_bls_params
3564 u32 d_id; member in struct:sli_els_params
3583 u32 d_id; member in struct:sli_ct_params
3595 u32 d_id; member in struct:sli_fcp_tgt_params
4042 int sli_fc_els_did(struct sli4 *sli4, u8 *cqe, u32 *d_id);
/linux-master/drivers/scsi/elx/efct/
H A Defct_hw.c2651 params->d_id = io->d_id;
2667 params->d_id = io->d_id;
/linux-master/drivers/s390/scsi/
H A Dzfcp_scsi.c732 ids.port_id = port->d_id;
/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/fs/quota/
H A Dquota.c678 dst->d_id = id;
/linux-master/fs/xfs/
H A Dxfs_qm.c896 if (ddq->d_id != 0) {
/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/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

Completed in 386 milliseconds

123