Searched refs:temp_mad_send_wr (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | mad.c | 2186 struct ib_mad_send_wr_private *temp_mad_send_wr; in wait_for_response() local 2198 temp_mad_send_wr = list_entry(list_item, in wait_for_response() 2202 temp_mad_send_wr->timeout)) in wait_for_response() 2412 struct ib_mad_send_wr_private *mad_send_wr, *temp_mad_send_wr; in cancel_mads() local 2419 list_for_each_entry_safe(mad_send_wr, temp_mad_send_wr, in cancel_mads() 2435 list_for_each_entry_safe(mad_send_wr, temp_mad_send_wr, in cancel_mads()
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | mad.c | 2175 struct ib_mad_send_wr_private *temp_mad_send_wr; in wait_for_response() local 2187 temp_mad_send_wr = list_entry(list_item, in wait_for_response() 2191 temp_mad_send_wr->timeout)) in wait_for_response() 2402 struct ib_mad_send_wr_private *mad_send_wr, *temp_mad_send_wr; in cancel_mads() local 2409 list_for_each_entry_safe(mad_send_wr, temp_mad_send_wr, in cancel_mads() 2425 list_for_each_entry_safe(mad_send_wr, temp_mad_send_wr, in cancel_mads()
|
Completed in 7 milliseconds