Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/enic/base/
H A Dvnic_dev.c350 if (cmd != CMD_CAPABILITY && in _vnic_dev_cmd()
402 cmd != CMD_CAPABILITY) in vnic_dev_cmd_proxy()
567 return vnic_dev_cmd_args(vdev, CMD_CAPABILITY, args, nargs, 1000); in vnic_dev_advanced_filters_cap()
576 err = vnic_dev_cmd(vdev, CMD_CAPABILITY, &a0, &a1, wait); in vnic_dev_capable_adv_filters()
682 err = vnic_dev_cmd_args(vdev, CMD_CAPABILITY, args, 2, 1000); in vnic_dev_capable_filter_mode()
715 err = vnic_dev_cmd(vdev, CMD_CAPABILITY, &a0, &a1, wait); in vnic_dev_capable_udp_rss_weak()
728 err = vnic_dev_cmd(vdev, CMD_CAPABILITY, &a0, &a1, wait); in vnic_dev_capable()
H A Dvnic_devcmd.h252 CMD_CAPABILITY = _CMDC(_CMD_DIR_RW, _CMD_VTYPE_ALL, 36), enumerator