Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dcnic.h165 int wait_cond; member
H A Dcnic.c1972 ctx->wait_cond = 0; in cnic_bnx2x_destroy_ramrod()
1980 wait_event_timeout(ctx->waitq, ctx->wait_cond, CNIC_RAMROD_TMO); in cnic_bnx2x_destroy_ramrod()
2511 ctx->wait_cond = 0; in cnic_bnx2x_fcoe_destroy()
2519 wait_event_timeout(ctx->waitq, ctx->wait_cond, CNIC_RAMROD_TMO); in cnic_bnx2x_fcoe_destroy()
2520 if (ctx->wait_cond) in cnic_bnx2x_fcoe_destroy()
3305 ctx->wait_cond = 1; in cnic_ctl()
3979 ctx->wait_cond = 1; in cnic_process_fcoe_term_conn()