Searched refs:hop_point (Results 1 – 2 of 2) sorted by relevance
633 uint_t hop_count, hop_point; in tavor_agent_mad_resp_handling() local659 hop_point = TAVOR_DRMAD_GET_HOPPOINTER(rmadhdrp); in tavor_agent_mad_resp_handling()662 if ((hop_count != 0) && ((hop_point == hop_count) || in tavor_agent_mad_resp_handling()663 (hop_point == hop_count + 1))) { in tavor_agent_mad_resp_handling()665 ret_path[hop_point] = port; in tavor_agent_mad_resp_handling()669 hop_point++; in tavor_agent_mad_resp_handling()670 TAVOR_DRMAD_SET_HOPPOINTER(smadhdrp, hop_point); in tavor_agent_mad_resp_handling()
791 uint_t hop_count, hop_point; in hermon_agent_mad_resp_handling() local817 hop_point = HERMON_DRMAD_GET_HOPPOINTER(rmadhdrp); in hermon_agent_mad_resp_handling()820 if ((hop_count != 0) && ((hop_point == hop_count) || in hermon_agent_mad_resp_handling()821 (hop_point == hop_count + 1))) { in hermon_agent_mad_resp_handling()823 ret_path[hop_point] = (uchar_t)port; in hermon_agent_mad_resp_handling()827 hop_point++; in hermon_agent_mad_resp_handling()828 HERMON_DRMAD_SET_HOPPOINTER(smadhdrp, (uint8_t)hop_point); in hermon_agent_mad_resp_handling()