Searched defs:pd_recepient (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h248 uchar_t pd_recepient; /* who did PLOGI? */ member in struct:fc_remote_port
393 * Values for the pd_recepient field in the fc_remote_port_t struct.
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c2952 int pd_recepient; local
2972 pd_recepient = fctl_wwn_cmp(
2981 pd_recepient, KM_NOSLEEP);
3861 if (pd->pd_recepient == PD_PLOGI_INITIATOR) {
6071 giveup = (pkt->pkt_pd->pd_recepient ==
6726 ((pd->pd_recepient == PD_PLOGI_INITIATOR) ? 1 : 0);
10262 pd->pd_recepient != PD_PLOGI_INITIATOR) {
10268 pd->pd_recepient != PD_PLOGI_INITIATOR) {
11415 retain = (pd->pd_recepient == PD_PLOGI_INITIATOR) ? 1 : 0;
11533 retain = (pd->pd_recepient
[all...]

Completed in 64 milliseconds