Searched refs:bnx2x_wait_ramrod (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/drivers/net/bnx2x/ |
D | bnx2x_main.c | 6178 static int bnx2x_wait_ramrod(struct bnx2x *bp, int state, int idx, 6186 return bnx2x_wait_ramrod(bp, BNX2X_STATE_FUNC_STARTED, 0, &(bp->state), in bnx2x_func_start() 6195 return bnx2x_wait_ramrod(bp, BNX2X_STATE_CLOSING_WAIT4_UNLOAD, in bnx2x_func_stop() 6264 bnx2x_wait_ramrod(bp, 0, 0, &bp->set_mac_pending, ramrod_flags); in bnx2x_set_mac_addr_gen() 6267 static int bnx2x_wait_ramrod(struct bnx2x *bp, int state, int idx, in bnx2x_wait_ramrod() function 6522 bnx2x_wait_ramrod(bp, 0, 0, &bp->set_mac_pending, in bnx2x_invalidate_e1_mc_list() 6798 rc = bnx2x_wait_ramrod(bp, params->ramrod_params.state, in bnx2x_setup_fw_client() 7009 rc = bnx2x_wait_ramrod(bp, BNX2X_FP_STATE_HALTED, p->index, in bnx2x_stop_fw_client() 7018 rc = bnx2x_wait_ramrod(bp, BNX2X_FP_STATE_TERMINATED, p->index, in bnx2x_stop_fw_client() 7028 rc = bnx2x_wait_ramrod(bp, BNX2X_FP_STATE_CLOSED, p->index, in bnx2x_stop_fw_client() [all …]
|