Searched refs:pd_recepient (Results 1 - 4 of 4) 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...]
H A Dfctl.c3475 pd->pd_recepient = recepient;
4261 initiator = (old_pd->pd_recepient ==
5918 initiator = (old_pd->pd_recepient ==
/illumos-gate/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c903 mdb_printf(" recipient : %d\n", pd.pd_recepient);

Completed in 97 milliseconds