Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/bfa/
Dbfa_fcs_lport.c2773 struct fcgs_gmal_entry_s *gmal_entry; in bfa_fcs_lport_ms_gmal_response() local
2807 gmal_entry = (struct fcgs_gmal_entry_s *)gmal_resp->ms_ma; in bfa_fcs_lport_ms_gmal_response()
2809 if (strncmp(gmal_entry->prefix, in bfa_fcs_lport_ms_gmal_response()
2811 sizeof(gmal_entry->prefix)) == 0) { in bfa_fcs_lport_ms_gmal_response()
2818 rsp_str = &(gmal_entry->prefix[0]); in bfa_fcs_lport_ms_gmal_response()
2819 if (rsp_str[gmal_entry->len-1] == '/') in bfa_fcs_lport_ms_gmal_response()
2820 rsp_str[gmal_entry->len-1] = 0; in bfa_fcs_lport_ms_gmal_response()
2824 gmal_entry->ip_addr, in bfa_fcs_lport_ms_gmal_response()
2829 ++gmal_entry; in bfa_fcs_lport_ms_gmal_response()