Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x_vfpf.c115 uint8_t *status = &sc->vf2pf_mbox->resp.common_reply.status; in bnx2x_do_req4pf()
325 struct vf_common_reply_tlv *reply = &sc->vf2pf_mbox->resp.common_reply; in bnx2x_vf_close()
357 struct vf_common_reply_tlv *reply = &sc->vf2pf_mbox->resp.common_reply; in bnx2x_vf_init()
397 struct vf_common_reply_tlv *reply = &sc->vf2pf_mbox->resp.common_reply; in bnx2x_vf_unload()
491 struct vf_common_reply_tlv *reply = &sc->vf2pf_mbox->resp.common_reply; in bnx2x_vf_setup_queue()
527 struct vf_common_reply_tlv *reply = &sc->vf2pf_mbox->resp.common_reply; in bnx2x_vf_teardown_queue()
581 reply = &sc->vf2pf_mbox->resp.common_reply; in bnx2x_vf_set_mac()
612 struct vf_common_reply_tlv *reply = &sc->vf2pf_mbox->resp.common_reply; in bnx2x_vf_config_rss()
652 struct vf_common_reply_tlv *reply = &sc->vf2pf_mbox->resp.common_reply; in bnx2x_vf_set_rx_mode()
714 &sc->vf2pf_mbox->resp.common_reply; in bnx2x_vfpf_set_mcast()
H A Dbnx2x_vfpf.h268 struct vf_common_reply_tlv common_reply; member