Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/
H A Dcnic.h165 int wait_cond; member
H A Dcnic.c1979 ctx->wait_cond = 0; in cnic_bnx2x_destroy_ramrod()
1987 wait_event_timeout(ctx->waitq, ctx->wait_cond, CNIC_RAMROD_TMO); in cnic_bnx2x_destroy_ramrod()
2518 ctx->wait_cond = 0; in cnic_bnx2x_fcoe_destroy()
2526 wait_event_timeout(ctx->waitq, ctx->wait_cond, CNIC_RAMROD_TMO); in cnic_bnx2x_fcoe_destroy()
2527 if (ctx->wait_cond) in cnic_bnx2x_fcoe_destroy()
3312 ctx->wait_cond = 1; in cnic_ctl()
3987 ctx->wait_cond = 1; in cnic_process_fcoe_term_conn()