Home
last modified time | relevance | path

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

/drivers/scsi/bfa/
Dbfa_fcs_lport.c3182 struct fcgs_gmal_entry_s *gmal_entry; in bfa_fcs_lport_ms_gmal_response() local
3216 gmal_entry = (struct fcgs_gmal_entry_s *)gmal_resp->ms_ma; in bfa_fcs_lport_ms_gmal_response()
3218 if (strncmp(gmal_entry->prefix, in bfa_fcs_lport_ms_gmal_response()
3220 sizeof(gmal_entry->prefix)) == 0) { in bfa_fcs_lport_ms_gmal_response()
3227 rsp_str = &(gmal_entry->prefix[0]); in bfa_fcs_lport_ms_gmal_response()
3228 if (rsp_str[gmal_entry->len-1] == '/') in bfa_fcs_lport_ms_gmal_response()
3229 rsp_str[gmal_entry->len-1] = 0; in bfa_fcs_lport_ms_gmal_response()
3233 gmal_entry->ip_addr, in bfa_fcs_lport_ms_gmal_response()
3238 ++gmal_entry; in bfa_fcs_lport_ms_gmal_response()