Home
last modified time | relevance | path

Searched refs:gmal_entry (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/scsi/bfa/
H A Dbfa_fcs_lport.c3123 struct fcgs_gmal_entry_s *gmal_entry; in bfa_fcs_lport_ms_gmal_response() local
3157 gmal_entry = (struct fcgs_gmal_entry_s *)gmal_resp->ms_ma; in bfa_fcs_lport_ms_gmal_response()
3159 if (strncmp(gmal_entry->prefix, in bfa_fcs_lport_ms_gmal_response()
3161 sizeof(gmal_entry->prefix)) == 0) { in bfa_fcs_lport_ms_gmal_response()
3168 rsp_str = &(gmal_entry->prefix[0]); in bfa_fcs_lport_ms_gmal_response()
3169 if (rsp_str[gmal_entry->len-1] == '/') in bfa_fcs_lport_ms_gmal_response()
3170 rsp_str[gmal_entry->len-1] = 0; in bfa_fcs_lport_ms_gmal_response()
3174 gmal_entry->ip_addr, in bfa_fcs_lport_ms_gmal_response()
3179 ++gmal_entry; in bfa_fcs_lport_ms_gmal_response()