Home
last modified time | relevance | path

Searched refs:close_entry (Results 1 – 2 of 2) sorted by relevance

/src/sys/dev/irdma/
H A Dirdma_cm.c349 if ((cm_node->close_entry || cm_node->send_entry) && in irdma_timer_list_prep()
1299 if (cm_node->close_entry) { in irdma_schedule_cm_timer()
1307 cm_node->close_entry = new_send; in irdma_schedule_cm_timer()
1386 struct irdma_timer_entry *close_entry = cm_node->close_entry; in irdma_handle_close_entry() local
1390 if (!close_entry) in irdma_handle_close_entry()
1392 iwqp = (struct irdma_qp *)close_entry->sqbuf; in irdma_handle_close_entry()
1410 kfree(close_entry); in irdma_handle_close_entry()
1411 cm_node->close_entry = NULL; in irdma_handle_close_entry()
1423 struct irdma_timer_entry *send_entry, *close_entry; in irdma_cm_timer_tick() local
1442 close_entry = cm_node->close_entry; in irdma_cm_timer_tick()
[all …]
H A Dirdma_cm.h314 struct irdma_timer_entry *close_entry; member