Searched refs:rnid (Results 1 – 5 of 5) sorted by relevance
/drivers/scsi/libfc/ |
D | fc_lport.c | 457 struct fc_els_rnid_resp rnid; in fc_lport_recv_rnid_req() member 487 rp->rnid.rnid_cmd = ELS_LS_ACC; in fc_lport_recv_rnid_req() 488 rp->rnid.rnid_fmt = fmt; in fc_lport_recv_rnid_req() 489 rp->rnid.rnid_cid_len = sizeof(rp->cid); in fc_lport_recv_rnid_req() 493 rp->rnid.rnid_sid_len = sizeof(rp->gen); in fc_lport_recv_rnid_req()
|
/drivers/scsi/bfa/ |
D | bfa_fcbuild.c | 710 fc_rnid_build(struct fchs_s *fchs, struct fc_rnid_cmd_s *rnid, u32 d_id, in fc_rnid_build() argument 715 memset(rnid, 0, sizeof(struct fc_rnid_cmd_s)); in fc_rnid_build() 717 rnid->els_cmd.els_code = FC_ELS_RNID; in fc_rnid_build() 718 rnid->node_id_data_format = data_format; in fc_rnid_build()
|
D | bfa_fcbuild.h | 219 u16 fc_rnid_build(struct fchs_s *fchs, struct fc_rnid_cmd_s *rnid,
|
D | bfa_fcs_lport.c | 63 struct fc_rnid_cmd_s *rnid, u16 len); 587 struct fc_rnid_cmd_s *rnid, u16 rx_len) in bfa_fcs_lport_rnid() argument 611 bfa_trc(port->fcs, rnid->node_id_data_format); in bfa_fcs_lport_rnid() 612 if (rnid->node_id_data_format == RNID_NODEID_DATA_FORMAT_DISCOVERY) { in bfa_fcs_lport_rnid()
|
/drivers/scsi/lpfc/ |
D | lpfc_hw.h | 1045 RNID rnid; /* Payload for RNID */ member
|