Searched refs:close_link (Results 1 – 2 of 2) sorted by relevance
1590 ibcm_close.head.close_link = NULL; in ibcm_rc_flow_control_init()1731 statep->close_link = NULL; in ibcm_close_enqueue()1732 ibcm_close.tail->close_link = statep; in ibcm_close_enqueue()1745 while (ibcm_close.head.close_link) { in ibcm_check_for_async_close()1746 statep = ibcm_close.head.close_link; in ibcm_check_for_async_close()1747 ibcm_close.head.close_link = statep->close_link; in ibcm_check_for_async_close()1748 statep->close_link = NULL; in ibcm_check_for_async_close()
464 struct ibcm_state_data_s *close_link; member