Searched refs:ZFCP_DID_MASK (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/scsi/
H A Dzfcp_fsf.c801 if (port->d_id == (status_buffer->d_id & ZFCP_DID_MASK))
805 if (!port || (port->d_id != (status_buffer->d_id & ZFCP_DID_MASK))) {
809 status_buffer->d_id & ZFCP_DID_MASK,
1989 fc_host_port_id(shost) = bottom->s_id & ZFCP_DID_MASK;
1997 adapter->peer_d_id = bottom->peer_d_id & ZFCP_DID_MASK;
H A Dzfcp_def.h177 #define ZFCP_DID_MASK 0x00FFFFFF macro
H A Dzfcp_aux.c1627 port->d_id = ct_iu_resp->d_id & ZFCP_DID_MASK;

Completed in 76 milliseconds