Searched refs:CMD_CAPABILITY (Results 1 – 2 of 2) sorted by relevance
| /dpdk/drivers/net/enic/base/ |
| H A D | vnic_dev.c | 350 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() 685 err = vnic_dev_cmd_args(vdev, CMD_CAPABILITY, args, 2, 1000); in vnic_dev_capable_filter_mode() 726 err = vnic_dev_cmd(vdev, CMD_CAPABILITY, &a0, &a1, wait); in vnic_dev_capable_udp_rss_weak() 739 err = vnic_dev_cmd(vdev, CMD_CAPABILITY, &a0, &a1, wait); in vnic_dev_capable() 1342 ret = vnic_dev_cmd(vdev, CMD_CAPABILITY, &a0, &a1, wait); in vnic_dev_capable_cq_entry_size()
|
| H A D | vnic_devcmd.h | 252 CMD_CAPABILITY = _CMDC(_CMD_DIR_RW, _CMD_VTYPE_ALL, 36), enumerator
|