Home
last modified time | relevance | path

Searched refs:close_entry (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/
H A Di40iw_cm.c1083 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() local
1161 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() local
[all...]
H A Di40iw_cm.h330 struct i40iw_timer_entry *close_entry; member
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H A Dcm.c218 if ((cm_node->close_entry || cm_node->send_entry) && in irdma_timer_list_prep()
1156 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()
1263 struct irdma_timer_entry *send_entry, *close_entry; in irdma_cm_timer_tick() local
[all...]
H A Dcm.h282 struct irdma_timer_entry *close_entry; member

Completed in 8 milliseconds