Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_pf.c560 uint32_t api_version = msgbuf[1]; in txgbe_negotiate_vf_api() local
563 switch (api_version) { in txgbe_negotiate_vf_api()
568 vfinfo[vf].api_version = (uint8_t)api_version; in txgbe_negotiate_vf_api()
575 api_version, vf); in txgbe_negotiate_vf_api()
595 switch (vfinfo[vf].api_version) { in txgbe_get_vf_queues()
670 switch (vfinfo[vf].api_version) { in txgbe_set_vf_mc_promisc()
H A Dtxgbe_ethdev.h107 uint8_t api_version; member
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_pf.c599 uint32_t api_version = msgbuf[1]; in ixgbe_negotiate_vf_api() local
603 switch (api_version) { in ixgbe_negotiate_vf_api()
608 vfinfo[vf].api_version = (uint8_t)api_version; in ixgbe_negotiate_vf_api()
615 api_version, vf); in ixgbe_negotiate_vf_api()
640 switch (vfinfo[vf].api_version) { in ixgbe_get_vf_queues()
715 switch (vfinfo[vf].api_version) { in ixgbe_set_vf_mc_promisc()
H A Dixgbe_ethdev.h270 uint8_t api_version; member
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_vf.c158 hw->api_version = ixgbe_mbox_api_10; in ixgbe_reset_hw_vf()
401 switch (hw->api_version) { in ixgbevf_update_xcast_mode()
686 hw->api_version = api; in ixgbevf_negotiate_api_version()
703 switch (hw->api_version) { in ixgbevf_get_queues()
H A Dixgbe_type.h4188 int api_version; member
/f-stack/freebsd/sys/
H A Dktls.h179 int api_version; member
H A Dtimepps.h72 int api_version; /* API version # */ member
/f-stack/dpdk/drivers/net/atlantic/hw_atl/
H A Dhw_atl_utils.h416 uint32_t api_version; member
/f-stack/freebsd/opencrypto/
H A Dktls_ocf.c694 .api_version = KTLS_API_VERSION,
/f-stack/freebsd/kern/
H A Duipc_ktls.c256 if (be->api_version != KTLS_API_VERSION) { in ktls_crypto_backend_register()
258 be->api_version, KTLS_API_VERSION, in ktls_crypto_backend_register()
H A Dkern_tc.c1629 app->api_version = PPS_API_VERS_1; in pps_ioctl()