Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/bfa/
Dbfa_fcs_lport.c3170 struct fcgs_gmal_entry_s *gmal_entry; in bfa_fcs_lport_ms_gmal_response() local
3204 gmal_entry = (struct fcgs_gmal_entry_s *)gmal_resp->ms_ma; in bfa_fcs_lport_ms_gmal_response()
3206 if (strncmp(gmal_entry->prefix, in bfa_fcs_lport_ms_gmal_response()
3208 sizeof(gmal_entry->prefix)) == 0) { in bfa_fcs_lport_ms_gmal_response()
3215 rsp_str = &(gmal_entry->prefix[0]); in bfa_fcs_lport_ms_gmal_response()
3216 if (rsp_str[gmal_entry->len-1] == '/') in bfa_fcs_lport_ms_gmal_response()
3217 rsp_str[gmal_entry->len-1] = 0; in bfa_fcs_lport_ms_gmal_response()
3221 gmal_entry->ip_addr, in bfa_fcs_lport_ms_gmal_response()
3226 ++gmal_entry; in bfa_fcs_lport_ms_gmal_response()