Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/irdma/
H A Dcm.c1156 if (cm_node->close_entry) { in irdma_schedule_cm_timer()
1163 cm_node->close_entry = new_send; in irdma_schedule_cm_timer()
1227 struct irdma_timer_entry *close_entry = cm_node->close_entry; in irdma_handle_close_entry() local
1231 if (!close_entry) in irdma_handle_close_entry()
1233 iwqp = (struct irdma_qp *)close_entry->sqbuf; in irdma_handle_close_entry()
1251 kfree(close_entry); in irdma_handle_close_entry()
1252 cm_node->close_entry = NULL; in irdma_handle_close_entry()
1282 close_entry = cm_node->close_entry; in irdma_cm_timer_tick()
1284 if (close_entry) { in irdma_cm_timer_tick()
1288 nexttimeout = close_entry->timetosend; in irdma_cm_timer_tick()
[all …]
H A Dcm.h282 struct irdma_timer_entry *close_entry; member