Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/enic/
HDvnic_dev.c224 if (cmd != CMD_CAPABILITY) in _vnic_dev_cmd()
272 cmd != CMD_CAPABILITY) in vnic_dev_cmd_proxy()
356 return vnic_dev_cmd_args(vdev, CMD_CAPABILITY, args, nargs, 1000); in vnic_dev_advanced_filters_cap()
365 err = vnic_dev_cmd(vdev, CMD_CAPABILITY, &a0, &a1, wait); in vnic_dev_capable_adv_filters()
401 err = vnic_dev_cmd_args(vdev, CMD_CAPABILITY, args, 2, 1000); in vnic_dev_capable_filter_mode()
434 err = vnic_dev_cmd(vdev, CMD_CAPABILITY, &a0, &a1, wait); in vnic_dev_capable_udp_rss_weak()
447 err = vnic_dev_cmd(vdev, CMD_CAPABILITY, &a0, &a1, wait); in vnic_dev_capable()
HDvnic_devcmd.h243 CMD_CAPABILITY = _CMDC(_CMD_DIR_RW, _CMD_VTYPE_ALL, 36), enumerator