Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/
H A Di40iw_cm.h168 u32 retranscount; member
H A Di40iw_cm.c1074 new_send->retranscount = I40IW_DEFAULT_RETRANS; in i40iw_schedule_cm_timer()
1274 if (!send_entry->retranscount || !send_entry->retrycount) { in i40iw_cm_timer_tick()
1294 send_entry->retranscount--; in i40iw_cm_timer_tick()
1297 send_entry->retranscount)); in i40iw_cm_timer_tick()
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H A Dcm.h214 u32 retranscount; member
H A Dcm.c1147 new_send->retranscount = IRDMA_DEFAULT_RETRANS; in irdma_schedule_cm_timer()
1320 if (!send_entry->retranscount || !send_entry->retrycount) { in irdma_cm_timer_tick()
1341 send_entry->retranscount--; in irdma_cm_timer_tick()
1344 send_entry->retranscount)); in irdma_cm_timer_tick()

Completed in 14 milliseconds