Searched refs:mlxcx_doorbell_tries (Results 1 – 4 of 4) sorted by relevance
182 if (try++ < mlxcx_doorbell_tries) { in mlxcx_arm_eq()263 if (try++ < mlxcx_doorbell_tries) { in mlxcx_update_cqci()313 if (try++ < mlxcx_doorbell_tries) { in mlxcx_arm_cq()328 if (try++ < mlxcx_doorbell_tries) { in mlxcx_arm_cq()
195 extern uint_t mlxcx_doorbell_tries;
1468 if (try++ < mlxcx_doorbell_tries) { in mlxcx_sq_ring_dbell()1484 if (try++ < mlxcx_doorbell_tries) { in mlxcx_sq_ring_dbell()
470 uint_t mlxcx_doorbell_tries = MLXCX_DOORBELL_TRIES_DFLT; variable