Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/bfa/
Dbfa_fcs_lport.c3174 struct fcgs_gmal_entry_s *gmal_entry; in bfa_fcs_lport_ms_gmal_response() local
3208 gmal_entry = (struct fcgs_gmal_entry_s *)gmal_resp->ms_ma; in bfa_fcs_lport_ms_gmal_response()
3210 if (strncmp(gmal_entry->prefix, in bfa_fcs_lport_ms_gmal_response()
3212 sizeof(gmal_entry->prefix)) == 0) { in bfa_fcs_lport_ms_gmal_response()
3219 rsp_str = &(gmal_entry->prefix[0]); in bfa_fcs_lport_ms_gmal_response()
3220 if (rsp_str[gmal_entry->len-1] == '/') in bfa_fcs_lport_ms_gmal_response()
3221 rsp_str[gmal_entry->len-1] = 0; in bfa_fcs_lport_ms_gmal_response()
3225 gmal_entry->ip_addr, in bfa_fcs_lport_ms_gmal_response()
3230 ++gmal_entry; in bfa_fcs_lport_ms_gmal_response()