Searched refs:close_entry (Results 1 – 2 of 2) sorted by relevance
1083 if (cm_node->close_entry) { in i40iw_schedule_cm_timer()1088 cm_node->close_entry = new_send; in i40iw_schedule_cm_timer()1156 struct i40iw_timer_entry *close_entry = cm_node->close_entry; in i40iw_handle_close_entry() local1161 if (!close_entry) in i40iw_handle_close_entry()1163 iwqp = (struct i40iw_qp *)close_entry->sqbuf; in i40iw_handle_close_entry()1182 kfree(close_entry); in i40iw_handle_close_entry()1183 cm_node->close_entry = NULL; in i40iw_handle_close_entry()1199 if (cm_node->close_entry || cm_node->send_entry) { in i40iw_build_timer_list()1214 struct i40iw_timer_entry *send_entry, *close_entry; in i40iw_cm_timer_tick() local1236 close_entry = cm_node->close_entry; in i40iw_cm_timer_tick()[all …]
330 struct i40iw_timer_entry *close_entry; member