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

/linux-4.4.14/drivers/net/ethernet/broadcom/
H A Dcnic.h165 int wait_cond; member in struct:cnic_context
H A Dcnic.c1975 ctx->wait_cond = 0; cnic_bnx2x_destroy_ramrod()
1983 wait_event_timeout(ctx->waitq, ctx->wait_cond, CNIC_RAMROD_TMO); cnic_bnx2x_destroy_ramrod()
2514 ctx->wait_cond = 0; cnic_bnx2x_fcoe_destroy()
2522 wait_event_timeout(ctx->waitq, ctx->wait_cond, CNIC_RAMROD_TMO); cnic_bnx2x_fcoe_destroy()
2523 if (ctx->wait_cond) cnic_bnx2x_fcoe_destroy()
3310 ctx->wait_cond = 1; cnic_ctl()
3984 ctx->wait_cond = 1; cnic_process_fcoe_term_conn()

Completed in 104 milliseconds