Searched refs:IB_SVC_NAME_LEN (Results 1 – 6 of 6) sorted by relevance
165 #define IB_SVC_NAME_LEN 64 /* Maximum length of Service Name, */ macro
399 uint8_t ServiceName[IB_SVC_NAME_LEN];427 uint8_t ServiceName[IB_SVC_NAME_LEN];
1177 if (strlen(service_name) >= IB_SVC_NAME_LEN) { in ibmf_saa_name_to_service_record()1198 IB_SVC_NAME_LEN-1); in ibmf_saa_name_to_service_record()
761 char sbind_name[IB_SVC_NAME_LEN];
626 (strlen(attrp->pa_sname) >= IB_SVC_NAME_LEN)) { in ibcm_validate_path_attributes()2041 attrp->pa_sname, IB_SVC_NAME_LEN); in ibcm_saa_service_rec()
2732 if (strlen(srv_bind->sb_name) >= IB_SVC_NAME_LEN) { in ibt_bind_service()