Searched refs:USBG_NAMELEN (Results 1 – 2 of 2) sorted by relevance
13 #define USBG_NAMELEN 32 macro53 char tport_name[USBG_NAMELEN];
1300 if (len == 0 || len > USBG_NAMELEN - 1) in usbg_check_wwn()1603 unsigned char i_port[USBG_NAMELEN], *ptr; in tcm_usbg_tpg_nexus_store()1610 if (strlen(page) >= USBG_NAMELEN) { in tcm_usbg_tpg_nexus_store()1613 pr_err(NEXUS_STORE_MSG, page, USBG_NAMELEN); in tcm_usbg_tpg_nexus_store()1617 snprintf(i_port, USBG_NAMELEN, "%s", page); in tcm_usbg_tpg_nexus_store()