Searched refs:rp_pwwn (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | fct.h | 61 uint8_t rp_pwwn[FC_WWN_LEN]; member 416 uint8_t *rp_pwwn, uint32_t rp_id);
|
/titanic_41/usr/src/uts/common/io/comstar/port/fct/ |
H A D | discovery.c | 1166 rp->rp_pwwn, rp->rp_id); in fct_register_remote_port() 1211 rp->rp_pwwn, rp->rp_id); in fct_deregister_remote_port() 1457 bcopy(p+20, rp->rp_pwwn, 8); in fct_process_plogi() 1461 fct_wwn_to_str(rp->rp_pwwn_str, rp->rp_pwwn); in fct_process_plogi() 1467 rp->rp_pwwn, PROTOCOL_FIBRE_CHANNEL); in fct_process_plogi() 1920 if ((els->els_req_size != 28) || (bcmp(rp->rp_pwwn, p + 8, 8)) || in fct_process_rcvd_adisc() 2177 bcopy(els->els_resp_payload + 20, irp->irp_rp->rp_pwwn, 8); in fct_handle_sol_els_completion() 2181 irp->irp_rp->rp_pwwn, PROTOCOL_FIBRE_CHANNEL); in fct_handle_sol_els_completion() 2747 if (bcmp(irp->irp_rp->rp_pwwn, portwwn, FC_WWN_LEN)) { in fct_lookup_irp_by_portwwn()
|
H A D | fct.c | 565 bcopy(irp->irp_rp->rp_pwwn, port_attr->PortWWN, in fct_get_discovered_port_attr() 616 if (bcmp(irp->irp_rp->rp_pwwn, in fct_get_port_attr() 2735 bcopy(query_rp->rp_pwwn, p + 16, 8); in fct_create_solct() 3466 uint8_t *rp_pwwn, uint32_t rp_id) in fct_log_remote_port_event() argument 3491 rp_pwwn, 8) != DDI_SUCCESS) { in fct_log_remote_port_event()
|
/titanic_41/usr/src/cmd/mdb/common/modules/stmf/ |
H A D | stmf.c | 803 if (memcmp(rp.rp_pwwn, wwn, 8) == 0) { in find_irp_by_wwn()
|