Home
last modified time | relevance | path

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

/linux/drivers/scsi/fnic/
H A Dfnic_trace.c33 static const char * const fnic_role_str[] = { variable
39 if (role >= ARRAY_SIZE(fnic_role_str) || !fnic_role_str[role]) in fnic_role_to_str()
42 return fnic_role_str[role]; in fnic_role_to_str()