Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x_vfpf.c196 *sc_resp = &sc->acquire_resp; in bnx2x_loop_obtain_resources() local
210 memcpy(sc_resp, resp, sizeof(sc->acquire_resp)); in bnx2x_loop_obtain_resources()
215 if (sc_resp->status == BNX2X_VF_STATUS_SUCCESS) { in bnx2x_loop_obtain_resources()
224 resc = &sc_resp->resc; in bnx2x_loop_obtain_resources()
238 sc_resp->status); in bnx2x_loop_obtain_resources()
294 sc->igu_sb_cnt = sc_resp.resc.num_sbs; in bnx2x_vf_get_resources()
295 sc->igu_base_sb = sc_resp.resc.hw_sbs[0] & 0xFF; in bnx2x_vf_get_resources()
297 sc->max_tx_queues = sc_resp.resc.num_txqs; in bnx2x_vf_get_resources()
298 sc->max_rx_queues = sc_resp.resc.num_rxqs; in bnx2x_vf_get_resources()
301 sc->doorbell_size = sc_resp.db_size; in bnx2x_vf_get_resources()
[all …]