Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/bnx2x/
Dbnx2x_main.c7035 struct bnx2x_client_ramrod_params client_stop = {0}; in bnx2x_stop_client() local
7038 client_stop.index = index; in bnx2x_stop_client()
7039 client_stop.cid = fp->cid; in bnx2x_stop_client()
7040 client_stop.cl_id = fp->cl_id; in bnx2x_stop_client()
7041 client_stop.pstate = &(fp->state); in bnx2x_stop_client()
7042 client_stop.poll = 0; in bnx2x_stop_client()
7044 return bnx2x_stop_fw_client(bp, &client_stop); in bnx2x_stop_client()