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

12

/freebsd-current/crypto/openssl/crypto/x509/
H A Dx_req.c131 void X509_REQ_set0_distinguishing_id(X509_REQ *x, ASN1_OCTET_STRING *d_id)
134 x->distinguishing_id = d_id;
H A Dx_x509.c309 void X509_set0_distinguishing_id(X509 *x, ASN1_OCTET_STRING *d_id)
312 x->distinguishing_id = d_id;
/freebsd-current/sys/dev/ocs_fc/
H A Docs_unsol.c50 ocs_log_debug(ocs, "[%06x.%s] %02x/%04x/%04x: " fmt, fc_be24toh((hdr)->d_id), s_id_text, \
578 uint32_t d_id; local
588 /* extract the s_id and d_id */
590 d_id = fc_be24toh(hdr->d_id);
594 frame_printf(ocs, hdr, "phy sport for FC ID 0x%06x is NULL, dropping frame\n", d_id);
598 if (sport->fc_id != d_id) {
600 sport = ocs_sport_find(domain, d_id); /* Look up without lock */
604 ocs_log_warn(ocs, "unsolicited FCP frame with invalid d_id x%x, dropping\n",
605 d_id);
1236 uint32_t d_id = fc_be24toh(behdr->d_id); local
[all...]
H A Docs_sport.h78 extern ocs_sport_t *ocs_sport_find(ocs_domain_t *domain, uint32_t d_id);
H A Docs_hw_queues.c1769 uint32_t d_id = fc_be24toh(hdr->d_id); local
1772 (*hw->callback.bounce)(ocs_hw_unsol_process_bounce, seq, s_id, d_id, ox_id);
1883 seq->hio->axr_buf->hdr.d_id = fc_hdr->d_id;
1905 uint32_t d_id = fc_be24toh(hdr->d_id); local
1908 (*hw->callback.bounce)(ocs_hw_unsol_process_bounce, seq, s_id, d_id, ox_id);
1927 uint32_t d_id = fc_be24toh(hdr->d_id); local
2020 uint32_t d_id = fc_be24toh(hdr->d_id); local
[all...]
H A Docs_device.c477 node->ls_acc_did = fc_be24toh(hdr->d_id);
785 uint32_t d_id = fc_be24toh(hdr->d_id); local
804 ocs_domain_attach(node->sport->domain, d_id);
824 node_printf(node, "received PLOGI, with unknown topology did=0x%x\n", d_id);
852 ocs_send_flogi_p2p_acc(cbdata->io, ocs_be16toh(hdr->ox_id), fc_be24toh(hdr->d_id), NULL, NULL);
1241 * d_id from the PLOGI received
H A Docs_fcp.h133 d_id:24; member in struct:fc_header_s
151 uint32_t d_id:24, member in struct:fc_header_le_s
H A Docs_scsi.h273 uint32_t s_id, uint32_t d_id, uint32_t ox_id));
H A Docs_node.c2143 node_printf(node, "failure to allocate SCSI IO for ELS s_id %06x d_id %06x ox_id %04x rx_id %04x\n",
2144 fc_be24toh(hdr->s_id), fc_be24toh(hdr->d_id), ocs_be16toh(hdr->ox_id), ocs_be16toh(hdr->rx_id));
2218 node_printf(node, "SCSI IO allocation failed for ABTS received s_id %06x d_id %06x ox_id %04x rx_id %04x\n",
2219 fc_be24toh(hdr->s_id), fc_be24toh(hdr->d_id), ocs_be16toh(hdr->ox_id), ocs_be16toh(hdr->rx_id));
2293 node_printf(node, "GS IO failed for s_id %06x d_id %06x ox_id %04x rx_id %04x\n",
2294 fc_be24toh(hdr->s_id), fc_be24toh(hdr->d_id),
H A Docs_sport.c336 * @param d_id FC_ID to find.
342 ocs_sport_find(ocs_domain_t *domain, uint32_t d_id) argument
354 sport = spv_get(domain->lookup, d_id);
H A Docs_els.c1874 uint32_t d_id = fc_be24toh(hdr->d_id); local
1876 return ocs_bls_send_acc(io, d_id, ox_id, rx_id);
H A Docs_hw.h1005 int32_t (*bounce)(void (*)(void *arg), void *arg, uint32_t s_id, uint32_t d_id, uint32_t ox_id);
H A Docs_hw.c8803 uint32_t d_id = fc_be24toh(hdr->d_id); local
8806 (*hw->callback.bounce)(ocs_hw_unsol_process_bounce, io->axr_buf->cmd_seq, s_id, d_id, ox_id);
8817 uint32_t d_id = fc_be24toh(hdr->d_id); local
8820 (*hw->callback.bounce)(ocs_hw_unsol_process_bounce, &io->axr_buf->seq, s_id, d_id, ox_id);
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Decore_fcoe_api.h74 struct fc_addr_nw d_id; member in struct:ecore_fcoe_conn
H A Dfcoe_common.h991 struct fc_addr_nw d_id /* Destination ID in NW order, received after inquiry of the fabric network */; member in struct:fcoe_conn_offload_ramrod_data
/freebsd-current/sys/dev/isp/
H A Disp_stds.h43 uint8_t d_id[3]; member in struct:__anon2788
H A Disp_library.c1209 ISP_IOZGET_8(isp, &src->d_id[0], dst->d_id[0]);
1210 ISP_IOZGET_8(isp, &src->d_id[1], dst->d_id[1]);
1211 ISP_IOZGET_8(isp, &src->d_id[2], dst->d_id[2]);
1232 ISP_IOZPUT_8(isp, src->d_id[0], &dst->d_id[0]);
1233 ISP_IOZPUT_8(isp, src->d_id[1], &dst->d_id[
[all...]
H A Disp_target.c369 did = (aep->at_hdr.d_id[0] << 16) | (aep->at_hdr.d_id[1] << 8) | aep->at_hdr.d_id[2];
H A Disp_freebsd.c767 isp_prt(isp, ISP_LOGALL, "Chan %d ATP [0x%x] origdlen %u bytes_xfrd %u lun %jx nphdl 0x%04x s_id 0x%06x d_id 0x%06x oxid 0x%04x state %s",
1294 did = (aep->at_hdr.d_id[0] << 16) | (aep->at_hdr.d_id[1] << 8) | aep->at_hdr.d_id[2];
/freebsd-current/sys/netsmb/
H A Dsmb_smb.c54 int d_id; member in struct:smb_dialect
144 for(dp = smb_dialects; dp->d_id != -1; dp++) {
167 sp->sv_proto = dp->d_id;
170 if (dp->d_id >= SMB_DIALECT_NTLM0_12) {
209 if (dp->d_id == SMB_DIALECT_NTLM0_12 &&
221 if (dp->d_id > SMB_DIALECT_CORE) {
/freebsd-current/sys/dev/hyperv/pcib/
H A Dvmbus_pcib.c237 uint16_t d_id; /* device ID */ member in struct:pci_func_desc
249 uint16_t d_id; /* device ID */ member in struct:pci_func_desc2
433 uint16_t d_id; /* device ID */ member in struct:hv_pcidev_desc
769 (hpdev->desc.d_id == new_desc->d_id) &&
/freebsd-current/sys/geom/mirror/
H A Dg_mirror.h126 uint32_t d_id; /* Disk ID. */ member in struct:g_mirror_disk
H A Dg_mirror.c311 if (disk->d_id == id)
474 disk->d_id = md->md_did;
770 md->md_did = disk->d_id;
3438 sbuf_printf(sb, "%s<ID>%u</ID>\n", indent, (u_int)disk->d_id);
/freebsd-current/crypto/openssl/include/openssl/
H A Dx509.h770 void X509_set0_distinguishing_id(X509 *x, ASN1_OCTET_STRING *d_id);
772 void X509_REQ_set0_distinguishing_id(X509_REQ *x, ASN1_OCTET_STRING *d_id);
/freebsd-current/sys/dev/bxe/
H A Decore_hsi.h8053 uint8_t d_id[3]; member in struct:fcoe_fc_hdr
8328 uint8_t d_id[3] /* Destination ID, received after inquiry of the fabric network */; member in struct:fcoe_kwqe_conn_offload3
8399 uint8_t d_id[3] /* Destination ID, received after inquiry of the fabric network */; member in struct:fcoe_kwqe_conn_enable_disable
9256 uint8_t d_id[3] /* Destination ID, received after inquiry of the fabric network */; member in struct:xstorm_fcoe_context_section
9258 uint8_t d_id[3] /* Destination ID, received after inquiry of the fabric network */; member in struct:xstorm_fcoe_context_section

Completed in 398 milliseconds

12