Searched refs:fcipr_d_id (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcip.h307 fc_portid_t fcipr_d_id; /* Destination Port's D_ID */ member in struct:fcip_routing_table
379 #define fcipd_did fcipd_rtable->fcipr_d_id
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c1239 if (frp->fcipr_d_id.port_id == did) {
1334 if (frp->fcipr_d_id.port_id != did) {
1374 frp->fcipr_d_id = pmap->map_did;
1385 (frp->fcipr_d_id.port_id != fptr->fcip_broadcast_did)) {
1403 wwn_buf, frp->fcipr_d_id.port_id));
4410 if ((frp->fcipr_d_id.port_id != 0x0) &&
4411 (frp->fcipr_d_id.port_id != 0xffffff)) {
6381 if ((frp->fcipr_d_id.port_id == 0x0) ||
6382 (frp->fcipr_d_id.port_id == 0xffffff)) {
6419 fr_hdr->d_id = frp->fcipr_d_id
[all...]

Completed in 75 milliseconds